Created
April 6, 2025 01:50
-
-
Save andreanidouglas/753cef2d26025c1562a5a9792bfceea7 to your computer and use it in GitHub Desktop.
Run Linux guest on Windows host with qemu hw accelerated
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&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