Re: [libvirt] [PATCH 07/18] conf: use disk source accessors in lxc/

2014-03-21 Thread Eric Blake
On 03/21/2014 01:10 PM, Laine Stump wrote: > On 03/19/2014 11:20 AM, Eric Blake wrote: >> Part of a series of cleanups to use new accessor methods. >> >> * src/lxc/lxc_cgroup.c (virLXCCgroupSetupDeviceACL): Use >> accessors. >> * src/lxc/lxc_controller.c (virLXCControllerSetupLoopDeviceDisk) >> (vi

Re: [libvirt] [PATCH 07/18] conf: use disk source accessors in lxc/

2014-03-21 Thread Laine Stump
On 03/19/2014 11:20 AM, Eric Blake wrote: > Part of a series of cleanups to use new accessor methods. > > * src/lxc/lxc_cgroup.c (virLXCCgroupSetupDeviceACL): Use > accessors. > * src/lxc/lxc_controller.c (virLXCControllerSetupLoopDeviceDisk) > (virLXCControllerSetupNBDDeviceDisk) > (virLXCControll

[libvirt] [PATCH 07/18] conf: use disk source accessors in lxc/

2014-03-19 Thread Eric Blake
Part of a series of cleanups to use new accessor methods. * src/lxc/lxc_cgroup.c (virLXCCgroupSetupDeviceACL): Use accessors. * src/lxc/lxc_controller.c (virLXCControllerSetupLoopDeviceDisk) (virLXCControllerSetupNBDDeviceDisk) (virLXCControllerSetupLoopDevices, virLXCControllerSetupDisk): Likewis