Re: [Qemu-devel] [PATCH v3 0/5] add support for spice migration v3

2012-08-21 Thread Gerd Hoffmann
> Yonit Halperin (5): > spice: notify spice server on vm start/stop > spice: notify on vm state change only via spice_server_vm_start/stop > spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED > spice: add 'migrated' flag to spice info > spice: adding seamless-migration option to the comm

Re: [Qemu-devel] [PATCH v3 0/5] add support for spice migration v3

2012-08-21 Thread Michal Privoznik
On 21.08.2012 10:51, Yonit Halperin wrote: > v3: > patch 2: hold a global variable for the state of spice display, instead of > one per > device. > > v2: > Notify spice about vm state changes only via spice_server_vm_start/stop > spice repo: > http://cgit.freedesktop.org/~yhalperi/spic

[Qemu-devel] [PATCH v3 0/5] add support for spice migration v3

2012-08-21 Thread Yonit Halperin
v3: patch 2: hold a global variable for the state of spice display, instead of one per device. v2: Notify spice about vm state changes only via spice_server_vm_start/stop spice repo: http://cgit.freedesktop.org/~yhalperi/spice/log/?h=seamless-migration.v2 --- Hi, The following