#!/usr/bin/env sh qemu-system-x86_64 \ -enable-kvm \ -m 16384 -cpu host,kvm=off -smp 6,sockets=1,threads=1 \ -device vfio-pci,host=2a:00.0,x-vga=on \ -device vfio-pci,host=2a:00.1 \ -drive id=win,file=/dev/sdb,if=none,format=raw \ -device ahci,id=ahci \ -device ide-drive,drive=win,bus=ahci.0 \ -drive id=storage,file=/dev/sdc,if=none,format=raw \ -device ide-drive,drive=storage,bus=ahci.1 \ -usbdevice host:04d9:1818 \ -usbdevice host:046d:c245 \ -usbdevice host:045e:028e \ -vga none #-drive file=/dev/sdc,if=ide,index=1,media=disk,format=raw