qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 5/7] datadir: Use bundle mechanism


From: Paolo Bonzini
Subject: Re: [PATCH v6 5/7] datadir: Use bundle mechanism
Date: Wed, 15 Jun 2022 21:23:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

On 6/15/22 17:56, Akihiko Odaki wrote:
diff --git a/tests/vm/fedora b/tests/vm/fedora
index 92b78d6e2c9..4ccd31bba61 100755
--- a/tests/vm/fedora
+++ b/tests/vm/fedora
@@ -79,7 +79,7 @@ class FedoraVM(basevm.BaseVM):
          self.exec_qemu_img("create", "-f", "qcow2", img_tmp, self.size)
          self.print_step("Booting installer")
          self.boot(img_tmp, extra_args = [
-            "-bios", "pc-bios/bios-256k.bin",
+            "-bios", "qemu-bundle/share/qemu/bios-256k.bin",
              "-machine", "graphics=off",
              "-device", "VGA",
              "-cdrom", iso
diff --git a/tests/vm/freebsd b/tests/vm/freebsd
index 805db759d67..2095d8c5204 100755
--- a/tests/vm/freebsd
+++ b/tests/vm/freebsd
@@ -95,7 +95,7 @@ class FreeBSDVM(basevm.BaseVM):
self.print_step("Booting installer")
          self.boot(img_tmp, extra_args = [
-            "-bios", "pc-bios/bios-256k.bin",
+            "-bios", "qemu-bundle/share/qemu/bios-256k.bin",
              "-machine", "graphics=off",
              "-device", "VGA",
              "-cdrom", iso

I think -bios can be removed completely here.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]