]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: deprecate QEMU_CAPS_NETDEV
authorJán Tomko <jtomko@redhat.com>
Wed, 28 Mar 2018 21:36:13 +0000 (23:36 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 12 Apr 2018 15:17:16 +0000 (17:17 +0200)
commitad8a7c4f8599bd58608500a72cdfec18a6bf2318
tree418c75f5cb6b390f0e6a0c4eb52e37cf5343c9fe
parent6826c99ac196eeacb1e78bdcb5b26d4ea8c27bd6
qemu: deprecate QEMU_CAPS_NETDEV

This makes qemuDomainSupportsNetdev identical to
qemuDomainSupportsNicdev and leaves some code in
qemuDomainAttachNetDevice to be cleaned up later.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
77 files changed:
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_domain.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_process.c
tests/qemucapabilitiesdata/caps_1.5.3.x86_64.xml
tests/qemucapabilitiesdata/caps_1.6.0.x86_64.xml
tests/qemucapabilitiesdata/caps_1.7.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.1.1.x86_64.xml
tests/qemucapabilitiesdata/caps_2.10.0.aarch64.xml
tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.12.0.aarch64.xml
tests/qemucapabilitiesdata/caps_2.12.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.12.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.12.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.4.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.5.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.6.0.aarch64.xml
tests/qemucapabilitiesdata/caps_2.6.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.6.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.7.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.9.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml
tests/qemuxml2argvdata/aarch64-aavmf-virtio-mmio.args
tests/qemuxml2argvdata/aarch64-kvm-32-on-64.args
tests/qemuxml2argvdata/aarch64-video-virtio-gpu-pci.args
tests/qemuxml2argvdata/aarch64-virt-2.6-virtio-pci-default.args
tests/qemuxml2argvdata/aarch64-virt-default-nic.args
tests/qemuxml2argvdata/aarch64-virt-virtio.args
tests/qemuxml2argvdata/aarch64-virtio-pci-default.args
tests/qemuxml2argvdata/aarch64-virtio-pci-manual-addresses.args
tests/qemuxml2argvdata/arm-vexpressa9-virtio.args
tests/qemuxml2argvdata/arm-virt-virtio.args
tests/qemuxml2argvdata/boot-complex-bootindex.args
tests/qemuxml2argvdata/boot-complex.args
tests/qemuxml2argvdata/boot-order.args
tests/qemuxml2argvdata/boot-strict.args
tests/qemuxml2argvdata/controller-order.args
tests/qemuxml2argvdata/disk-copy_on_read.args
tests/qemuxml2argvdata/disk-ioeventfd.args
tests/qemuxml2argvdata/event_idx.args
tests/qemuxml2argvdata/graphics-spice-timeout.args
tests/qemuxml2argvdata/intel-iommu-caching-mode.args
tests/qemuxml2argvdata/machine-loadparm-multiple-disks-nets-s390.args
tests/qemuxml2argvdata/machine-loadparm-net-s390.args
tests/qemuxml2argvdata/net-client.args
tests/qemuxml2argvdata/net-eth-hostip.args
tests/qemuxml2argvdata/net-eth-ifname.args
tests/qemuxml2argvdata/net-eth-names.args
tests/qemuxml2argvdata/net-eth.args
tests/qemuxml2argvdata/net-mcast.args
tests/qemuxml2argvdata/net-server.args
tests/qemuxml2argvdata/net-udp.args
tests/qemuxml2argvdata/net-user.args
tests/qemuxml2argvdata/net-virtio-ccw.args
tests/qemuxml2argvdata/net-virtio-device.args
tests/qemuxml2argvdata/net-virtio-disable-offloads.args
tests/qemuxml2argvdata/net-virtio-rxtxqueuesize.args
tests/qemuxml2argvdata/net-virtio-s390.args
tests/qemuxml2argvdata/net-virtio.args
tests/qemuxml2argvdata/pci-bridge.args
tests/qemuxml2argvdata/pci-expander-bus.args
tests/qemuxml2argvdata/pci-rom.args
tests/qemuxml2argvdata/pcie-expander-bus.args
tests/qemuxml2argvdata/q35-pci-force-address.args
tests/qemuxml2argvdata/user-aliases.args
tests/qemuxml2argvdata/virtio-lun.args
tests/qemuxml2argvdata/virtio-options.args
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c