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

2023-03-13 Thread Laurent Vivier

Le 02/02/2023 à 23:31, John Snow a écrit :

Signed-off-by: John Snow 
---
  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

2023-02-02 Thread Philippe Mathieu-Daudé

On 2/2/23 23:31, John Snow wrote:

Signed-off-by: John Snow 
---
  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é 




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

2023-02-02 Thread John Snow
Signed-off-by: John Snow 
---
 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