Re: [Qemu-devel] [PATCH 0/3] chardev/spice: fix missing spice mouse after migration

2012-12-13 Thread Amit Shah
On (Thu) 13 Dec 2012 [08:25:08], Anthony Liguori wrote: > Amit Shah writes: > > > On (Wed) 28 Nov 2012 [11:05:37], Alon Levy wrote: > >> Adds a new char device backend callback to check connectedness, implemented > >> for virtio console, and used by spice-char-dev in post migration. > >> > >> Is

Re: [Qemu-devel] [PATCH 0/3] chardev/spice: fix missing spice mouse after migration

2012-12-13 Thread Anthony Liguori
Amit Shah writes: > On (Wed) 28 Nov 2012 [11:05:37], Alon Levy wrote: >> Adds a new char device backend callback to check connectedness, implemented >> for virtio console, and used by spice-char-dev in post migration. >> >> Is using NULL for DeviceState the intention for non device vmstates? It

Re: [Qemu-devel] [PATCH 0/3] chardev/spice: fix missing spice mouse after migration

2012-12-13 Thread Amit Shah
On (Wed) 28 Nov 2012 [11:05:37], Alon Levy wrote: > Adds a new char device backend callback to check connectedness, implemented > for virtio console, and used by spice-char-dev in post migration. > > Is using NULL for DeviceState the intention for non device vmstates? It works > fine in practice.

[Qemu-devel] [PATCH 0/3] chardev/spice: fix missing spice mouse after migration

2012-11-28 Thread Alon Levy
Adds a new char device backend callback to check connectedness, implemented for virtio console, and used by spice-char-dev in post migration. Is using NULL for DeviceState the intention for non device vmstates? It works fine in practice. Alon Levy (3): virtio-serial: add virtio_serial_guest_con