Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  2. <name>OSX3</name>
  3. <uuid>8babbeb4-a9e8-4587-8608-f48b1f310283</uuid>
  4. <memory unit='KiB'>2097152</memory>
  5. <currentMemory unit='KiB'>2097152</currentMemory>
  6. <vcpu placement='static'>4</vcpu>
  7. <os>
  8. <type arch='x86_64' machine='q35'>hvm</type>
  9. <loader readonly='yes' type='pflash'>/home/vice/macOS-Simple-KVM/firmware/OVMF_CODE.fd</loader>
  10. <nvram>/home/vice/macOS-Simple-KVM/firmware/OVMF_VARS-1024x768.fd</nvram>
  11. <boot dev='hd'/>
  12. </os>
  13. <features>
  14. <acpi/>
  15. <pae/>
  16. </features>
  17. <cpu>
  18. <topology sockets='1' cores='4' threads='1'/>
  19. </cpu>
  20. <clock offset='utc'/>
  21. <on_poweroff>destroy</on_poweroff>
  22. <on_reboot>restart</on_reboot>
  23. <on_crash>destroy</on_crash>
  24. <pm>
  25. <suspend-to-mem enabled='no'/>
  26. <suspend-to-disk enabled='no'/>
  27. </pm>
  28. <devices>
  29. <emulator>/usr/bin/qemu-system-x86_64</emulator>
  30. <disk type='file' device='disk'>
  31. <driver name='qemu' type='qcow2'/>
  32. <source file='/home/vice/macOS-Simple-KVM/ESP.qcow2'/>
  33. <target dev='sda' bus='sata'/>
  34. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  35. </disk>
  36. <disk type='file' device='disk'>
  37. <driver name='qemu' type='qcow2'/>
  38. <source file='/home/vice/macOS-Simple-KVM/macOS.qcow2'/>
  39. <target dev='sdb' bus='sata'/>
  40. <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  41. </disk>
  42. <disk type='file' device='disk'>
  43. <driver name='qemu' type='raw'/>
  44. <source file='/home/vice/macOS-Simple-KVM/BaseSystem.img'/>
  45. <target dev='sdc' bus='sata'/>
  46. <address type='drive' controller='0' bus='0' target='0' unit='2'/>
  47. </disk>
  48. <controller type='usb' index='0' model='piix3-uhci'>
  49. <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/>
  50. </controller>
  51. <controller type='sata' index='0'>
  52. <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
  53. </controller>
  54. <interface type='network'>
  55. <mac address='52:54:00:9a:50:3a'/>
  56. <source network='default'/>
  57. <model type='e1000-82545em'/>
  58. <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/>
  59. </interface>
  60. <input type='keyboard' bus='usb'>
  61. <address type='usb' bus='0' port='1'/>
  62. </input>
  63. <input type='mouse' bus='usb'>
  64. <address type='usb' bus='0' port='2'/>
  65. </input>
  66. <graphics type='spice' autoport='yes'>
  67. <listen type='address'/>
  68. <image compression='off'/>
  69. </graphics>
  70. <sound model='ich9'>
  71. <address type='pci' domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/>
  72. </sound>
  73. <video>
  74. <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
  75. </video>
  76. <memballoon model='none'/>
  77. </devices>
  78. <qemu:commandline>
  79. <qemu:arg value='-cpu'/>
  80. <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/>
  81. <qemu:arg value='-device'/>
  82. <qemu:arg value='isa-applesmc,osk=ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc'/>
  83. <qemu:arg value='-smbios'/>
  84. <qemu:arg value='type=2'/>
  85. </qemu:commandline>
  86. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement