mirror of
https://github.com/dockur/windows.git
synced 2025-12-15 19:53:05 +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
@ -18,7 +18,8 @@ RUN set -eu && \
|
||||
dos2unix \
|
||||
cabextract \
|
||||
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 && \
|
||||
dpkg -i /tmp/wsddn.deb && \
|
||||
apt-get clean && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user