All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/vm: update openbsd to release 6.6
@ 2019-10-18 10:24 Gerd Hoffmann
  2019-11-14  3:33 ` Brad Smith
  2020-01-07 11:12 ` Alex Bennée
  0 siblings, 2 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2019-10-18 10:24 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Alex Bennée, Philippe Mathieu-Daudé,
	Gerd Hoffmann, Brad Smith

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 tests/vm/openbsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index b92c39f89a6f..9f82cd459fde 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.5/amd64/install65.iso"
-    csum = "38d1f8cadd502f1c27bf05c5abde6cc505dd28f3f34f8a941048ff9a54f9f608"
+    link = "https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
+    csum = "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
     size = "20G"
     pkgs = [
         # tools
-- 
2.18.1



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

* Re: [PATCH] tests/vm: update openbsd to release 6.6
  2019-10-18 10:24 [PATCH] tests/vm: update openbsd to release 6.6 Gerd Hoffmann
@ 2019-11-14  3:33 ` Brad Smith
  2019-12-19 22:11   ` Brad Smith
  2020-01-07 11:12 ` Alex Bennée
  1 sibling, 1 reply; 5+ messages in thread
From: Brad Smith @ 2019-11-14  3:33 UTC (permalink / raw)
  To: Gerd Hoffmann, qemu-devel
  Cc: Fam Zheng, Alex Bennée, Philippe Mathieu-Daudé

[-- Attachment #1: Type: text/plain, Size: 860 bytes --]

Thanks.

Reviewed-by: Brad Smith <brad@comstyle.com>

On 10/18/2019 6:24 AM, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>   tests/vm/openbsd | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index b92c39f89a6f..9f82cd459fde 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.5/amd64/install65.iso"
> -    csum = "38d1f8cadd502f1c27bf05c5abde6cc505dd28f3f34f8a941048ff9a54f9f608"
> +    link = "https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
> +    csum = "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
>       size = "20G"
>       pkgs = [
>           # tools

[-- Attachment #2: Type: text/html, Size: 1518 bytes --]

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

* Re: [PATCH] tests/vm: update openbsd to release 6.6
  2019-11-14  3:33 ` Brad Smith
@ 2019-12-19 22:11   ` Brad Smith
  2019-12-31 16:25     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 5+ messages in thread
From: Brad Smith @ 2019-12-19 22:11 UTC (permalink / raw)
  To: Gerd Hoffmann, qemu-devel
  Cc: Fam Zheng, Alex Bennée, Philippe Mathieu-Daudé

[-- Attachment #1: Type: text/plain, Size: 931 bytes --]

ping.

On 11/13/2019 10:33 PM, Brad Smith wrote:
> Thanks.
>
> Reviewed-by: Brad Smith<brad@comstyle.com>
> On 10/18/2019 6:24 AM, Gerd Hoffmann wrote:
>> Signed-off-by: Gerd Hoffmann<kraxel@redhat.com>
>> ---
>>   tests/vm/openbsd | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
>> index b92c39f89a6f..9f82cd459fde 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.5/amd64/install65.iso"
>> -    csum = "38d1f8cadd502f1c27bf05c5abde6cc505dd28f3f34f8a941048ff9a54f9f608"
>> +    link ="https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
>> +    csum = "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
>>       size = "20G"
>>       pkgs = [
>>           # tools

[-- Attachment #2: Type: text/html, Size: 1936 bytes --]

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

* Re: [PATCH] tests/vm: update openbsd to release 6.6
  2019-12-19 22:11   ` Brad Smith
@ 2019-12-31 16:25     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-31 16:25 UTC (permalink / raw)
  To: Brad Smith, Gerd Hoffmann, qemu-devel; +Cc: Fam Zheng, Alex Bennée

On 12/19/19 11:11 PM, Brad Smith wrote:
> ping.
> 
> On 11/13/2019 10:33 PM, Brad Smith wrote:
>> Thanks.
>>
>> Reviewed-by: Brad Smith<brad@comstyle.com>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>

>> On 10/18/2019 6:24 AM, Gerd Hoffmann wrote:
>>> Signed-off-by: Gerd Hoffmann<kraxel@redhat.com>
>>> ---
>>>   tests/vm/openbsd | 4 ++--
>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
>>> index b92c39f89a6f..9f82cd459fde 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.5/amd64/install65.iso"
>>> -    csum = "38d1f8cadd502f1c27bf05c5abde6cc505dd28f3f34f8a941048ff9a54f9f608"
>>> +    link ="https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
>>> +    csum = "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
>>>       size = "20G"
>>>       pkgs = [
>>>           # tools



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

* Re: [PATCH] tests/vm: update openbsd to release 6.6
  2019-10-18 10:24 [PATCH] tests/vm: update openbsd to release 6.6 Gerd Hoffmann
  2019-11-14  3:33 ` Brad Smith
@ 2020-01-07 11:12 ` Alex Bennée
  1 sibling, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2020-01-07 11:12 UTC (permalink / raw)
  To: Gerd Hoffmann
  Cc: Fam Zheng, Philippe Mathieu-Daudé, qemu-devel, Brad Smith


Gerd Hoffmann <kraxel@redhat.com> writes:

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

Queued to testing/next, thanks.

> ---
>  tests/vm/openbsd | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index b92c39f89a6f..9f82cd459fde 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.5/amd64/install65.iso"
> -    csum = "38d1f8cadd502f1c27bf05c5abde6cc505dd28f3f34f8a941048ff9a54f9f608"
> +    link = "https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
> +    csum = "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
>      size = "20G"
>      pkgs = [
>          # tools


-- 
Alex Bennée


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

end of thread, other threads:[~2020-01-07 12:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18 10:24 [PATCH] tests/vm: update openbsd to release 6.6 Gerd Hoffmann
2019-11-14  3:33 ` Brad Smith
2019-12-19 22:11   ` Brad Smith
2019-12-31 16:25     ` Philippe Mathieu-Daudé
2020-01-07 11:12 ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.