Move QEMU driver to src/qemu/

* src/qemu_conf.c, src/qemu_conf.h, src/qemu_driver.c,
  src/qemu_driver.h: Move to src/qemu/
* daemon/qemud.c, src/Makefile.am, tests/qemuargv2xmltest.c,
  tests/qemuhelptest.c, tests/qemuxml2argvtest.c,
  tests/qemuxml2xmltest.c: Adapt for changed paths
This commit is contained in:
Daniel P. Berrange
2009-09-15 17:14:43 +01:00
parent c93125b120
commit 58355a5bfb
10 changed files with 7 additions and 7 deletions

View File

@@ -69,7 +69,7 @@
#include "driver.h"
#else
#ifdef WITH_QEMU
#include "qemu_driver.h"
#include "qemu/qemu_driver.h"
#endif
#ifdef WITH_LXC
#include "lxc/lxc_driver.h"