[PATCH v2] qemu-options.hx: remove stray quote

John Snow posted 1 patch 1 year, 2 months ago
qemu-options.hx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] qemu-options.hx: remove stray quote
Posted by John Snow 1 year, 2 months ago
Signed-off-by: John Snow <jsnow@redhat.com>
---
 qemu-options.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index d59d19704bc..52d477547f5 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1606,7 +1606,7 @@ SRST
 
     .. parsed-literal::
 
-        |qemu_system_x86| -drive file=a -drive file=b"
+        |qemu_system_x86| -drive file=a -drive file=b
 
     is interpreted like:
 
-- 
2.39.0
Re: [PATCH v2] qemu-options.hx: remove stray quote
Posted by Laurent Vivier 1 year, 1 month ago
Le 02/02/2023 à 23:31, John Snow a écrit :
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>   qemu-options.hx | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qemu-options.hx b/qemu-options.hx
> index d59d19704bc..52d477547f5 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -1606,7 +1606,7 @@ SRST
>   
>       .. parsed-literal::
>   
> -        |qemu_system_x86| -drive file=a -drive file=b"
> +        |qemu_system_x86| -drive file=a -drive file=b
>   
>       is interpreted like:
>   

Applied to my trivial-patches branch.

Thanks,
Laurent


Re: [PATCH v2] qemu-options.hx: remove stray quote
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
On 2/2/23 23:31, John Snow wrote:
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>   qemu-options.hx | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qemu-options.hx b/qemu-options.hx
> index d59d19704bc..52d477547f5 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -1606,7 +1606,7 @@ SRST
>   
>       .. parsed-literal::
>   
> -        |qemu_system_x86| -drive file=a -drive file=b"
> +        |qemu_system_x86| -drive file=a -drive file=b
>   
>       is interpreted like:
>   

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>