[PATCH] docs/system/replay: do not show removed command line option

Paolo Bonzini posted 1 patch 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230905100757.298689-1-pbonzini@redhat.com
Maintainers: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Paolo Bonzini <pbonzini@redhat.com>
docs/system/replay.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs/system/replay: do not show removed command line option
Posted by Paolo Bonzini 1 year, 2 months ago
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
 ------------
-- 
2.41.0
Re: [PATCH] docs/system/replay: do not show removed command line option
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
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>


Re: [PATCH] docs/system/replay: do not show removed command line option
Posted by Thomas Huth 1 year, 2 months ago
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>