summary refs log tree commit diff
path: root/run.sh
blob: 984e4cc016a7a49e6fc5f12bc969a70e8d5b109a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
qemu-system-x86_64 \
    -enable-kvm \
    -m 4G \
    -cpu host \
    -smp 2 \
    -hda nixos-test.img \
    -bios OVMF.fd \
    -display gtk,gl=on,show-cursor=on \
    -vga none \
    -device virtio-gpu-pci \
    -audiodev pa,id=snd0 \
    -usb \
    -device usb-mouse