Re: [libvirt] [PATCH 38/26] snapshot: make it possible to audit external snapshot

2011-08-23 Thread Eric Blake
On 08/22/2011 01:51 PM, Eric Blake wrote: Snapshots alter the set of disk image files opened by qemu, so they must be audited. But they don't involve a full disk definition structure, just the new filename. Make the next patch easier by refactoring the audit routines to just operate on file

Re: [libvirt] [PATCH 38/26] snapshot: make it possible to audit external snapshot

2011-08-23 Thread Eric Blake
On 08/23/2011 02:44 PM, Eric Blake wrote: On 08/22/2011 01:51 PM, Eric Blake wrote: Snapshots alter the set of disk image files opened by qemu, so they must be audited. But they don't involve a full disk definition structure, just the new filename. Make the next patch easier by refactoring the

[libvirt] [PATCH 38/26] snapshot: make it possible to audit external snapshot

2011-08-22 Thread Eric Blake
Snapshots alter the set of disk image files opened by qemu, so they must be audited. But they don't involve a full disk definition structure, just the new filename. Make the next patch easier by refactoring the audit routines to just operate on file name. * src/conf/domain_audit.h