diff options
author | Thomas Huth <thuth@redhat.com> | 2024-01-18 11:37:57 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-01-19 11:38:32 +0100 |
commit | 4a6410104491b703116cd12ef18a61d13cb5a23f (patch) | |
tree | bb185ab4b712f0164674fb8b45b6e2ac367c2416 /docs/specs | |
parent | 48c1c25a55cdf02d21b1781531e21299736b193a (diff) | |
download | qemu-4a6410104491b703116cd12ef18a61d13cb5a23f.zip qemu-4a6410104491b703116cd12ef18a61d13cb5a23f.tar.gz qemu-4a6410104491b703116cd12ef18a61d13cb5a23f.tar.bz2 |
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>
Diffstat (limited to 'docs/specs')
-rw-r--r-- | docs/specs/tpm.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/specs/tpm.rst b/docs/specs/tpm.rst index c96776a..68cb8cf 100644 --- a/docs/specs/tpm.rst +++ b/docs/specs/tpm.rst @@ -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 \ |