Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MinimalPassthrough.sh
- #!/bin/bash
- exec qemu-system-x86_64 \
- -nodefaults \
- -enable-kvm \
- -cpu host,kvm=off \
- -m 8G \
- -name "BlankVM" \
- -smp cores=4 \
- -device vfio-pci,host=09:00.0,x-vga=on,multifunction=on,romfile=GP107_patched.rom \
- -device vfio-pci,host=09:00.1 \
- -monitor stdio \
- -nographic \
- -vga none \
- $@
Add Comment
Please, Sign In to add comment