libvirt/src
Daniel P. Berrange ec171c529a Move config files to align with driver sources
* daemon/default-network.xml: Move to src/network/default.xml
* daemon/libvirtd_qemu.aug, daemon/test_libvirtd_qemu.aug: Move
  to src/qemu/
* src/qemu.conf: Move to src/qemu/qemu.conf
* daemon/Makefile.am: Remove rules for default-nmetwork.xml and
  libvirtd_qemu.aug and test_libvirtd_qemu.aug. Fix typo in
  uninstall-local that would install polkit again.
* src/Makefile.am: Add rules for installing network/default.xml
  and the qemu/*.aug files. Add test case for QEMU augeas files.
  Add uninstall-local rule for files/directories created during
  install. Rename install-exec-local to install-data-local.
  Only install qemu.conf if WITH_QEMU is set.
* tests/networkschematest: Update for XML location move
2009-09-21 14:41:45 +01:00
..
esx ESX add support for vmxnet3 virtual device 2009-09-16 12:04:49 +02:00
interface Move netcf interface driver into src/interface/ 2009-09-21 14:41:44 +01:00
lxc Move LXC driver into src/lxc/ 2009-09-21 14:41:42 +01:00
network Move config files to align with driver sources 2009-09-21 14:41:45 +01:00
node_device Move node device drivers to src/node_device/ 2009-09-21 14:41:43 +01:00
opennebula Move LXC driver into src/lxc/ 2009-09-21 14:41:42 +01:00
openvz Move OpenVZ driver to src/openvz/ 2009-09-21 14:41:43 +01:00
phyp PHYP driver cleanups 2009-09-04 14:03:45 +02:00
qemu Move config files to align with driver sources 2009-09-21 14:41:45 +01:00
remote Move remote driver to src/remote/ 2009-09-21 14:41:44 +01:00
secret Move secret driver into src/secret/ 2009-09-21 14:41:44 +01:00
security Move security drivers to src/security/ 2009-09-21 14:41:44 +01:00
storage Move node device drivers to src/node_device/ 2009-09-21 14:41:43 +01:00
test Move test driver into src/test/ 2009-09-21 14:41:44 +01:00
uml Move UML driver to src/uml/ 2009-09-21 14:41:43 +01:00
vbox VBox bug when starting machine from old versions 2009-09-14 17:37:13 +02:00
xen Move xen driver code into src/xen/ directory 2009-09-21 14:41:42 +01:00
.gitignore Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
bridge.c Avoid warning when compiling without IFF_VNET_HDR 2009-07-30 17:28:44 +02:00
bridge.h Support networking in UML driver 2009-06-03 11:13:33 +00:00
buf.c Fix escaping of 8-bit high characters 2009-08-04 18:13:09 +01:00
buf.h Fix misc Win32 compile warnings 2009-07-23 16:07:32 +01:00
capabilities.c Fix formatting of machine types in capabilities XML 2009-09-10 12:37:42 +01:00
capabilities.h Only probe qemu for machine types when binary changes 2009-07-27 15:30:35 +01:00
cgroup.c Fix cgroup compile warnings 2009-07-24 16:11:00 +01:00
cgroup.h Make QEMU cgroups use configurable 2009-07-23 17:38:06 +01:00
conf.c Allow leading dots in VMX config entry names 2009-07-27 14:21:17 +02:00
conf.h * src/conf.[ch]: restrict VMX syntax parsing types 2009-06-22 11:54:49 +00:00
datatypes.c Add usage type/id as a public API property of virSecret 2009-09-14 17:49:33 +01:00
datatypes.h Add usage type/id as a public API property of virSecret 2009-09-14 17:49:33 +01:00
domain_conf.c Save vcpuinfo in status file 2009-09-14 14:55:09 +01:00
domain_conf.h Add support for setting disk drive serial numbers 2009-09-03 13:53:34 +01:00
domain_event.c Fix LXC driver crash when kernel doesn't support clone 2009-08-17 16:20:57 +01:00
domain_event.h QEMU domain event thread safety 2008-12-04 21:09:20 +00:00
driver.c Log dlopen() errors more verbosely 2009-05-08 10:05:56 +00:00
driver.h Add usage type/id as a public API property of virSecret 2009-09-14 17:49:33 +01:00
event.c Add a virFreeCallback to event loop APIs 2008-11-19 16:24:01 +00:00
event.h Add a virFreeCallback to event loop APIs 2008-11-19 16:24:01 +00:00
gnutls_1_0_compat.h Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
hash.c hash.c: remove a dead store 2009-09-04 18:59:29 +02:00
hash.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
hostusb.c Add helper module for dealing with USB host devices 2009-09-10 14:34:06 +01:00
hostusb.h Add helper module for dealing with USB host devices 2009-09-10 14:34:06 +01:00
interface_conf.c interface_conf.c: remove a dead-store and declaration 2009-09-04 18:59:29 +02:00
interface_conf.h Rename variable for compilation in Mingw32 (end) 2009-07-22 19:18:19 +02:00
internal.h infra: define ATTRIBUTE_NONNULL to mark non-NULL parameters 2009-09-03 18:04:23 +02:00
iptables.c iptables.c: remove dead store to "s" 2009-09-07 18:13:43 +02:00
iptables.h always compile iptables.c 2008-11-07 16:43:23 +00:00
libvirt_bridge.syms Support networking in UML driver 2009-06-03 11:13:33 +00:00
libvirt_driver_modules.syms Move --with-driver-modules symbols into a separate sym file 2009-01-05 14:06:41 +00:00
libvirt_internal.h Mask out flags used internally for virSecretGetValue 2009-09-10 15:54:54 +01:00
libvirt_linux.syms migrate linux-specific symbol names into their own sym file 2009-01-05 14:08:26 +00:00
libvirt_private.syms Fix dlopen of secrets driver 2009-09-15 11:11:57 +01:00
libvirt_public.syms Release of libvirt 0.7.1 2009-09-15 14:24:51 +02:00
libvirt.c Move remote driver to src/remote/ 2009-09-21 14:41:44 +01:00
logging.c Fix logging buffer overrun read 2009-09-10 14:29:47 +01:00
logging.h Consolidate code for parsing the logging env 2009-08-06 15:55:07 +02:00
Makefile.am Move config files to align with driver sources 2009-09-21 14:41:45 +01:00
memory.c Use a versioned linker script 2008-11-17 11:03:25 +00:00
memory.h Use a versioned linker script 2008-11-17 11:03:25 +00:00
network_conf.c network_conf.c: remove dead store to "err" 2009-09-07 17:23:10 +02:00
network_conf.h remove all trailing blank lines 2009-07-16 15:06:42 +02:00
node_device_conf.c node_device_conf.c: remove dead initialization 2009-09-03 18:04:23 +02:00
node_device_conf.h Include OS driver name (if any) in device XML for nodedev driver 2009-06-12 13:12:55 +00:00
nodeinfo.c remove all trailing blank lines 2009-07-16 15:06:42 +02:00
nodeinfo.h Generic shared impls of all NUMA apis 2009-06-03 13:28:02 +00:00
pci.c Add helper APIs for iterating over PCI device resource files 2009-09-10 14:34:07 +01:00
pci.h Add helper APIs for iterating over PCI device resource files 2009-09-10 14:34:07 +01:00
qparams.c qparams.c: Use virReportOOMError(NULL), not qparam_report_oom() 2009-01-28 16:13:46 +00:00
qparams.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
secret_conf.c Add usage type/id as a public API property of virSecret 2009-09-14 17:49:33 +01:00
secret_conf.h Add usage type/id as a public API property of virSecret 2009-09-14 17:49:33 +01:00
stats_linux.c Move xen driver code into src/xen/ directory 2009-09-21 14:41:42 +01:00
stats_linux.h Move xen driver code into src/xen/ directory 2009-09-21 14:41:42 +01:00
storage_conf.c Multipath storage support module 2009-09-08 15:47:45 +02:00
storage_conf.h Multipath storage support module 2009-09-08 15:47:45 +02:00
storage_encryption_conf.c Fix UUID handling in secrets/storage encryption APIs 2009-09-14 17:48:29 +01:00
storage_encryption_conf.h Fix UUID handling in secrets/storage encryption APIs 2009-09-14 17:48:29 +01:00
threads-pthread.c Generic internal threads API 2009-01-15 19:56:05 +00:00
threads-pthread.h Generic internal threads API 2009-01-15 19:56:05 +00:00
threads-win32.c Fix misc Win32 compile warnings 2009-07-23 16:07:32 +01:00
threads-win32.h Generic internal threads API 2009-01-15 19:56:05 +00:00
threads.c Generic internal threads API 2009-01-15 19:56:05 +00:00
threads.h Generic internal threads API 2009-01-15 19:56:05 +00:00
util.c Fix use of dlopen modules 2009-09-10 15:42:08 +01:00
util.h Fix use of dlopen modules 2009-09-10 15:42:08 +01:00
uuid.c Replace use of qemudLog with logging.h APIs/macros 2009-03-03 11:40:08 +00:00
uuid.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
virterror_internal.h Fix misc Win32 compile warnings 2009-07-23 16:07:32 +01:00
virterror.c Local file implementation of secret driver API 2009-09-11 14:54:46 +01:00
xml.c Core internal driver stub for sVirt support (Jams Morris & Dan Walsh) 2009-03-03 09:44:41 +00:00
xml.h Core internal driver stub for sVirt support (Jams Morris & Dan Walsh) 2009-03-03 09:44:41 +00:00