]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Rename iterface type='dummy' to type='null'
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 24 Aug 2022 20:46:05 +0000 (22:46 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 25 Aug 2022 11:27:04 +0000 (13:27 +0200)
commit6457619d186ed327bd8a045857a829c13cebf4dd
tree9a5c39cbd3434b4883cb565535f88a627b8c32bf
parent56b3ee743916c8951a32a1650616621d78afe8c7
Rename iterface type='dummy' to type='null'

When commit bac6b266fb6a added this "functionality" this was the only
naming I could think of, but after discussion with Dan we found the name
'null' fits a bit better, so change it before we make a release with the
old name.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
26 files changed:
NEWS.rst
docs/formatdomain.rst
src/ch/ch_monitor.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/netdev_bandwidth_conf.c
src/conf/schemas/domaincommon.rng
src/libxl/libxl_conf.c
src/libxl/xen_common.c
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/lxc/lxc_process.c
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_interface.c
src/qemu/qemu_process.c
src/qemu/qemu_validate.c
src/vmx/vmx.c
tests/vmx2xmldata/ethernet-null.vmx [moved from tests/vmx2xmldata/ethernet-dummy.vmx with 100% similarity]
tests/vmx2xmldata/ethernet-null.xml [moved from tests/vmx2xmldata/ethernet-dummy.xml with 95% similarity]
tests/vmx2xmltest.c
tests/xml2vmxdata/xml2vmx-ethernet-null.vmx [moved from tests/xml2vmxdata/xml2vmx-ethernet-dummy.vmx with 100% similarity]
tests/xml2vmxdata/xml2vmx-ethernet-null.xml [moved from tests/xml2vmxdata/xml2vmx-ethernet-dummy.xml with 90% similarity]
tests/xml2vmxtest.c
tools/virsh-domain.c