summary refs log tree commit diff
path: root/img/live/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'img/live/Makefile')
-rw-r--r--img/live/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/img/live/Makefile b/img/live/Makefile
index 5507c2f..773d597 100644
--- a/img/live/Makefile
+++ b/img/live/Makefile
@@ -61,7 +61,9 @@ clean:
 run: build/live.img
 	$(QEMU_KVM) -m 4G \
 	    -cpu host \
+	    -machine q35,kernel-irqchip=split \
 	    -display gtk,gl=on \
+	    -device intel-iommu,intremap=on \
 	    -device virtio-vga-gl \
 	    -device qemu-xhci \
 	    -device usb-storage,drive=drive1,removable=true \