All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed incorrect output in xl's "help" command.
@ 2024-08-05 14:11 John E. Krokes
  2024-08-05 14:14 ` Juergen Gross
  0 siblings, 1 reply; 3+ messages in thread
From: John E. Krokes @ 2024-08-05 14:11 UTC (permalink / raw)
  To: xen-devel; +Cc: John E. Krokes, Anthony PERARD

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fixed incorrect output in xl's "help" command.
  2024-08-05 14:11 [PATCH] Fixed incorrect output in xl's "help" command John E. Krokes
@ 2024-08-05 14:14 ` Juergen Gross
  2024-08-13 17:01   ` Anthony PERARD
  0 siblings, 1 reply; 3+ messages in thread
From: Juergen Gross @ 2024-08-05 14:14 UTC (permalink / raw)
  To: John E. Krokes, xen-devel; +Cc: Anthony PERARD


[-- Attachment #1.1.1: Type: text/plain, Size: 362 bytes --]

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


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3743 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fixed incorrect output in xl's "help" command.
  2024-08-05 14:14 ` Juergen Gross
@ 2024-08-13 17:01   ` Anthony PERARD
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony PERARD @ 2024-08-13 17:01 UTC (permalink / raw)
  To: Juergen Gross; +Cc: John E. Krokes, xen-devel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-13 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 14:11 [PATCH] Fixed incorrect output in xl's "help" command John E. Krokes
2024-08-05 14:14 ` Juergen Gross
2024-08-13 17:01   ` Anthony PERARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.