Re: [Qemu-devel] [PATCH] spice: hook qemu_chr_fe_set_open() event to ports

2014-01-28 Thread Gerd Hoffmann
On Sa, 2014-01-11 at 00:20 +0100, Marc-André Lureau wrote: > This wires up a spice port event on virtio-ports open/close, so the > client is notified when the other end is ready. Added to spice patch queue. thanks, Gerd

Re: [Qemu-devel] [PATCH] spice: hook qemu_chr_fe_set_open() event to ports

2014-01-22 Thread Marc-André Lureau
ping On Sat, Jan 11, 2014 at 12:20 AM, Marc-André Lureau wrote: > This wires up a spice port event on virtio-ports open/close, so the > client is notified when the other end is ready. > > Signed-off-by: Marc-André Lureau > --- > spice-qemu-char.c | 25 - > 1 file changed

[Qemu-devel] [PATCH] spice: hook qemu_chr_fe_set_open() event to ports

2014-01-10 Thread Marc-André Lureau
This wires up a spice port event on virtio-ports open/close, so the client is notified when the other end is ready. Signed-off-by: Marc-André Lureau --- spice-qemu-char.c | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/spice-qemu-char.c b/spice-qemu