QEMU build for running Windows guests with hardware-accelerated graphics
8.3K
Custom Linux build of QEMU for running Windows guests, focused on hardware-accelerated graphics and system compatibility.
QEMU already provides excellent general-purpose virtualization, but accelerated graphics for Windows guests still requires a number of pieces that are either experimental, outside upstream QEMU, or aimed at different generations of Windows.
QEMU Windows combines those pieces into a single reproducible QEMU build.
The project is intended to provide one QEMU binary that works well across a wide range of Windows guests, from legacy releases using VMware SVGA II to newer Windows versions using accelerated virtio-gpu graphics.
This build includes VMVGA, a virtual graphics adapter implementing the VMware SVGA/SVGA3D interfaces to provide GPU acceleration. This is especially useful for older Windows versions for which modern paravirtualized graphics drivers are not an option.
For newer Windows guests, QEMU Windows also includes the host-side support needed by accelerated virtio-gpu graphics stacks using Vulkan and Venus.
The build uses a Vulkan-enabled virglrenderer and contains additional scanout, DMA-BUF, host-memory and display-path compatibility fixes needed by Windows graphics workloads.
This allows rendering work to be performed by the host GPU without assigning the physical GPU directly to the virtual machine.
The graphics paths used by Windows guests can exercise combinations that stock QEMU does not currently handle completely, particularly around native Vulkan images, DMA-BUF scanout, host-visible graphics memory and legacy VMware SVGA 3D commands.
QEMU Windows provides a practical integration point for those changes while individual components continue to evolve independently.
The build currently combines:
The repository builds a Linux qemu-system-x86_64 binary based on upstream QEMU v11.1.1 and publishes it with each release.
Prebuilt binaries are available from the releases page.
QEMU Windows follows the licensing of QEMU and the individual components incorporated into the build. See license.md for the repository license information.
Content type
Image
Digest
sha256:7bbfba46b…
Size
5.5 MB
Last updated
about 9 hours ago
docker pull qemux/qemu-windowsPulls:
6,032
Last week