]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Introduce virnodedeviceobj
authorJohn Ferlan <jferlan@redhat.com>
Tue, 28 Feb 2017 18:24:26 +0000 (13:24 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 3 Mar 2017 23:36:09 +0000 (18:36 -0500)
commitbc20200e532d82537e96ded4d5b7a7e9381ba1bb
tree25bd8651f4f5883e2f87bcace8f838e7091e398b
parent38063555c8e7b73ed1ab99b36d5084c0093ae8bd
conf: Introduce virnodedeviceobj

Move all the NodeDeviceObj API's into their own module virnodedeviceobj
from the node_device_conf

Purely code motion at this point, plus adjustments to cleanly build.
po/POTFILES.in
src/Makefile.am
src/conf/node_device_conf.c
src/conf/node_device_conf.h
src/conf/virnodedeviceobj.c [new file with mode: 0644]
src/conf/virnodedeviceobj.h [new file with mode: 0644]
src/libvirt_private.syms
src/node_device/node_device_driver.h
src/test/test_driver.c