mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00:00
Move UML driver to src/uml/
* 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
This commit is contained in:
parent
58355a5bfb
commit
c8b2f62297
@ -75,7 +75,7 @@
|
|||||||
#include "lxc/lxc_driver.h"
|
#include "lxc/lxc_driver.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_UML
|
#ifdef WITH_UML
|
||||||
#include "uml_driver.h"
|
#include "uml/uml_driver.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_ONE
|
#ifdef WITH_ONE
|
||||||
#include "opennebula/one_driver.h"
|
#include "opennebula/one_driver.h"
|
||||||
|
@ -157,8 +157,8 @@ QEMU_DRIVER_SOURCES = \
|
|||||||
cgroup.c cgroup.h
|
cgroup.c cgroup.h
|
||||||
|
|
||||||
UML_DRIVER_SOURCES = \
|
UML_DRIVER_SOURCES = \
|
||||||
uml_conf.c uml_conf.h \
|
uml/uml_conf.c uml/uml_conf.h \
|
||||||
uml_driver.c uml_driver.h
|
uml/uml_driver.c uml/uml_driver.h
|
||||||
|
|
||||||
ONE_DRIVER_SOURCES = \
|
ONE_DRIVER_SOURCES = \
|
||||||
./opennebula/one_conf.c \
|
./opennebula/one_conf.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user