libvirt/src/conf
John Ferlan 5817451947 storage: Add duplicate devices check for zfs pool def
Check proposed pool definitions to ensure they aren't trying to use the
same devices as currently defined definitions - disallow the duplicate
2015-04-15 06:51:20 -04:00
..
capabilities.c Decouple CPU XML formatting from domain XML public API flags 2015-01-13 16:19:56 +00:00
capabilities.h capabilities: use bool instead of int 2014-07-14 08:00:46 -06:00
cpu_conf.c conf: Don't output <cpu> tag if it contains no information. 2015-04-13 09:27:26 +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 virDomainVirtioSerialAddrSetFree: Fix memleak 2015-04-07 18:52:26 +02:00
domain_addr.h Auto add virtio-serial controllers 2015-04-02 15:00:13 +02:00
domain_audit.c audit: export virDomainAuditRNG 2015-02-10 13:05:22 +01:00
domain_audit.h audit: export virDomainAuditRNG 2015-02-10 13:05:22 +01:00
domain_capabilities.c domaincaps: Expose UEFI binary path, if it exists 2014-09-17 16:29:49 +02:00
domain_capabilities.h domaincaps: Expose UEFI binary path, if it exists 2014-09-17 16:29:49 +02:00
domain_conf.c conf: Refactor virDomainVcpuPinDefParseXML 2015-04-14 09:28:02 +02:00
domain_conf.h qemu: Enforce WWN to be unique among VM's disks 2015-04-14 08:44:36 +02:00
domain_event.c Replace virDomainFree with virObjectUnref 2014-12-02 11:03:40 -05:00
domain_event.h event: Add guest agent lifecycle event 2014-11-24 15:39:17 +01: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 Remove unnecessary curly brackets in src/conf/ 2014-11-14 17:13:01 +01:00
interface_conf.h maint: Prohibit "devname" by a syntax check rules 2014-10-01 16:39:01 +02:00
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 conf: Increase virNetDevBandwidthParse intelligence 2015-01-13 18:24:15 +01:00
netdev_vlan_conf.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
netdev_vlan_conf.h maint: avoid 'const fooPtr' in conf 2013-10-14 14:34:38 -06:00
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 Rename xml.{c,h} to virxml.{c,h} 2012-12-21 11:19:50 +00:00
network_conf.c Remove unused macros 2015-04-02 10:27:56 +02:00
network_conf.h network_conf: Drop virNetworkObjIsDuplicate 2015-03-23 09:56:15 +01:00
network_event.c Replace virNetworkFree with virObjectUnref 2014-12-02 11:03:40 -05:00
network_event.h event: move event filtering to daemon (regression fix) 2014-02-05 08:03:31 -07:00
networkcommon_conf.c network: Resolve Coverity FORWARD_NULL 2015-01-16 06:40:15 -05:00
networkcommon_conf.h Use the network route definitions for domains 2015-01-16 10:14:03 +01:00
node_device_conf.c Introduce virBitmapIsBitSet 2015-03-13 15:31:33 +01:00
node_device_conf.h SRIOV NIC offload feature discovery 2015-03-05 11:31:05 +01:00
numa_conf.c virBitmap: Place virBitmapIsAllClear check after virBitmapParse calls 2015-04-13 14:21:02 +02:00
numa_conf.h conf: numa: Add helper to count total memory size configured in NUMA 2015-03-02 16:42:51 +01:00
nwfilter_conf.c nwfilter: Add support for icmpv6 filtering 2015-01-07 11:41:49 -05:00
nwfilter_conf.h nwfilter: Add support for icmpv6 filtering 2015-01-07 11:41:49 -05:00
nwfilter_ipaddrmap.c Remove pointless storage of var names in virNWFilterHashTable 2014-04-25 15:44:09 +01:00
nwfilter_ipaddrmap.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
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 event: prepare client to track domain callbackID 2014-02-12 10:48:15 -07:00
object_event.c Remove unnecessary curly brackets in src/conf/ 2014-11-14 17:13:01 +01:00
object_event.h event: add notion of remoteID for filtering client network events 2014-01-15 13:55:21 -07:00
secret_conf.c maint: use consistent if-else braces in conf and friends 2014-09-04 08:53:21 -06:00
secret_conf.h maint: shorten 'TypeType' function names 2014-05-16 00:22:18 -06:00
snapshot_conf.c snapshot: Change 'index' to 'idx' 2015-04-14 11:18:28 -04:00
snapshot_conf.h snapshot: Change 'index' to 'idx' 2015-04-14 11:18:28 -04:00
storage_conf.c storage: Add duplicate devices check for zfs pool def 2015-04-15 06:51:20 -04:00
storage_conf.h conf: Introduce virStoragePoolLoadAllState && virStoragePoolLoadState 2015-04-07 16:22:40 +02:00
virchrdev.c Replace virStreamFree with virObjectUnref 2014-12-02 11:03:41 -05:00
virchrdev.h conf: Add unix socket support to virChrdevOpen 2013-01-04 18:07:11 -07:00