diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-09-05 11:48:13 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-09-07 13:32:37 +0200 |
commit | 34e8182053c065e5e99017f798fb79259e26f583 (patch) | |
tree | 5932dd6320593752fff822e3a225515b0a80e331 /docs/system | |
parent | 6170d09c9e7dff430f7745137000c0af399ba054 (diff) | |
download | qemu-34e8182053c065e5e99017f798fb79259e26f583.zip qemu-34e8182053c065e5e99017f798fb79259e26f583.tar.gz qemu-34e8182053c065e5e99017f798fb79259e26f583.tar.bz2 |
docs/system/replay: do not show removed command line option
Cc: qemu-trivial@nongnu.org
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/replay.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/replay.rst b/docs/system/replay.rst index 3105327..ca7c17c 100644 --- a/docs/system/replay.rst +++ b/docs/system/replay.rst @@ -181,7 +181,7 @@ Audio data is recorded and replay automatically. The command line for recording and replaying must contain identical specifications of audio hardware, e.g.: .. parsed-literal:: - -soundhw ac97 + -audio pa,model=ac97 Serial ports ------------ |