[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [RFC][PATCH v5 19/21] virtagent: add virtagent guest da
From: |
Adam Litke |
Subject: |
[Qemu-devel] Re: [RFC][PATCH v5 19/21] virtagent: add virtagent guest daemon |
Date: |
Mon, 06 Dec 2010 16:26:14 -0600 |
On Fri, 2010-12-03 at 12:03 -0600, Michael Roth wrote:
> +static void usage(const char *cmd)
> +{
> + printf(
> +"Usage: %s -c <channel_opts>\n"
> +"QEMU virtagent guest agent\n"
> +"\n"
> +" -c, --channel channel options of the form:\n"
> +" <method>:<addr>:<port>[:channel_id]\n"
> +" -v, --verbose display extra debugging information\n"
> +" -h, --help display this help and exit\n"
> +"\n"
> +" channels are used to establish a data connection between 2 end-points
> in\n"
> +" the host or the guest (connection method specified by <method>).\n"
> +" The positional parameters for channels are:\n"
> +"\n"
> +" <method>: one of unix-connect, unix-listen, tcp-connect,
> tcp-listen,\n"
> +" virtserial-open\n"
The usage information doesn't agree with the parameters the program
accepts (virtserial-open -> virtio-serial)
> +" <addr>: path of unix socket or virtserial port, or IP of host, to\n"
> +" connect/bind to\n"
> +" <port>: port to bind/connect to, or '-' if addr is a path\n"
> +"\n"
> +"Report bugs to <address@hidden>\n"
> + , cmd);
> +}
--
Thanks,
Adam
- [Qemu-devel] Re: [RFC][PATCH v5 08/21] virtagent: add agent_viewfile qmp/hmp command, (continued)
- [Qemu-devel] [RFC][PATCH v5 11/21] virtagent: add va.shutdown RPC, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 06/21] virtagent: base server definitions, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 12/21] virtagent: add agent_shutdown qmp/hmp commands, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 14/21] virtagent: add agent_ping qmp/hmp commands, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 13/21] virtagent: add va.ping RPC, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 17/21] virtagent: add va.hello RPC, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 18/21] virtagent: add "hello" notification function for guest agent, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 19/21] virtagent: add virtagent guest daemon, Michael Roth, 2010/12/03
- [Qemu-devel] Re: [RFC][PATCH v5 19/21] virtagent: add virtagent guest daemon,
Adam Litke <=
- [Qemu-devel] [RFC][PATCH v5 20/21] virtagent: integrate virtagent server/client via chardev, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 15/21] virtagent: add agent_capabilities qmp/hmp commands, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 16/21] virtagent: add client capabilities init function, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 10/21] virtagent: add agent_viewdmesg qmp/hmp commands, Michael Roth, 2010/12/03
- [Qemu-devel] [RFC][PATCH v5 21/21] virtagent: various bits to build QEMU with virtagent, Michael Roth, 2010/12/03
- [Qemu-devel] Re: [RFC][PATCH v5 00/21] virtagent: host/guest RPC communication agent, Jes Sorensen, 2010/12/07
- Re: [Qemu-devel] [RFC][PATCH v5 00/21] virtagent: host/guest RPC communication agent, Stefan Hajnoczi, 2010/12/08