mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
qemu-options: Remove the deprecated -no-acpi option
It's been marked as deprecated since QEMU 8.0, so it should be fine to remove this now. Message-ID: <20240118103759.130748-3-thuth@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
48c1c25a55
commit
4a64101044
6 changed files with 9 additions and 23 deletions
|
@ -343,9 +343,9 @@ In case an Arm virt machine is emulated, use the following command line:
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
qemu-system-aarch64 -machine virt,gic-version=3,accel=kvm \
|
||||
qemu-system-aarch64 -machine virt,gic-version=3,acpi=off \
|
||||
-cpu host -m 4G \
|
||||
-nographic -no-acpi \
|
||||
-nographic -accel kvm \
|
||||
-chardev socket,id=chrtpm,path=/tmp/mytpm1/swtpm-sock \
|
||||
-tpmdev emulator,id=tpm0,chardev=chrtpm \
|
||||
-device tpm-tis-device,tpmdev=tpm0 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue