mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
qemu-ga: document vsock-listen in the man page
Although qemu-ga has supported vsock since 2016 it was not documented on
the man page.
Also add the socket address representation to the qga --help output.
Fixes: 586ef5dee7
("qga: add vsock-listen method")
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
This commit is contained in:
parent
a23f38a729
commit
7b46aadbbf
2 changed files with 6 additions and 3 deletions
|
@ -234,7 +234,9 @@ QEMU_COPYRIGHT "\n"
|
|||
" -p, --path device/socket path (the default for virtio-serial is:\n"
|
||||
" %s,\n"
|
||||
" the default for isa-serial is:\n"
|
||||
" %s)\n"
|
||||
" %s).\n"
|
||||
" Socket addresses for vsock-listen are written as\n"
|
||||
" <cid>:<port>.\n"
|
||||
" -l, --logfile set logfile path, logs to stderr by default\n"
|
||||
" -f, --pidfile specify pidfile (default is %s)\n"
|
||||
#ifdef CONFIG_FSFREEZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue