libvirt/src/conf
Cole Robinson cdb4caac81 network: Don't use ERR_NO_SUPPORT for invalid net-update requests
VIR_ERR_NO_SUPPORT maps to the error string

    this function is not supported by the connection driver

and is largely only used for when a driver doesn't have any
implementation for a public API. So its usage with invalid
net-update requests is a bit out of place. Instead use
VIR_ERR_OPERATION_UNSUPPORTED which maps to:

    Operation not supported

And is what qemu's hotplug routines use in similar scenarios
2016-04-20 08:55:09 -04:00
..
capabilities.c conf: add net device prefix to capabilities 2016-02-04 11:15:51 +00:00
capabilities.h conf: add net device prefix to capabilities 2016-02-04 11:15:51 +00:00
cpu_conf.c
cpu_conf.h
device_conf.c conf: more useful error message when pci function is out of range 2015-08-08 18:37:35 -04:00
device_conf.h conf: more useful error message when pci function is out of range 2015-08-08 18:37:35 -04:00
domain_addr.c conf: new pci controller model pcie-expander-bus 2016-04-14 14:00:34 -04:00
domain_addr.h conf: utility function to convert PCI controller model into connect type 2016-04-14 14:00:34 -04:00
domain_audit.c Include sysmacros.h where needed 2016-04-18 20:36:57 +02:00
domain_audit.h
domain_capabilities.c conf: Expose GIC capabilities 2016-04-20 12:52:41 +02:00
domain_capabilities.h conf: Expose GIC capabilities 2016-04-20 12:52:41 +02:00
domain_conf.c domain: Add helper to determine presence of memory baloon 2016-04-15 14:27:08 +02:00
domain_conf.h domain: Add helper to determine presence of memory baloon 2016-04-15 14:27:08 +02:00
domain_event.c Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED event 2016-04-13 13:26:29 +02:00
domain_event.h Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED event 2016-04-13 13:26:29 +02:00
domain_nwfilter.c
domain_nwfilter.h
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 virNetDevBandwidthParseRate: Reject negative values 2015-08-10 13:47:48 +02:00
netdev_bandwidth_conf.h qemu: add udp interface support 2015-09-02 10:17:50 +02:00
netdev_vlan_conf.c
netdev_vlan_conf.h
netdev_vport_profile_conf.c
netdev_vport_profile_conf.h
network_conf.c network: Don't use ERR_NO_SUPPORT for invalid net-update requests 2016-04-20 08:55:09 -04:00
network_conf.h Drop inline keyword from some functions. 2016-03-03 14:39:57 +01:00
network_event.c
network_event.h
networkcommon_conf.c
networkcommon_conf.h
node_device_conf.c nodedev: Fix parsing of generated XMLs 2016-04-04 14:24:02 +02:00
node_device_conf.h nodedev: Expose PCI header type 2016-03-18 17:35:06 +01:00
numa_conf.c Drop inline keyword from some functions. 2016-03-03 14:39:57 +01:00
numa_conf.h numa_conf: Introduce virDomainNumaGetMaxCPUID 2015-08-07 17:19:03 +02:00
nwfilter_conf.c Avoid using !STREQ and !STRNEQ 2015-10-21 15:03:35 +02:00
nwfilter_conf.h conf: Split virDomainObjList into a separate file 2015-11-30 13:55:10 +01:00
nwfilter_ipaddrmap.c
nwfilter_ipaddrmap.h
nwfilter_params.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
nwfilter_params.h
object_event_private.h
object_event.c
object_event.h
secret_conf.c
secret_conf.h
snapshot_conf.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
snapshot_conf.h conf: add caps to virDomainSnapshotDefFormat 2016-02-05 10:57:39 +00:00
storage_conf.c storage: add ploop volume type 2016-04-15 17:27:32 +02:00
storage_conf.h logical: Use VIR_APPEND_ELEMENT instead of VIR_REALLOC_N 2016-02-02 13:12:57 -05:00
virchrdev.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
virchrdev.h
virdomainobjlist.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
virdomainobjlist.h qemu: qemuDomainRename and virDomainObjListNumOfDomains ABBA deadlock fix 2016-02-03 15:20:11 +01:00