1
0

Accepting request 1159644 from Virtualization

- Install qemu-hw-usb-host to enable USB passthrough (bsc#1221538)
- Install psmisc (provides killall for tests)

OBS-URL: https://build.opensuse.org/request/show/1159644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-launcher-container?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:16:27 +00:00 committed by Git OBS Bridge
commit 99b0c0da54
2 changed files with 10 additions and 0 deletions

View File

@ -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 \
@ -66,6 +68,8 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
ln -s ../qemu/aavmf-aarch64-vars.bin /usr/share/AAVMF/AAVMF_VARS.fd ; \
fi
RUN zypper clean -a
RUN cp -f /usr/share/kube-virt/virt-launcher/virtqemud.conf /etc/libvirt/virtqemud.conf && \
cp -f /usr/share/kube-virt/virt-launcher/qemu.conf /etc/libvirt/qemu.conf

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 19 16:18:45 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- 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 <vasily.ulyanov@suse.com>