Skip to content

Instantly share code, notes, and snippets.

@andreanidouglas
Created April 6, 2025 01:50
Show Gist options
  • Save andreanidouglas/753cef2d26025c1562a5a9792bfceea7 to your computer and use it in GitHub Desktop.
Save andreanidouglas/753cef2d26025c1562a5a9792bfceea7 to your computer and use it in GitHub Desktop.
Run Linux guest on Windows host with qemu hw accelerated
&qemu-system-x86_64.exe `
-accel whpx,kernel-irqchip=off `
-bios OVMF.fd `
-machine q35 `
-m 8G `
-smp 12 `
-cpu kvm64,hv_passthrough `
-hda "debian.qcow2" `
-vga qxl `
-usb -device usb-tablet `
-boot c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment