[PATCH] monitor: fix missing spaces in screendump help text

Brian Knutsson posted 1 patch 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260410151818.817298-1-development@knutsson.it
Maintainers: "Dr. David Alan Gilbert" <dave@treblig.org>
hmp-commands.hx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] monitor: fix missing spaces in screendump help text
Posted by Brian Knutsson 1 day ago
From: Knutsson Development <development@knutsson.it>

Signed-off-by: Knutsson Development <development@knutsson.it>
---
 hmp-commands.hx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hmp-commands.hx b/hmp-commands.hx
index 5cc4788f12..b6f3b8a796 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -257,8 +257,8 @@ ERST
         .name       = "screendump",
         .args_type  = "filename:F,format:-fs,device:s?,head:i?",
         .params     = "filename [-f format] [device [head]]",
-        .help       = "save screen from head 'head' of display device 'device'"
-                      "in specified format 'format' as image 'filename'."
+        .help       = "save screen from head 'head' of display device 'device' "
+                      "in specified format 'format' as image 'filename'. "
                       "Currently only 'png' and 'ppm' formats are supported.",
          .cmd        = hmp_screendump,
         .coroutine  = true,
-- 
2.48.1
Re: [PATCH] monitor: fix missing spaces in screendump help text
Posted by Philippe Mathieu-Daudé 20 hours ago
On 10/4/26 17:18, Brian Knutsson wrote:
> From: Knutsson Development <development@knutsson.it>
> 
> Signed-off-by: Knutsson Development <development@knutsson.it>
> ---
>   hmp-commands.hx | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

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

Re: [PATCH] monitor: fix missing spaces in screendump help text
Posted by Marc-André Lureau 22 hours ago
On Fri, Apr 10, 2026 at 8:24 PM Brian Knutsson <development@knutsson.it> wrote:
>
> From: Knutsson Development <development@knutsson.it>
>
> Signed-off-by: Knutsson Development <development@knutsson.it>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

> ---
>  hmp-commands.hx | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/hmp-commands.hx b/hmp-commands.hx
> index 5cc4788f12..b6f3b8a796 100644
> --- a/hmp-commands.hx
> +++ b/hmp-commands.hx
> @@ -257,8 +257,8 @@ ERST
>          .name       = "screendump",
>          .args_type  = "filename:F,format:-fs,device:s?,head:i?",
>          .params     = "filename [-f format] [device [head]]",
> -        .help       = "save screen from head 'head' of display device 'device'"
> -                      "in specified format 'format' as image 'filename'."
> +        .help       = "save screen from head 'head' of display device 'device' "
> +                      "in specified format 'format' as image 'filename'. "
>                        "Currently only 'png' and 'ppm' formats are supported.",
>           .cmd        = hmp_screendump,
>          .coroutine  = true,
> --
> 2.48.1
>
>


-- 
Marc-André Lureau