libvirt/src/conf
Luyao Huang 2c2655744a conf: use virDomainChrSourceDef to save server path
As the backend of shmem server is a unix type chr device, save it in
virDomainChrSourceDef, so we can reuse the existing code for chr device.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
2015-07-08 16:30:42 +02:00
..
capabilities.c virCapabilitiesDomainDataLookup: Produce saner error message 2015-06-15 07:29:37 +02:00
capabilities.h caps: Use DomainDataLookup to replace GuestDefault* 2015-04-20 16:43:13 -04:00
cpu_conf.c XML: escape strings where we should do it 2015-05-12 12:05:07 +02:00
cpu_conf.h conf: Move all NUMA configuration to virDomainNuma 2015-02-20 17:50:08 +01:00
device_conf.c SRIOV NIC offload feature discovery 2015-03-05 11:31:05 +01:00
device_conf.h SRIOV NIC offload feature discovery 2015-03-05 11:31:05 +01:00
domain_addr.c qemu: ignore assumptions about hotplug requirement when address is from config 2015-06-26 13:54:16 -04:00
domain_addr.h qemu: always permit PCI devices to be manually assigned to a PCIe bus 2015-06-26 13:51:33 -04:00
domain_audit.c conf: audit: Audit physical memory size rather than balloon request 2015-07-01 10:18:10 +02:00
domain_audit.h qemu: Add support to Add/Delete IOThreads 2015-04-27 12:36:36 -04:00
domain_capabilities.c XML: escape strings where we should do it 2015-05-12 12:05:07 +02:00
domain_capabilities.h
domain_conf.c conf: use virDomainChrSourceDef to save server path 2015-07-08 16:30:42 +02:00
domain_conf.h conf: use virDomainChrSourceDef to save server path 2015-07-08 16:30:42 +02:00
domain_event.c Add VIR_DOMAIN_EVENT_ID_DEVICE_ADDED event 2015-04-15 17:06:01 +02:00
domain_event.h Add VIR_DOMAIN_EVENT_ID_DEVICE_ADDED event 2015-04-15 17:06:01 +02:00
domain_nwfilter.c Remove use of nwfilterPrivateData from nwfilter driver 2015-01-27 12:02:03 +00:00
domain_nwfilter.h Remove use of nwfilterPrivateData from nwfilter driver 2015-01-27 12:02:03 +00:00
interface_conf.c interface: don't error out if a bond has no interfaces 2015-05-27 14:25:45 -04:00
interface_conf.h
netdev_bandwidth_conf.c network: only clear bandwidth if it has been set 2015-02-25 13:09:34 -05:00
netdev_bandwidth_conf.h
netdev_vlan_conf.c
netdev_vlan_conf.h
netdev_vport_profile_conf.c docs: schema and docs for the midonet virtualport type 2015-03-17 13:09:05 -04:00
netdev_vport_profile_conf.h
network_conf.c util: report all address range errors in virSocketAddrGetRange() 2015-06-02 12:40:07 -04:00
network_conf.h network: move auto-assign of bridge name from XML parser to net driver 2015-04-28 01:20:11 -04:00
network_event.c
network_event.h
networkcommon_conf.c
networkcommon_conf.h
node_device_conf.c conf: make virNodeDevCapData an official type 2015-05-18 10:22:20 -04:00
node_device_conf.h conf: make virNodeDevCapData an official type 2015-05-18 10:22:20 -04:00
numa_conf.c virDomainNumatuneGetMode: Report if numatune was defined 2015-05-20 14:02:25 +02:00
numa_conf.h virDomainNumatuneGetMode: Report if numatune was defined 2015-05-20 14:02:25 +02:00
nwfilter_conf.c
nwfilter_conf.h
nwfilter_ipaddrmap.c
nwfilter_ipaddrmap.h
nwfilter_params.c nwfilter: Change 'index' to 'idx' 2015-04-14 11:18:28 -04:00
nwfilter_params.h nwfilter: Change 'index' to 'idx' 2015-04-14 11:18:28 -04:00
object_event_private.h
object_event.c
object_event.h
secret_conf.c
secret_conf.h
snapshot_conf.c domain: conf: Drop expectedVirtTypes 2015-04-20 16:43:43 -04:00
snapshot_conf.h domain: conf: Drop expectedVirtTypes 2015-04-20 16:43:43 -04:00
storage_conf.c mpath: Don't allow more than one mpath pool at a time 2015-06-30 11:21:42 -04:00
storage_conf.h conf: Introduce virStoragePoolLoadAllState && virStoragePoolLoadState 2015-04-07 16:22:40 +02:00
virchrdev.c check if console/channel PTY is null before attempting to open 2015-06-03 18:13:06 +02:00
virchrdev.h