Re: [Qemu-devel] [PATCH 3/5] usb-redir: Call qemu_chr_guest_open/close

2011-08-12 Thread Anthony Liguori
On 08/11/2011 07:25 AM, Hans de Goede wrote: To let the chardev now we're ready start receiving data. This is necessary with the spicevmc chardev to get it registered with the spice-server. Signed-off-by: Hans de Goede --- usb-redir.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(

[Qemu-devel] [PATCH 3/5] usb-redir: Call qemu_chr_guest_open/close

2011-08-11 Thread Hans de Goede
To let the chardev now we're ready start receiving data. This is necessary with the spicevmc chardev to get it registered with the spice-server. Signed-off-by: Hans de Goede --- usb-redir.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/usb-redir.c b/usb-redir.c index