[Qemu-devel] Re: [RFC][PATCH v1 08/12] qemu-char: add qmp_proxy chardev

2011-03-29 Thread Michael Roth
On 03/28/2011 12:45 PM, Anthony Liguori wrote: On 03/25/2011 05:11 PM, Michael Roth wrote: Why are these options required? The qmp_proxy_new() constructor expects a path to a socket it can connect() to. Not sure about telnet, but the other options are required for this. Well...server=on at le

[Qemu-devel] Re: [RFC][PATCH v1 08/12] qemu-char: add qmp_proxy chardev

2011-03-28 Thread Anthony Liguori
On 03/25/2011 05:11 PM, Michael Roth wrote: Why are these options required? The qmp_proxy_new() constructor expects a path to a socket it can connect() to. Not sure about telnet, but the other options are required for this. Well...server=on at least, wait=off needs to be set as well because

[Qemu-devel] Re: [RFC][PATCH v1 08/12] qemu-char: add qmp_proxy chardev

2011-03-25 Thread Michael Roth
On 03/25/2011 04:29 PM, Anthony Liguori wrote: On 03/25/2011 02:47 PM, Michael Roth wrote: This allows qemu to be started with guest agent support via: qemu -chardev qmp_proxy,path=,id=qmp_proxy \ -device ...,chardev=qmp_proxy It is essentially a wrapper for -chardev socket, which takes the ex

[Qemu-devel] Re: [RFC][PATCH v1 08/12] qemu-char: add qmp_proxy chardev

2011-03-25 Thread Anthony Liguori
On 03/25/2011 02:47 PM, Michael Roth wrote: This allows qemu to be started with guest agent support via: qemu -chardev qmp_proxy,path=,id=qmp_proxy \ -device ...,chardev=qmp_proxy It is essentially a wrapper for -chardev socket, which takes the extra step of setting required defaults and