libvirt/src/conf
Michal Privoznik 2360fe5d24 capabilities: Format <domain/> properly
The <domain/> element under /capabilities/guest/arch/ can have no
child elements. If that's the case we format:

        <domain type='xen'>
        </domain>

instead of simpler:

        <domain type='xen'/>

This commit fixes that.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2014-12-24 18:01:44 +01:00
..
capabilities.c capabilities: Format <domain/> properly 2014-12-24 18:01:44 +01:00
capabilities.h
cpu_conf.c Ignore CPU features without a model for host-passthrough 2014-12-11 12:03:36 +01:00
cpu_conf.h Memory: Use consistent type for all memory elements. 2014-11-05 14:21:15 +01:00
device_conf.c conf: forbid negative number in address(like controller, bus, slot...) 2014-12-09 11:35:27 +01:00
device_conf.h
domain_addr.c
domain_addr.h
domain_audit.c audit: Fix some comments 2014-08-07 10:28:32 +02:00
domain_audit.h
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: Rework virDomainObjListFindByUUID to allow more concurrent APIs 2014-12-16 15:50:49 +01:00
domain_conf.h conf: Rework virDomainObjListFindByUUID to allow more concurrent APIs 2014-12-16 15:50:49 +01: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
domain_nwfilter.h
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: Add network bandwidth support to ethernet interfaces 2014-11-19 10:36:49 +01:00
netdev_bandwidth_conf.h network: Add network bandwidth support to ethernet interfaces 2014-11-19 10:36:49 +01: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 allow multiple dhcp sections 2014-12-08 15:41:09 -05:00
network_conf.h conf: new network bridge device attribute macTableManager 2014-12-08 14:41:37 -05:00
network_event.c Replace virNetworkFree with virObjectUnref 2014-12-02 11:03:40 -05:00
network_event.h
node_device_conf.c Replace virNodeDeviceFree with virObjectUnref 2014-12-02 11:03:40 -05:00
node_device_conf.h
numatune_conf.c numa: split util/ and conf/ and support non-contiguous nodesets 2014-11-06 15:13:55 +01:00
numatune_conf.h numa: split util/ and conf/ and support non-contiguous nodesets 2014-11-06 15:13:55 +01:00
nwfilter_conf.c nwfilter: fix crash when adding non-existing nwfilter 2014-12-02 11:12:05 +01:00
nwfilter_conf.h
nwfilter_ipaddrmap.c
nwfilter_ipaddrmap.h
nwfilter_params.c cleanup spaces between parentheses and braces 2014-08-20 14:50:21 +02:00
nwfilter_params.h
object_event_private.h
object_event.c Remove unnecessary curly brackets in src/conf/ 2014-11-14 17:13:01 +01:00
object_event.h
secret_conf.c maint: use consistent if-else braces in conf and friends 2014-09-04 08:53:21 -06:00
secret_conf.h
snapshot_conf.c storage: rbd: qemu: Add support for specifying internal RBD snapshots 2014-11-21 14:37:02 +01:00
snapshot_conf.h
storage_conf.c conf: Fix invalid condition when parsing storage owner 2014-12-16 19:51:34 +01:00
storage_conf.h storage: Add mixed fc_host/scsi_host duplicate adapter source checks 2014-12-01 10:04:25 -05:00
virchrdev.c Replace virStreamFree with virObjectUnref 2014-12-02 11:03:41 -05:00
virchrdev.h