mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Move LXC driver into src/lxc/
* src/lxc_conf.c, src/lxc_conf.h, src/lxc_container.c, src/lxc_container.h, src/lxc_controller.c, src/lxc_driver.c, src/lxc_driver.h, src/veth.c, src/veth.h: Move to src/lxc/ * src/opennebula/one_driver.c: Remove bogus veth.h include * src/Makefile.am: Adjust for lxc paths * daemon/qemud.c: Adjust include for lxc
This commit is contained in:
parent
f7a107f73e
commit
c93125b120
@ -72,7 +72,7 @@
|
||||
#include "qemu_driver.h"
|
||||
#endif
|
||||
#ifdef WITH_LXC
|
||||
#include "lxc_driver.h"
|
||||
#include "lxc/lxc_driver.h"
|
||||
#endif
|
||||
#ifdef WITH_UML
|
||||
#include "uml_driver.h"
|
||||
|
@ -123,17 +123,17 @@ XEN_DRIVER_SOURCES += xen/xen_inotify.c xen/xen_inotify.h
|
||||
endif
|
||||
|
||||
LXC_DRIVER_SOURCES = \
|
||||
lxc_conf.c lxc_conf.h \
|
||||
lxc_container.c lxc_container.h \
|
||||
lxc_driver.c lxc_driver.h \
|
||||
veth.c veth.h \
|
||||
lxc/lxc_conf.c lxc/lxc_conf.h \
|
||||
lxc/lxc_container.c lxc/lxc_container.h \
|
||||
lxc/lxc_driver.c lxc/lxc_driver.h \
|
||||
lxc/veth.c lxc/veth.h \
|
||||
cgroup.c cgroup.h
|
||||
|
||||
LXC_CONTROLLER_SOURCES = \
|
||||
lxc_conf.c lxc_conf.h \
|
||||
lxc_container.c lxc_container.h \
|
||||
lxc_controller.c \
|
||||
veth.c veth.h \
|
||||
lxc/lxc_conf.c lxc/lxc_conf.h \
|
||||
lxc/lxc_container.c lxc/lxc_container.h \
|
||||
lxc/lxc_controller.c \
|
||||
lxc/veth.c lxc/veth.h \
|
||||
cgroup.c cgroup.h
|
||||
|
||||
PHYP_DRIVER_SOURCES = \
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
||||
#include "bridge.h"
|
||||
#include "veth.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_ONE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user