[PATCH] Fixed incorrect output in xl's "help" command.

John E. Krokes posted 1 patch 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240805141159.21872-1-mag@netherworld.org
tools/xl/xl_cmdtable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Fixed incorrect output in xl's "help" command.
Posted by John E. Krokes 3 months, 2 weeks ago
In "xl help", the output includes this line:

 vsnd-list           List virtual display devices for a domain

This should obviously say "sound devices" instead of "display devices".

Signed-off-by: John E. Krokes <mag@netherworld.org>
---
 tools/xl/xl_cmdtable.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/xl/xl_cmdtable.c b/tools/xl/xl_cmdtable.c
index 42751228c1..53fc22d344 100644
--- a/tools/xl/xl_cmdtable.c
+++ b/tools/xl/xl_cmdtable.c
@@ -433,7 +433,7 @@ const struct cmd_spec cmd_table[] = {
     },
     { "vsnd-list",
       &main_vsndlist, 0, 0,
-      "List virtual display devices for a domain",
+      "List virtual sound devices for a domain",
       "<Domain(s)>",
     },
     { "vsnd-detach",
-- 
2.39.2
Re: [PATCH] Fixed incorrect output in xl's "help" command.
Posted by Juergen Gross 3 months, 2 weeks ago
On 05.08.24 16:11, John E. Krokes wrote:
> In "xl help", the output includes this line:
> 
>   vsnd-list           List virtual display devices for a domain
> 
> This should obviously say "sound devices" instead of "display devices".
> 
> Signed-off-by: John E. Krokes <mag@netherworld.org>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen

Re: [PATCH] Fixed incorrect output in xl's "help" command.
Posted by Anthony PERARD 3 months, 1 week ago
On Mon, Aug 05, 2024 at 04:14:34PM +0200, Juergen Gross wrote:
> On 05.08.24 16:11, John E. Krokes wrote:
> > In "xl help", the output includes this line:
> > 
> >   vsnd-list           List virtual display devices for a domain
> > 
> > This should obviously say "sound devices" instead of "display devices".
> > 
> > Signed-off-by: John E. Krokes <mag@netherworld.org>
> 
> Reviewed-by: Juergen Gross <jgross@suse.com>

Acked-by: Anthony PERARD <anthony.perard@vates.tech>

Thanks,

-- 

Anthony Perard | Vates XCP-ng Developer

XCP-ng & Xen Orchestra - Vates solutions

web: https://vates.tech