]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf, docs, schemas: Add support for interface type vds
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 17 Aug 2022 12:35:17 +0000 (14:35 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 18 Aug 2022 06:34:31 +0000 (08:34 +0200)
commit0225483adce9e9f8f50fde024941542f141aeb35
treee01fe066ecbedb89741c4affc292014d2802ba1a
parentdb0564b4d34fb94fe59f04a4e411374ec1b6fc19
conf, docs, schemas: Add support for interface type vds

This represents an interface connected to a VMWare Distributed Switch,
previously obscured as a dummy interface.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Reviewed-by: Ján Tomko <jtomko@redhat.com>
19 files changed:
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
tools/virsh-domain.c