]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Move UML driver to src/uml/
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 15 Sep 2009 16:25:30 +0000 (17:25 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Sep 2009 13:41:43 +0000 (14:41 +0100)
* src/uml_conf.c, src/uml_conf.h, src/uml_driver.c,
  src/uml_driver.h: Move to src/uml/
* daemon/qemud.c, src/Makefile.am: Adjust for changed paths

daemon/qemud.c
src/Makefile.am
src/uml/uml_conf.c [moved from src/uml_conf.c with 100% similarity]
src/uml/uml_conf.h [moved from src/uml_conf.h with 100% similarity]
src/uml/uml_driver.c [moved from src/uml_driver.c with 100% similarity]
src/uml/uml_driver.h [moved from src/uml_driver.h with 100% similarity]

index f54c971af2ef8fbb1200f0be08d810216f293b47..d14567c92985dd34a79c648c5e4f9f5ccfb3939b 100644 (file)
@@ -75,7 +75,7 @@
 #include "lxc/lxc_driver.h"
 #endif
 #ifdef WITH_UML
-#include "uml_driver.h"
+#include "uml/uml_driver.h"
 #endif
 #ifdef WITH_ONE
 #include "opennebula/one_driver.h"
index 643a2ff46f87b96b8623d16703576d25c17a606a..256109eea327ff1871fdaa522ced2706c113c106 100644 (file)
@@ -157,8 +157,8 @@ QEMU_DRIVER_SOURCES =                                               \
                cgroup.c cgroup.h
 
 UML_DRIVER_SOURCES =                                           \
-               uml_conf.c uml_conf.h                           \
-               uml_driver.c uml_driver.h
+               uml/uml_conf.c uml/uml_conf.h                   \
+               uml/uml_driver.c uml/uml_driver.h
 
 ONE_DRIVER_SOURCES =                                           \
                ./opennebula/one_conf.c                         \
similarity index 100%
rename from src/uml_conf.c
rename to src/uml/uml_conf.c
similarity index 100%
rename from src/uml_conf.h
rename to src/uml/uml_conf.h
similarity index 100%
rename from src/uml_driver.c
rename to src/uml/uml_driver.c
similarity index 100%
rename from src/uml_driver.h
rename to src/uml/uml_driver.h