mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Use global properties to emulate -no-kvm-pit-reinjection
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-pit-reinjection. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
4086bde8c0
commit
c21fb4f8b8
2 changed files with 19 additions and 0 deletions
|
@ -2888,6 +2888,10 @@ STEXI
|
|||
Enable FIPS 140-2 compliance mode.
|
||||
ETEXI
|
||||
|
||||
HXCOMM Deprecated by kvm-pit driver properties
|
||||
DEF("no-kvm-pit-reinjection", HAS_ARG, QEMU_OPTION_no_kvm_pit_reinjection,
|
||||
"", QEMU_ARCH_I386)
|
||||
|
||||
HXCOMM Deprecated (ignored)
|
||||
DEF("no-kvm-pit", HAS_ARG, QEMU_OPTION_no_kvm_pit, "", QEMU_ARCH_I386)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue