]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move node device drivers to src/node_device/
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 15 Sep 2009 17:30:17 +0000 (18:30 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Sep 2009 13:41:43 +0000 (14:41 +0100)
commit91b56239e0835edea68ea46edfa2e547d6724b89
tree6681e7f0442a7e5149a86475b749cef76b734d22
parentc3fd4a75e9c837e79b3ee1a35304a32b7a8d84da
Move node device drivers to src/node_device/

* daemon/qemud.c, src/Makefile.am: Update for changed paths
* src/node_device*.{h,c}: Move to src/node_device/
* src/storage/storage_backend.c: Remove bogus import of node_device.c
daemon/qemud.c
src/Makefile.am
src/node_device/node_device_devkit.c [moved from src/node_device_devkit.c with 100% similarity]
src/node_device/node_device_driver.c [moved from src/node_device.c with 99% similarity]
src/node_device/node_device_driver.h [moved from src/node_device.h with 100% similarity]
src/node_device/node_device_hal.c [moved from src/node_device_hal.c with 99% similarity]
src/node_device/node_device_hal.h [moved from src/node_device_hal.h with 100% similarity]
src/node_device/node_device_hal_linux.c [moved from src/node_device_hal_linux.c with 99% similarity]
src/storage/storage_backend.c