Re: [libvirt] [PATCH 1/7] qemu: Store inactive domain configuration in snapshot

2017-12-07 Thread John Ferlan
On 10/30/2017 04:51 AM, Kothapally Madhu Pavan wrote: > Inorder to capture the exact state of domain, inactive configuration In order > is needed along with active configuration. This patch stores inactive > domain configuration when creating snapshot of a running domain. It > also captures

[libvirt] [PATCH 1/7] qemu: Store inactive domain configuration in snapshot

2017-10-30 Thread Kothapally Madhu Pavan
Inorder to capture the exact state of domain, inactive configuration is needed along with active configuration. This patch stores inactive domain configuration when creating snapshot of a running domain. It also captures the inactive snapshot configuration when a snapshot is redefined.