summaryrefslogtreecommitdiffstats
path: root/tests/vm/openbsd
diff options
context:
space:
mode:
authorPaolo Bonzini2022-06-16 10:30:00 +0200
committerPaolo Bonzini2022-07-06 09:27:58 +0200
commit170ed475cd5f78261c56cebf12541ceee4807594 (patch)
treec1b409bcfeb294586f0ab477920d7e47219e31dc /tests/vm/openbsd
parentMerge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (diff)
downloadqemu-170ed475cd5f78261c56cebf12541ceee4807594.tar.gz
qemu-170ed475cd5f78261c56cebf12541ceee4807594.tar.xz
qemu-170ed475cd5f78261c56cebf12541ceee4807594.zip
tests/vm: do not specify -bios option
When running from the build tree, the executable is able to find the BIOS on its own; when running from the source tree, a firmware blob should already be installed and there is no guarantee that the one in the source tree works with the QEMU that is being used for the installation. Just remove the -bios option, since it is unnecessary and in fact there are other x86 VM tests that do not bother specifying it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/vm/openbsd')
-rwxr-xr-xtests/vm/openbsd1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index 13c8254214..6f1b6f5b98 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -82,7 +82,6 @@ class OpenBSDVM(basevm.BaseVM):
self.print_step("Booting installer")
self.boot(img_tmp, extra_args = [
- "-bios", "pc-bios/bios-256k.bin",
"-machine", "graphics=off",
"-device", "VGA",
"-cdrom", iso