Re: [libvirt] [PATCH 06/11] Convert all disk backing store loops to shared helper API

2010-07-15 Thread Daniel Veillard
On Mon, Jul 12, 2010 at 02:30:43PM +0100, Daniel P. Berrange wrote: > Update the QEMU cgroups code, QEMU DAC security driver, SELinux > and AppArmour security drivers over to use the shared helper API > virDomainDiskDefForeachPath(). > > * src/qemu/qemu_driver.c, src/qemu/qemu_security_dac.c, >

[libvirt] [PATCH 06/11] Convert all disk backing store loops to shared helper API

2010-07-12 Thread Daniel P. Berrange
Update the QEMU cgroups code, QEMU DAC security driver, SELinux and AppArmour security drivers over to use the shared helper API virDomainDiskDefForeachPath(). * src/qemu/qemu_driver.c, src/qemu/qemu_security_dac.c, src/security/security_selinux.c, src/security/virt-aa-helper.c: Convert over t