Re: [Qemu-devel] [PATCH] xen: introduce xen_change_state_handler

2011-07-15 Thread Stefano Stabellini
I have just realized that I wrote the reply to this email long ago but I have never sent it, it was sitting in my Draft mbox. On Thu, 30 Jun 2011, Alexander Graf wrote: > On 06/29/2011 01:16 PM, stefano.stabell...@eu.citrix.com wrote: > > From: Anthony PERARD > > > > Remove the call to xenstore_re

Re: [Qemu-devel] [PATCH] xen: introduce xen_change_state_handler

2011-06-30 Thread Alexander Graf
On 06/29/2011 01:16 PM, stefano.stabell...@eu.citrix.com wrote: From: Anthony PERARD Remove the call to xenstore_record_dm_state from xen_main_loop_prepare that is HVM specific. Add a new vm_change_state_handler shared between xen_pv and xen_hvm machines to record the VM state to xenstore. Sign

Re: [Qemu-devel] [PATCH] xen: introduce xen_change_state_handler

2011-06-30 Thread Stefano Stabellini
On Thu, 30 Jun 2011, Alexander Graf wrote: > On 06/29/2011 01:16 PM, stefano.stabell...@eu.citrix.com wrote: > > From: Anthony PERARD > > > > Remove the call to xenstore_record_dm_state from xen_main_loop_prepare > > that is HVM specific. > > Add a new vm_change_state_handler shared between xen_pv

Re: [Qemu-devel] [PATCH] xen: introduce xen_change_state_handler

2011-06-30 Thread Alexander Graf
On 06/30/2011 04:37 PM, Stefano Stabellini wrote: On Thu, 30 Jun 2011, Alexander Graf wrote: On 06/29/2011 01:16 PM, stefano.stabell...@eu.citrix.com wrote: From: Anthony PERARD Remove the call to xenstore_record_dm_state from xen_main_loop_prepare that is HVM specific. Add a new vm_change_sta

Re: [Qemu-devel] [PATCH] xen: introduce xen_change_state_handler

2011-06-30 Thread Alexander Graf
On 06/29/2011 01:16 PM, stefano.stabell...@eu.citrix.com wrote: From: Anthony PERARD Remove the call to xenstore_record_dm_state from xen_main_loop_prepare that is HVM specific. Add a new vm_change_state_handler shared between xen_pv and xen_hvm machines to record the VM state to xenstore. Sign

[Qemu-devel] [PATCH] xen: introduce xen_change_state_handler

2011-06-29 Thread stefano.stabellini
From: Anthony PERARD Remove the call to xenstore_record_dm_state from xen_main_loop_prepare that is HVM specific. Add a new vm_change_state_handler shared between xen_pv and xen_hvm machines to record the VM state to xenstore. Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini ---