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>
This commit is contained in:
Martin Kletzander
2022-08-17 14:44:55 +02:00
parent 0225483adc
commit 580538c5dd
7 changed files with 133 additions and 13 deletions

View File

@@ -237,6 +237,7 @@ mymain(void)
DO_TEST("ethernet-vpx");
DO_TEST("ethernet-other");
DO_TEST("ethernet-dummy");
DO_TEST("ethernet-vds");
DO_TEST("serial-file");
DO_TEST("serial-device");