libvirt/src/conf
Martin Kletzander dc18766b10 conf: Make scheduler formatting simpler
Since the great rework of how we store vcpu- and iothread-related
data, we have overly complex part of code that is trying to format the
scheduler tuning data in as less lines as possible by grouping
settings for multiple threads.  That was designed as an input syntax
sugar for users, but we don't need to also use that when formatting
the XML.  Switching to simple enumeration makes the code nicer,
shorter and more welcoming to future changes.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
2016-12-08 15:27:52 +01:00
..
capabilities.c
capabilities.h
cpu_conf.c Avoid compiler warnings in virCPUDefStealModel 2016-11-16 09:04:51 +01:00
cpu_conf.h cpu: Avoid adding <vendor> to custom CPUs 2016-11-15 15:49:16 +01:00
device_conf.c util: move virInterface(State|Link)/virNetDevFeature from conf to util 2016-06-26 19:33:07 -04:00
device_conf.h qemu: new functions to calculate/set device pciConnectFlags 2016-11-14 14:05:03 -05:00
domain_addr.c qemu: error out on USB ports out of range 2016-11-30 10:59:01 +01:00
domain_addr.h qemu: set/use proper pciConnectFlags during hotplug 2016-11-14 14:09:10 -05:00
domain_audit.c conf: Wire up the vhost-scsi connection from/to XML 2016-11-24 12:22:25 -05:00
domain_audit.h audit: Audit information about shmem devices 2016-09-12 19:41:43 +02:00
domain_capabilities.c qemu: Avoid reporting "host" as a supported CPU model 2016-11-25 20:59:19 +01:00
domain_capabilities.h qemu: Avoid reporting "host" as a supported CPU model 2016-11-25 20:59:19 +01:00
domain_conf.c conf: Make scheduler formatting simpler 2016-12-08 15:27:52 +01:00
domain_conf.h qemu: Add support for parsing iotune group setting 2016-12-05 18:12:08 -05:00
domain_event.c events: Add explicit lookup 'key' value 2016-07-01 07:15:38 -04:00
domain_event.h
domain_nwfilter.c
domain_nwfilter.h
interface_conf.c global: consistently use IP rather than Ip in identifiers 2016-06-26 19:33:07 -04:00
interface_conf.h global: consistently use IP rather than Ip in identifiers 2016-06-26 19:33:07 -04:00
netdev_bandwidth_conf.c
netdev_bandwidth_conf.h
netdev_vlan_conf.c
netdev_vlan_conf.h
netdev_vport_profile_conf.c
netdev_vport_profile_conf.h
network_conf.c network: Use new util function to check name 2016-10-20 19:09:14 +08:00
network_conf.h network: Track MAC address map 2016-12-06 13:33:18 +01:00
network_event.c events: Add explicit lookup 'key' value 2016-07-01 07:15:38 -04:00
network_event.h
networkcommon_conf.c util: move IP route & address object-related functions to virnetdevip.c 2016-06-26 19:33:09 -04:00
networkcommon_conf.h util: move IP route & address object-related functions to virnetdevip.c 2016-06-26 19:33:09 -04:00
node_device_conf.c conf: Fix initialization value of 'multi' in PCI address 2016-09-02 16:43:00 +02:00
node_device_conf.h tests: fix segfault in objecteventtest 2016-08-29 13:51:56 +03:00
node_device_event.c Introduce node device update event as top level event 2016-08-15 08:30:56 -04:00
node_device_event.h Introduce node device update event as top level event 2016-08-15 08:30:56 -04:00
numa_conf.c Remove separator argument from virBitmapParse 2016-06-20 12:09:52 +02:00
numa_conf.h
nwfilter_conf.c Use virDirOpenIfExists 2016-06-24 14:20:57 +02:00
nwfilter_conf.h
nwfilter_ipaddrmap.c
nwfilter_ipaddrmap.h
nwfilter_params.c
nwfilter_params.h
object_event_private.h conf: events: Fix coverity warning 2016-08-03 18:45:50 -04:00
object_event.c Clean timer in virObjectEventStateFlush 2016-10-12 12:54:47 +02:00
object_event.h Change virDomainEventState to virObjectLockable 2016-10-12 12:54:47 +02:00
secret_conf.c conf: Add new secret type "tls" 2016-09-09 08:20:05 -04:00
secret_conf.h conf: Add new secret type "tls" 2016-09-09 08:20:05 -04:00
snapshot_conf.c virDomainDefParseNode: Introduce @parseOpaque argument 2016-09-26 16:50:12 +02:00
snapshot_conf.h
storage_conf.c Fix Multiple Typos 2016-09-22 13:55:09 -04:00
storage_conf.h storage: implement storage lifecycle event APIs 2016-06-16 12:22:11 -04:00
storage_event.c events: Add explicit lookup 'key' value 2016-07-01 07:15:38 -04:00
storage_event.h Promote storage pool refresh lifecycle event to top level event 2016-06-24 18:26:11 +01:00
virchrdev.c
virchrdev.h
virdomainobjlist.c virDomainDefParse{File,String}: Introduce @parseOpaque argument 2016-09-26 16:50:12 +02:00
virdomainobjlist.h libxl: fix vm lock overwritten bug 2016-06-13 13:34:37 +02:00
virsecretobj.c util: Introduce virFileRewriteStr 2016-12-06 13:33:18 +01:00
virsecretobj.h