libvirt/src/conf
Eric Blake 57387ff54b snapshot: Make virDomainSnapshotDef a virObject
This brings about a couple of benefits:
- use of VIR_AUTOUNREF() simplifies several callers
- Fixes a todo about virDomainMomentObjList not being polymorphic enough

Signed-off-by: Eric Blake <eblake@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
2019-05-09 10:02:53 -05:00
..
capabilities.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
capabilities.h
cpu_conf.c conf: add cpu check attribute to ABI check 2019-04-25 10:02:23 +03:00
cpu_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
device_conf.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
device_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
domain_addr.c
domain_addr.h
domain_audit.c conf: Fix typo enconding -> encoding 2019-04-12 14:33:42 +02:00
domain_audit.h
domain_capabilities.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
domain_capabilities.h domain capabilities: Expose firmware auto selection feature 2019-04-10 13:58:51 +02:00
domain_conf.c conf: Add parameter to virDomainDiskSourceFormat 2019-05-06 18:05:17 -05:00
domain_conf.h conf: Add parameter to virDomainDiskSourceFormat 2019-05-06 18:05:17 -05:00
domain_event.c
domain_event.h
domain_nwfilter.c
domain_nwfilter.h
interface_conf.c
interface_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
Makefile.inc.am maint: Add filetype annotations to Makefile.inc.am 2019-04-12 16:55:38 +02:00
moment_conf.c snapshot: Make virDomainSnapshotDef a virObject 2019-05-09 10:02:53 -05:00
moment_conf.h snapshot: Make virDomainSnapshotDef a virObject 2019-05-09 10:02:53 -05:00
netdev_bandwidth_conf.c conf: don't pass interface type into virNetDevBandwidthParse 2019-04-18 11:27:09 +01:00
netdev_bandwidth_conf.h conf: don't pass interface type into virNetDevBandwidthParse 2019-04-18 11:27:09 +01:00
netdev_vlan_conf.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
netdev_vlan_conf.h
netdev_vport_profile_conf.c
netdev_vport_profile_conf.h
network_conf.c conf: don't pass interface type into virNetDevBandwidthParse 2019-04-18 11:27:09 +01:00
network_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
network_event.c
network_event.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
networkcommon_conf.c
networkcommon_conf.h
node_device_conf.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
node_device_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
node_device_event.c
node_device_event.h
node_device_util.c util: Don't include 'viralloc.h' into other header files 2019-04-10 09:12:04 +02:00
node_device_util.h
numa_conf.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
numa_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
nwfilter_conf.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
nwfilter_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
nwfilter_ipaddrmap.c
nwfilter_ipaddrmap.h
nwfilter_params.c
nwfilter_params.h
object_event_private.h
object_event.c
object_event.h
secret_conf.c
secret_conf.h
secret_event.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
secret_event.h
snapshot_conf.c snapshot: Make virDomainSnapshotDef a virObject 2019-05-09 10:02:53 -05:00
snapshot_conf.h snapshot: Make virDomainSnapshotDef a virObject 2019-05-09 10:02:53 -05:00
storage_adapter_conf.c
storage_adapter_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
storage_capabilities.c
storage_capabilities.h
storage_conf.c conf: Fix typo in error message 2019-04-29 14:29:11 -04:00
storage_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
storage_event.c
storage_event.h
virchrdev.c
virchrdev.h
virconftypes.h snapshot: Create new virDomainMomentObjList type 2019-03-22 01:18:34 -05:00
virdomainmomentobjlist.c snapshot: Make virDomainSnapshotDef a virObject 2019-05-09 10:02:53 -05:00
virdomainmomentobjlist.h snapshot: Drop pointless function virDomainMomentIsCurrentName 2019-03-27 08:13:24 -05:00
virdomainobjlist.c virDomainObjListAddLocked: Produce better error message than 'Duplicate key' 2019-04-04 09:16:24 +02:00
virdomainobjlist.h
virdomainsnapshotobjlist.c snapshot: s/current/parent/ as prep for virObject 2019-05-09 09:48:07 -05:00
virdomainsnapshotobjlist.h Revert "snapshot: Allow NULL to virDomainSnapshotObjGetDef" 2019-03-27 09:21:45 -05:00
virinterfaceobj.c
virinterfaceobj.h
virnetworkobj.c
virnetworkobj.h
virnodedeviceobj.c
virnodedeviceobj.h
virnwfilterbindingdef.c
virnwfilterbindingdef.h
virnwfilterbindingobj.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virnwfilterbindingobj.h virnwfilterbindingobj: Introduce and use virNWFilterBindingObjStealDef 2019-03-20 16:26:31 +01:00
virnwfilterbindingobjlist.c virNWFilterBindingObjListAddLocked: Produce better error message than 'Duplicate key' 2019-04-04 09:16:24 +02:00
virnwfilterbindingobjlist.h
virnwfilterobj.c
virnwfilterobj.h
virsavecookie.c
virsavecookie.h
virsecretobj.c
virsecretobj.h
virstorageobj.c
virstorageobj.h