All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/vm: update NetBSD to 9.3
@ 2022-09-06  1:04 Brad Smith
  2022-09-19 13:05 ` Thomas Huth
  0 siblings, 1 reply; 3+ messages in thread
From: Brad Smith @ 2022-09-06  1:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Warner Losh, Kyle Evans, Alex Benn_e, Philippe Mathieu-Daud_,
	Thomas Huth, Wainer dos Santos Moschetta, Beraldo Leal

tests/vm: update NetBSD to 9.3

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

diff --git a/tests/vm/netbsd b/tests/vm/netbsd
index da6773ff59..aa54338dfa 100755
--- a/tests/vm/netbsd
+++ b/tests/vm/netbsd
@@ -22,8 +22,8 @@ class NetBSDVM(basevm.BaseVM):
     name = "netbsd"
     arch = "x86_64"
 
-    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/images/NetBSD-9.2-amd64.iso"
-    csum = "5ee0ea101f73386b9b424f5d1041e371db3c42fdd6f4e4518dc79c4a08f31d43091ebe93425c9f0dcaaed2b51131836fe6774f33f89030b58d64709b35fda72f"
+    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso"
+    csum = "2bfce544f762a579f61478e7106c436fc48731ff25cf6f79b392ba5752e6f5ec130364286f7471716290a5f033637cf56aacee7fedb91095face59adf36300c3"
     size = "20G"
     pkgs = [
         # tools
-- 
2.37.2



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

end of thread, other threads:[~2022-09-19 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06  1:04 [PATCH] tests/vm: update NetBSD to 9.3 Brad Smith
2022-09-19 13:05 ` Thomas Huth
2022-09-19 13:13   ` Brad Smith

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.