[Spice-devel] [PATCH] spice-vmc: add a reset handler used to unregister spice interface (and trigger server mouse)

2010-09-16 Thread Alon Levy
I remember sending this a while back, but no ACK or NACK. It's v2, fixed to use qdev.reset. Alon --- hw/spice-vmc.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/hw/spice-vmc.c b/hw/spice-vmc.c index b9c5eb6..451b6c4 100644 --- a/hw/spice-vmc.c +++ b/hw/spi

Re: [Spice-devel] Memory Leak on spicec

2010-09-16 Thread Alexander Larsson
On Tue, 2010-09-14 at 16:02 +0200, Alex Peter wrote: > I referred "Target is the one running the spicec client" We had a shared memory leak in the X client, but that was fixed before 0.6.0 was released. I have not personally seen any other client leaks. ___

Re: [Spice-devel] [PATCH] smartcard: add channel

2010-09-16 Thread Alexander Larsson
On Tue, 2010-09-14 at 14:50 -0400, Alon Levy wrote: > - "Gerd Hoffmann" wrote: > > I don't think this is a good idea. This is just a chardev > > passthrough, > > right? If so, then we should just make it that. Name it 'chardev' or > > > > 'datapipe' or something simliar. Have a addition

Re: [Spice-devel] [PATCH] smartcard: add channel

2010-09-16 Thread Alexander Larsson
On Tue, 2010-09-14 at 14:46 -0400, Alon Levy wrote: > - "Alexander Larsson" wrote: > > > On Mon, 2010-09-13 at 13:58 -0400, Alon Levy wrote: > > > --- > > > spice/enums.h | 13 + > > > 1 files changed, 13 insertions(+), 0 deletions(-) > > > > > > diff --git a/spice/enums.h b/s

Re: [Spice-devel] PATCH: virtio_console: Fix poll blocking even though there is data to read

2010-09-16 Thread Rusty Russell
On Wed, 15 Sep 2010 11:16:24 pm Amit Shah wrote: > On (Wed) Sep 15 2010 [15:37:21], Hans de Goede wrote: > > >>--- linux-2.6.35.x86_64/drivers/char/virtio_console.c~2010-08-02 > > >>00:11:14.0 +0200 > > >>+++ linux-2.6.35.x86_64/drivers/char/virtio_console.c 2010-09-15 > > >>13:39

Re: [Spice-devel] PATCH: virtio_console: Fix poll blocking even though there is data to read

2010-09-16 Thread Amit Shah
On (Thu) Sep 16 2010 [11:52:01], Amit Shah wrote: > On (Thu) Sep 16 2010 [15:32:54], Rusty Russell wrote: > > On Wed, 15 Sep 2010 11:16:24 pm Amit Shah wrote: > > > On (Wed) Sep 15 2010 [15:37:21], Hans de Goede wrote: > > > > >>--- linux-2.6.35.x86_64/drivers/char/virtio_console.c~ > > > >