diff --git a/Dockerfile b/Dockerfile index 7a47c31..dc60a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,8 @@ RUN zypper -n install \ libvirt-daemon-driver-qemu \ netcat \ nftables \ + psmisc \ + qemu-hw-usb-host \ qemu-hw-usb-redirect \ qemu-img \ socat \ diff --git a/virt-launcher-container.changes b/virt-launcher-container.changes index b17a7fe..d7f1e81 100644 --- a/virt-launcher-container.changes +++ b/virt-launcher-container.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 19 16:18:45 UTC 2024 - Vasily Ulyanov + +- Install qemu-hw-usb-host to enable USB passthrough (bsc#1221538) +- Install psmisc (provides killall for tests) + ------------------------------------------------------------------- Wed Mar 6 08:16:34 UTC 2024 - Vasily Ulyanov