mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-14 07:44:36 +08:00
test-runner: Fix using removed options
-no-acpi and -no-hpet are not longer available on most recent release (e.g. fc41).
This commit is contained in:
parent
aa118e965b
commit
34cfee7ed0
@ -214,8 +214,6 @@ static char *const qemu_argv[] = {
|
||||
"-m", "192M",
|
||||
"-nographic",
|
||||
"-net", "none",
|
||||
"-no-acpi",
|
||||
"-no-hpet",
|
||||
"-no-reboot",
|
||||
"-fsdev", "local,id=fsdev-root,path=/,readonly,security_model=none,"
|
||||
"multidevs=remap",
|
||||
|
Loading…
Reference in New Issue
Block a user