qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests/vm: update openbsd to release 6.9
@ 2021-05-31  2:01 Brad Smith
  2021-05-31  4:55 ` Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Brad Smith @ 2021-05-31  2:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Philippe =?unknown-8bit?Q?Mathieu-Daud=C3=A9?=

tests/vm: update openbsd to release 6.9

Signed-off-by: Brad Smith <brad@comstyle.com>
---
 tests/vm/openbsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index 4d1399378e..c4c78a80f1 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
     name = "openbsd"
     arch = "x86_64"
 
-    link = "https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/install68.iso"
-    csum = "47e291fcc2d0c1a8ae0b66329f040b33af755b6adbd21739e20bb5ad56f62b6c"
+    link = "https://cdn.openbsd.org/pub/OpenBSD/6.9/amd64/install69.iso"
+    csum = "140d26548aec680e34bb5f82295414228e7f61e4f5e7951af066014fda2d6e43"
     size = "20G"
     pkgs = [
         # tools
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] tests/vm: update openbsd to release 6.9
  2021-05-31  2:01 [PATCH] tests/vm: update openbsd to release 6.9 Brad Smith
@ 2021-05-31  4:55 ` Gerd Hoffmann
  2021-06-30  3:05   ` Brad Smith
  2021-06-30 10:33 ` Philippe Mathieu-Daudé
  2021-07-05 15:07 ` Alex Bennée
  2 siblings, 1 reply; 5+ messages in thread
From: Gerd Hoffmann @ 2021-05-31  4:55 UTC (permalink / raw)
  To: Brad Smith; +Cc: Philippe Mathieu-Daudé, qemu-devel

On Sun, May 30, 2021 at 10:01:28PM -0400, Brad Smith wrote:
> tests/vm: update openbsd to release 6.9
> 
> Signed-off-by: Brad Smith <brad@comstyle.com>

Tested-by: Gerd Hoffmann <kraxel@redhat.com>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] tests/vm: update openbsd to release 6.9
  2021-05-31  4:55 ` Gerd Hoffmann
@ 2021-06-30  3:05   ` Brad Smith
  0 siblings, 0 replies; 5+ messages in thread
From: Brad Smith @ 2021-06-30  3:05 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel, Philippe Mathieu-Daudé

ping.

On 5/31/2021 12:55 AM, Gerd Hoffmann wrote:
> On Sun, May 30, 2021 at 10:01:28PM -0400, Brad Smith wrote:
>> tests/vm: update openbsd to release 6.9
>>
>> Signed-off-by: Brad Smith <brad@comstyle.com>
> Tested-by: Gerd Hoffmann <kraxel@redhat.com>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] tests/vm: update openbsd to release 6.9
  2021-05-31  2:01 [PATCH] tests/vm: update openbsd to release 6.9 Brad Smith
  2021-05-31  4:55 ` Gerd Hoffmann
@ 2021-06-30 10:33 ` Philippe Mathieu-Daudé
  2021-07-05 15:07 ` Alex Bennée
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-06-30 10:33 UTC (permalink / raw)
  To: Brad Smith, qemu-devel; +Cc: Alex Bennée, Gerd Hoffmann

On 5/31/21 4:01 AM, Brad Smith wrote:
> tests/vm: update openbsd to release 6.9
> 
> Signed-off-by: Brad Smith <brad@comstyle.com>

Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> ---
>  tests/vm/openbsd | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index 4d1399378e..c4c78a80f1 100755
> --- a/tests/vm/openbsd
> +++ b/tests/vm/openbsd
> @@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
>      name = "openbsd"
>      arch = "x86_64"
>  
> -    link = "https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/install68.iso"
> -    csum = "47e291fcc2d0c1a8ae0b66329f040b33af755b6adbd21739e20bb5ad56f62b6c"
> +    link = "https://cdn.openbsd.org/pub/OpenBSD/6.9/amd64/install69.iso"
> +    csum = "140d26548aec680e34bb5f82295414228e7f61e4f5e7951af066014fda2d6e43"
>      size = "20G"
>      pkgs = [
>          # tools
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] tests/vm: update openbsd to release 6.9
  2021-05-31  2:01 [PATCH] tests/vm: update openbsd to release 6.9 Brad Smith
  2021-05-31  4:55 ` Gerd Hoffmann
  2021-06-30 10:33 ` Philippe Mathieu-Daudé
@ 2021-07-05 15:07 ` Alex Bennée
  2 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2021-07-05 15:07 UTC (permalink / raw)
  To: Brad Smith; +Cc: Philippe Mathieu-Daudé, Gerd Hoffmann, qemu-devel


Brad Smith <brad@comstyle.com> writes:

> tests/vm: update openbsd to release 6.9
>
> Signed-off-by: Brad Smith <brad@comstyle.com>

Queued to testing/next, thanks.

-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-05 15:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31  2:01 [PATCH] tests/vm: update openbsd to release 6.9 Brad Smith
2021-05-31  4:55 ` Gerd Hoffmann
2021-06-30  3:05   ` Brad Smith
2021-06-30 10:33 ` Philippe Mathieu-Daudé
2021-07-05 15:07 ` Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).