Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.

2012-10-17 Thread Gerd Hoffmann
Hi, >> +- "id": the chardev's ID, must be unique (json-string) >> +- "backend": the chardev backend: "file", "socket", ... (json-string) >> +- "path": file / device / unix socket path (json-string, optional) >> +- "name": spice channel name (json-string, optional) >> +- "host": host name (json-s

Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.

2012-10-16 Thread Luiz Capitulino
On Mon, 15 Oct 2012 12:04:52 -0600 Eric Blake wrote: > On 10/15/2012 02:06 AM, Gerd Hoffmann wrote: > > This patch adds chardev_add and chardev_del monitor commands. > > > > They work simliar to the netdev_{add,del} commands. The hmp version of > > s/simliar/similar/ > > > chardev_add accepts

Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.

2012-10-16 Thread Luiz Capitulino
On Mon, 15 Oct 2012 10:06:57 +0200 Gerd Hoffmann wrote: > This patch adds chardev_add and chardev_del monitor commands. > > They work simliar to the netdev_{add,del} commands. The hmp version of > chardev_add accepts like the -chardev command line option does. The qmp > version expects the arg

Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.

2012-10-16 Thread Lei Li
On 10/15/2012 04:06 PM, Gerd Hoffmann wrote: This patch adds chardev_add and chardev_del monitor commands. They work simliar to the netdev_{add,del} commands. The hmp version of chardev_add accepts like the -chardev command line option does. The qmp version expects the arguments being passed a

Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.

2012-10-15 Thread Eric Blake
On 10/15/2012 02:06 AM, Gerd Hoffmann wrote: > This patch adds chardev_add and chardev_del monitor commands. > > They work simliar to the netdev_{add,del} commands. The hmp version of s/simliar/similar/ > chardev_add accepts like the -chardev command line option does. The qmp > version expects

Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.

2012-10-15 Thread Anthony Liguori
Gerd Hoffmann writes: > This patch adds chardev_add and chardev_del monitor commands. > > They work simliar to the netdev_{add,del} commands. The hmp version of > chardev_add accepts like the -chardev command line option does. The qmp > version expects the arguments being passed as named parame

[Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.

2012-10-15 Thread Gerd Hoffmann
This patch adds chardev_add and chardev_del monitor commands. They work simliar to the netdev_{add,del} commands. The hmp version of chardev_add accepts like the -chardev command line option does. The qmp version expects the arguments being passed as named parameters. chardev_del just takes an