mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 07:59:43 +00:00
Add SPICE support by installing qemu-system-modules-spice
This change adds the qemu-system-modules-spice package to enable SPICE protocol support for the Windows VM, which is required for: - GPU passthrough scenarios with proper input device handling - Integration with Looking Glass for low-latency display - Audio device passthrough (microphone and speaker support) The package enables QEMU's -spice option, which was previously unavailable and resulted in errors when users attempted to use it.
This commit is contained in:
parent
8443559a76
commit
ebf36c763e
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ RUN set -eu && \
|
||||||
dos2unix \
|
dos2unix \
|
||||||
cabextract \
|
cabextract \
|
||||||
libxml2-utils \
|
libxml2-utils \
|
||||||
libarchive-tools && \
|
libarchive-tools \
|
||||||
|
qemu-system-modules-spice && \
|
||||||
wget "https://github.com/gershnik/wsdd-native/releases/download/v1.22/wsddn_1.22_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q && \
|
wget "https://github.com/gershnik/wsdd-native/releases/download/v1.22/wsddn_1.22_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q && \
|
||||||
dpkg -i /tmp/wsddn.deb && \
|
dpkg -i /tmp/wsddn.deb && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue