Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.11 KB | None | 0 0
  1. QEMU_AUDIO_DRV=pa QEMU_PA_SAMPLES=8192 QEMU_AUDIO_TIMER_PERIOD=99 QEMU_PA_SERVER=/run/user/1000/pulse/native qemu-system-x86_64 -enable-kvm -m 3072 -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,$MY_OPTIONS\
  2.       -machine pc-q35-2.9 \
  3.       -smp 4,cores=2 \
  4.       -vga none \
  5.       -display none \
  6.       -device vfio-pci,host=01:00.0,id=hostdev0 \
  7.       -device vfio-pci,host=01:00.1,id=hostdev1 \
  8.       -usb -device usb-kbd -device usb-tablet \
  9.       -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" \
  10.       -drive if=pflash,format=raw,readonly,file=OVMF_CODE.fd \
  11.       -drive if=pflash,format=raw,file=OVMF_VARS.fd \
  12.       -smbios type=2 \
  13.       -device ich9-intel-hda -device hda-duplex \
  14.       -device ide-drive,bus=ide.1,drive=Clover \
  15.       -drive id=Clover,if=none,snapshot=on,format=qcow2,file=./'Clover_org.qcow2' \
  16.       -device ide-drive,bus=ide.0,drive=MacHDD \
  17.       -drive id=MacHDD,if=none,file=./mac_hdd.img,format=qcow2 \
  18.       -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \
  19.       -boot order=c \
  20.       -monitor stdio
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement