Skip to content

Instantly share code, notes, and snippets.

@yvesh
Created December 19, 2019 11:41
Show Gist options
  • Save yvesh/6b468229ad418d04e876d10c361a6866 to your computer and use it in GitHub Desktop.
Save yvesh/6b468229ad418d04e876d10c361a6866 to your computer and use it in GitHub Desktop.
Proxmox QEMU KVM Windows 10 Configuration with GPU PCI-Passthrough and looking-glass support. Binds non-tls spice port to 5930
agent: 1
args: -device ivshmem-plain,memdev=ivshmem,bus=pcie.0 -object memory-backend-file,id=ivshmem,share=on,mem-path=/dev/shm/looking-glass,size=32M -device virtio-mouse-pci -device virtio-keyboard-pci -spice addr=0.0.0.0,port=5930,disable-ticketing
audio0: device=AC97,driver=spice
bios: ovmf
bootdisk: sata0
cores: 16
cpu: host,flags=+ibpb;+virt-ssbd
hostpci0: 42:00,pcie=1,x-vga=1
ide2: none,media=cdrom
machine: q35
memory: 16000
name: win10kvm
net0: e1000=C2:90:B5:0B:63:0B,bridge=vmbr0,firewall=1
numa: 1
ostype: win10
sata0: local-nvme5n1p1-qemu:101/vm-101-disk-0.qcow2,backup=0,discard=on,size=400G
serial0: socket
smbios1: uuid=...
sockets: 1
usb0: host=1532:005c
usb1: host=1e7d:31ce
vga: qxl,memory=64
vmgenid: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment