mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
Emulate qemu-kvms -no-kvm option
Releases of qemu-kvm will be interrupted at qemu 1.3.0. Users should switch to plain qemu releases. To avoid breaking scenarios which are setup with command line options specific to qemu-kvm, port these switches from qemu-kvm to qemu.git. Port -no-kvm option. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
88eed34a6b
commit
a0dac021fa
2 changed files with 7 additions and 0 deletions
|
@ -2888,6 +2888,9 @@ STEXI
|
|||
Enable FIPS 140-2 compliance mode.
|
||||
ETEXI
|
||||
|
||||
HXCOMM Deprecated by -machine accel=tcg property
|
||||
DEF("no-kvm", HAS_ARG, QEMU_OPTION_no_kvm, "", QEMU_ARCH_I386)
|
||||
|
||||
HXCOMM Deprecated by kvm-pit driver properties
|
||||
DEF("no-kvm-pit-reinjection", HAS_ARG, QEMU_OPTION_no_kvm_pit_reinjection,
|
||||
"", QEMU_ARCH_I386)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue