Message ID | 20230905100757.298689-1-pbonzini@redhat.com |
---|---|
State | New |
Headers | show |
Series | docs/system/replay: do not show removed command line option | expand |
On 05/09/2023 12.07, Paolo Bonzini wrote: > Cc: qemu-trivial@nongnu.org > Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> > --- > docs/system/replay.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/system/replay.rst b/docs/system/replay.rst > index 3105327423c..ca7c17c63da 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 > ------------ Reviewed-by: Thomas Huth <thuth@redhat.com>
On 5/9/23 12:07, Paolo Bonzini wrote: > Cc: qemu-trivial@nongnu.org > Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> > --- > docs/system/replay.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff --git a/docs/system/replay.rst b/docs/system/replay.rst index 3105327423c..ca7c17c63da 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 ------------
Cc: qemu-trivial@nongnu.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- docs/system/replay.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)