OSDN Git Service

tests/vm: do not specify -bios option
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 Jun 2022 08:30:00 +0000 (10:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 Jul 2022 07:27:58 +0000 (09:27 +0200)
commit170ed475cd5f78261c56cebf12541ceee4807594
treec1b409bcfeb294586f0ab477920d7e47219e31dc
parent180c2f24d5e8eada41e012a3899d29bb695aae06
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>
tests/vm/fedora
tests/vm/freebsd
tests/vm/netbsd
tests/vm/openbsd