]> xenbits.xensource.com Git - libvirt.git/commit
vmx: Add support for VDS interface
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 17 Aug 2022 12:44:55 +0000 (14:44 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 18 Aug 2022 06:34:32 +0000 (08:34 +0200)
commit580538c5dd7f8fd45e8aac7f1d6f4612aaa888b0
tree9f8b1f2866f99de5922b5fbd4ac76eccb5f6f887
parent0225483adce9e9f8f50fde024941542f141aeb35
vmx: Add support for VDS interface

Since we cannot properly plug a new VM into the distributed switch, we can at
least report the provided pieces of information, so that XML editing still works
even for VMs with such interfaces.

https://bugzilla.redhat.com/show_bug.cgi?id=1988211

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/vmx/vmx.c
tests/vmx2xmldata/ethernet-vds.vmx [new file with mode: 0644]
tests/vmx2xmldata/ethernet-vds.xml [new file with mode: 0644]
tests/vmx2xmltest.c
tests/xml2vmxdata/xml2vmx-ethernet-vds.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-ethernet-vds.xml [new file with mode: 0644]
tests/xml2vmxtest.c