]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Move OpenVZ driver to src/openvz/
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 15 Sep 2009 16:32:56 +0000 (17:32 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Sep 2009 13:41:43 +0000 (14:41 +0100)
* src/openvz_conf.c, src/openvz_conf.h, src/openvz_driver.c,
  src/openvz_driver.h: Move to src/openvz/
* src/Makefile.am, src/libvirt.c: Adjust for changed paths

src/Makefile.am
src/libvirt.c
src/openvz/openvz_conf.c [moved from src/openvz_conf.c with 100% similarity]
src/openvz/openvz_conf.h [moved from src/openvz_conf.h with 100% similarity]
src/openvz/openvz_driver.c [moved from src/openvz_driver.c with 100% similarity]
src/openvz/openvz_driver.h [moved from src/openvz_driver.h with 100% similarity]

index 256109eea327ff1871fdaa522ced2706c113c106..a7725869bace1f69fca51d8bfcb06cc663bd2572 100644 (file)
@@ -140,8 +140,8 @@ PHYP_DRIVER_SOURCES =                                               \
                phyp/phyp_driver.c phyp/phyp_driver.h
 
 OPENVZ_DRIVER_SOURCES =                                                \
-               openvz_conf.c openvz_conf.h                     \
-               openvz_driver.c openvz_driver.h
+               openvz/openvz_conf.c openvz/openvz_conf.h       \
+               openvz/openvz_driver.c openvz/openvz_driver.h
 
 VBOX_DRIVER_SOURCES =                                          \
         vbox/vbox_XPCOMCGlue.c vbox/vbox_XPCOMCGlue.h          \
index 1139d8bc8f8fad370421d44b16a3a658b1d927bf..6a0fb00a64c7d1b8b45cc999c3299b788d6da8bf 100644 (file)
@@ -53,7 +53,7 @@
 #include "remote_internal.h"
 #endif
 #ifdef WITH_OPENVZ
-#include "openvz_driver.h"
+#include "openvz/openvz_driver.h"
 #endif
 #ifdef WITH_PHYP
 #include "phyp/phyp_driver.h"
similarity index 100%
rename from src/openvz_conf.c
rename to src/openvz/openvz_conf.c
similarity index 100%
rename from src/openvz_conf.h
rename to src/openvz/openvz_conf.h