libvirt/src/conf
Cole Robinson 41b002f934 qemu: Partially convert to net model enum
This converts the qemu driver to the net model enum, for all
the model values that we have hardcoded for various checks,
which adds e1000e, virtio-transitional, virtio-non-transitional,
usb-net, spapr-vlan, lan9118, smc91c111

Because the qemu driver has historically also allowed the raw
model string onto the qemu command line, this isn't a full
conversion. Unwinding that will require more thought. However
for all new driver code we should be adding explicit enum
values for any model name we have special handling for.

Remove the now unused virDomainNetStreqModelString

Acked-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2019-04-16 13:11:08 -04:00
..
capabilities.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
capabilities.h conf: Split capabilities forward typedefs into virconftypes.h 2019-03-15 11:31:12 -05:00
cpu_conf.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04: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 Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
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 qemu: Partially convert to net model enum 2019-04-16 13:11:08 -04:00
domain_conf.h qemu: Partially convert to net model enum 2019-04-16 13:11:08 -04: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: Factor out virDomainMomentDef class 2019-03-22 01:18:34 -05:00
moment_conf.h snapshot: Factor out virDomainMomentDef class 2019-03-22 01:18:34 -05:00
netdev_bandwidth_conf.c
netdev_bandwidth_conf.h
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 Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04: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
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 util: Introduce virStringParseYesNo helper 2019-03-13 14:24:18 +01:00
secret_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
secret_event.c
secret_event.h
snapshot_conf.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
snapshot_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
storage_adapter_conf.c conf: make virPCIDeviceAddressFormat void 2019-02-19 15:59:38 +00:00
storage_adapter_conf.h util: Move enum convertors into virenum.(c|h) 2019-04-10 09:12:04 +02:00
storage_capabilities.c conf: Add storage pool capability formatting 2019-03-06 11:12:48 -05:00
storage_capabilities.h conf: Add storage pool capability formatting 2019-03-06 11:12:48 -05:00
storage_conf.c virStoragePoolDefParseSource: Don't leak @port 2019-03-19 17:36:27 +01: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 util: Don't include 'viralloc.h' into other header files 2019-04-10 09:12:04 +02: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 util: Don't include 'viralloc.h' into other header files 2019-04-10 09:12:04 +02:00
virdomainsnapshotobjlist.h Revert "snapshot: Allow NULL to virDomainSnapshotObjGetDef" 2019-03-27 09:21:45 -05:00
virinterfaceobj.c
virinterfaceobj.h
virnetworkobj.c util: Rename virFileStripSuffix() to virStringStripSuffix() 2019-03-07 10:10:43 +01:00
virnetworkobj.h
virnodedeviceobj.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
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 util: Rename virFileStripSuffix() to virStringStripSuffix() 2019-03-07 10:10:43 +01:00
virnwfilterobj.h
virsavecookie.c
virsavecookie.h
virsecretobj.c Use virStringHasSuffix() where possible 2019-03-07 10:10:49 +01:00
virsecretobj.h
virstorageobj.c Use virStringHasSuffix() where possible 2019-03-07 10:10:49 +01:00
virstorageobj.h storage: Process storage pool capabilities 2019-03-06 11:12:48 -05:00