Re: [libvirt] [PATCHv4 3/4] snapshot: Add flag to allow hypervisor restart when reverting snapshots

2012-11-21 Thread Eric Blake
On 11/19/2012 03:53 PM, Eric Blake wrote: > On 11/19/2012 09:06 AM, Peter Krempa wrote: >> Some hypervisors require a respawn of the hypervisor to allow reverting >> to some snapshot states. This patch adds flag to remove the default >> safe approach to not allow this. When this flag is specified t

Re: [libvirt] [PATCHv4 3/4] snapshot: Add flag to allow hypervisor restart when reverting snapshots

2012-11-19 Thread Eric Blake
On 11/19/2012 09:06 AM, Peter Krempa wrote: > Some hypervisors require a respawn of the hypervisor to allow reverting > to some snapshot states. This patch adds flag to remove the default > safe approach to not allow this. When this flag is specified the > hypervisor driver should re-emit events to

[libvirt] [PATCHv4 3/4] snapshot: Add flag to allow hypervisor restart when reverting snapshots

2012-11-19 Thread Peter Krempa
Some hypervisors require a respawn of the hypervisor to allow reverting to some snapshot states. This patch adds flag to remove the default safe approach to not allow this. When this flag is specified the hypervisor driver should re-emit events to allow management apps to reconnect. This flag is m