]> xenbits.xensource.com Git - libvirt.git/commit
conf: use disk source accessors in lxc/
authorEric Blake <eblake@redhat.com>
Mon, 17 Mar 2014 20:49:05 +0000 (14:49 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 24 Mar 2014 17:59:50 +0000 (11:59 -0600)
commita7785ccfd76910d41e913b8516573586586fd2ba
tree07e9c65ac227fa18c7ee553576f3387968d0393c
parent6b44ccf7fe740cb76f51c10bb03105ae8db129a7
conf: use disk source accessors in lxc/

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):
Likewise.
* src/lxc/lxc_driver.c (lxcDomainAttachDeviceDiskLive)
(lxcDomainDetachDeviceDiskLive): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/lxc/lxc_cgroup.c
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c