]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move storage drivers into src/storage/
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 15 Sep 2009 16:55:05 +0000 (17:55 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Sep 2009 13:41:43 +0000 (14:41 +0100)
commitc3fd4a75e9c837e79b3ee1a35304a32b7a8d84da
tree245cc921fb2800ad443ab7257b1743d67b6f3916
parent229c5c9b2af683b741078757e68c389c5e35835e
Move storage drivers into src/storage/

* daemon/qemud.c, src/Makefile.am: Adapt for changed paths
* src/storage*.c, src/storage/*.h, src/parthelpre.c: Move
  to src/storage/
19 files changed:
daemon/qemud.c
src/Makefile.am
src/storage/parthelper.c [moved from src/parthelper.c with 100% similarity]
src/storage/storage_backend.c [moved from src/storage_backend.c with 100% similarity]
src/storage/storage_backend.h [moved from src/storage_backend.h with 100% similarity]
src/storage/storage_backend_disk.c [moved from src/storage_backend_disk.c with 100% similarity]
src/storage/storage_backend_disk.h [moved from src/storage_backend_disk.h with 100% similarity]
src/storage/storage_backend_fs.c [moved from src/storage_backend_fs.c with 100% similarity]
src/storage/storage_backend_fs.h [moved from src/storage_backend_fs.h with 100% similarity]
src/storage/storage_backend_iscsi.c [moved from src/storage_backend_iscsi.c with 100% similarity]
src/storage/storage_backend_iscsi.h [moved from src/storage_backend_iscsi.h with 100% similarity]
src/storage/storage_backend_logical.c [moved from src/storage_backend_logical.c with 100% similarity]
src/storage/storage_backend_logical.h [moved from src/storage_backend_logical.h with 100% similarity]
src/storage/storage_backend_mpath.c [moved from src/storage_backend_mpath.c with 100% similarity]
src/storage/storage_backend_mpath.h [moved from src/storage_backend_mpath.h with 100% similarity]
src/storage/storage_backend_scsi.c [moved from src/storage_backend_scsi.c with 100% similarity]
src/storage/storage_backend_scsi.h [moved from src/storage_backend_scsi.h with 100% similarity]
src/storage/storage_driver.c [moved from src/storage_driver.c with 100% similarity]
src/storage/storage_driver.h [moved from src/storage_driver.h with 100% similarity]