[virt-tools-list] [virt-manager] [PATCH 2/2] guest: Query availability of spicevmc channels in domcaps

2022-11-03 Thread Lin Ma
Signed-off-by: Lin Ma --- virtinst/domcapabilities.py | 7 +++ virtinst/guest.py | 2 ++ 2 files changed, 9 insertions(+) diff --git a/virtinst/domcapabilities.py b/virtinst/domcapabilities.py index cb5fddbb..ab0bf2ab 100644 --- a/virtinst/domcapabilities.py +++ b/virtinst/domcapab

[virt-tools-list] [virt-manager] [PATCH 1/2] guest: Query availability of usb redirdevs in domcaps

2022-11-03 Thread Lin Ma
Signed-off-by: Lin Ma --- virtinst/domcapabilities.py | 7 +++ virtinst/guest.py | 2 ++ 2 files changed, 9 insertions(+) diff --git a/virtinst/domcapabilities.py b/virtinst/domcapabilities.py index d22ce6a2..cb5fddbb 100644 --- a/virtinst/domcapabilities.py +++ b/virtinst/domcapab

[virt-tools-list] [virt-manager] [PATCH 0/2] Check availability of usb redirdevs and spicevmc channels in domcaps

2022-11-03 Thread Lin Ma
Libvirt domcaps can advertise the redirect devices and spicevmc channel devices since v8.9.0. Virt-install adds usb redirdevs and spicevmc channels by default on x86. This patchset adds checks to avoid using redirect devices/spicevmc channel devices when not supported by the target qemu. Lin Ma (2

importing luks-encrypted lvm volume

2022-11-03 Thread Erik Huelsmann
Hi, I'd like to use virt-install to create a new VM which imports an existing volume. This volume is luks-encrypted. When I manually attach the VM with the correct encryption settings, the resulting XML looks like this: I