Skip to content

Instantly share code, notes, and snippets.

View FrozenDroid's full-sized avatar
💭
is this thing on?

Vincent Stakenburg FrozenDroid

💭
is this thing on?
  • the Netherlands
  • 03:14 (UTC +02:00)
View GitHub Profile
qemu-system-x86_64 \
-enable-kvm -M q35 -localtime -usb -name Windows `# General options` \
-monitor /dev/tty -nographic -vga none -serial none `# Graphic options` \
-cpu host,kvm=off -smp 1,sockets=1,cores=1,threads=1 `# CPU Options` \
-m 1024 `# Memory` \
-bios /usr/share/qemu/bios.bin `# BIOS` \
-device ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1 `# PCIe Bus` \
-device vfio-pci,host=02:00.0,bus=root.1,addr=00.0,multifunction=on,x-vga=on `# Graphics card` \
-device vfio-pci,host=02:00.1,bus=root.1,addr=00.1 `# Graphics card sound` \
-device virtio-scsi-pci,id=scsi `# SCSI controller` \