Re: [libvirt] [PATCH] Don't reset user/group/security label on shared filesystems during migrate

2010-05-16 Thread Laine Stump
On 05/13/2010 11:52 AM, Daniel P. Berrange wrote: [...] @@ -11093,7 +11095,9 @@ qemudDomainMigratePerform (virDomainPtr dom, } /* Clean up the source domain. */ -qemudShutdownVMDaemon(driver, vm); +fprintf(stderr, "*** MIG \n"); +qemudShutdownVMDaemon(driv

Re: [libvirt] [PATCH] build: fix up some compiler flags

2010-05-16 Thread Daniel P. Berrange
On Fri, May 14, 2010 at 04:58:14PM -0600, Eric Blake wrote: > Matthias noted that the line: > virt_aa_helper_LDFLAGS = $(WARN_CFLAGS) > looks inconsistent, so I did an audit. > > Currently, the set of compiler warning flags passed to gcc as $CC are > equally permitted as the set of linker flags pa

Re: [libvirt] [PATCH] nwfilter: Add missing driver lock in qemu driver

2010-05-16 Thread Daniel P. Berrange
On Fri, May 14, 2010 at 01:39:28PM -0400, Stefan Berger wrote: > This adds a missing driver lock in the qemu driver to protect > the list of domains. > > Signed-off-by: Stefan Berger > > --- > src/qemu/qemu_driver.c |8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > Index:

Re: [libvirt] [PATCH] Query block allocation extent from QEMU monitor

2010-05-16 Thread Daniel P. Berrange
On Fri, May 14, 2010 at 10:39:08AM -0600, Eric Blake wrote: > On 05/14/2010 07:10 AM, Daniel P. Berrange wrote: > > The virDomainGetBlockInfo API allows query physical block > > extent and allocated block extent. These are normally the > > same value unless storing a special format like qcow2 > > i