Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  2. <name>OSX Sierra</name>
  3. <uuid>8ffbcbfe-2bb9-989e-a261-84e846aab41b</uuid>
  4. <metadata>
  5. <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/>
  6. </metadata>
  7. <memory unit='KiB'>8388608</memory>
  8. <currentMemory unit='KiB'>8388608</currentMemory>
  9. <memoryBacking>
  10. <nosharepages/>
  11. </memoryBacking>
  12. <vcpu placement='static'>3</vcpu>
  13. <cputune>
  14. <vcpupin vcpu='0' cpuset='1'/>
  15. <vcpupin vcpu='1' cpuset='4'/>
  16. <vcpupin vcpu='2' cpuset='5'/>
  17. </cputune>
  18. <os>
  19. <type arch='x86_64' machine='pc-q35-2.5'>hvm</type>
  20. <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
  21. <nvram>/etc/libvirt/qemu/nvram/8ffbcbfe-2bb9-989e-a261-84e846aab41b_VARS-pure-efi.fd</nvram>
  22. <boot dev='hd'/>
  23. </os>
  24. <features>
  25. <acpi/>
  26. </features>
  27. <cpu mode='custom' match='exact'>
  28. <model fallback='allow'>Penryn</model>
  29. </cpu>
  30. <clock offset='utc'/>
  31. <on_poweroff>destroy</on_poweroff>
  32. <on_reboot>restart</on_reboot>
  33. <on_crash>destroy</on_crash>
  34. <devices>
  35. <emulator>/usr/local/sbin/qemu</emulator>
  36. <disk type='file' device='disk'>
  37. <driver name='qemu' type='raw'/>
  38. <source file='/mnt/user/ISOs/sierraclover.iso'/>
  39. <target dev='hda' bus='sata'/>
  40. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  41. </disk>
  42. <disk type='file' device='disk'>
  43. <driver name='qemu' type='raw' cache='writeback'/>
  44. <source file='/mnt/disks/ST240HM000_1G5152_Z4N00QXG/OSX Sierra/vdisk1.img'/>
  45. <target dev='hdc' bus='sata'/>
  46. <address type='drive' controller='0' bus='0' target='0' unit='2'/>
  47. </disk>
  48. <controller type='usb' index='0'>
  49. <address type='pci' domain='0x0000' bus='0x02' slot='0x02' 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. <controller type='pci' index='0' model='pcie-root'/>
  55. <controller type='pci' index='1' model='dmi-to-pci-bridge'>
  56. <model name='i82801b11-bridge'/>
  57. <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/>
  58. </controller>
  59. <controller type='pci' index='2' model='pci-bridge'>
  60. <model name='pci-bridge'/>
  61. <target chassisNr='2'/>
  62. <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/>
  63. </controller>
  64. <interface type='bridge'>
  65. <mac address='52:54:00:51:66:48'/>
  66. <source bridge='br0'/>
  67. <model type='e1000-82545em'/>
  68. <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/>
  69. </interface>
  70. <input type='mouse' bus='ps2'/>
  71. <input type='keyboard' bus='ps2'/>
  72. <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'>
  73. <listen type='address' address='0.0.0.0'/>
  74. </graphics>
  75. <video>
  76. <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/>
  77. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
  78. </video>
  79. <memballoon model='none'/>
  80. </devices>
  81. <seclabel type='none' model='none'/>
  82. <qemu:commandline>
  83. <qemu:arg value='-device'/>
  84. <qemu:arg value='usb-kbd'/>
  85. <qemu:arg value='-device'/>
  86. <qemu:arg value='usb-mouse'/>
  87. <qemu:arg value='-device'/>
  88. <qemu:arg value='isa-applesmc,osk=xxxxxxxxxxxxxxxxxxxxxxxx'/>
  89. <qemu:arg value='-smbios'/>
  90. <qemu:arg value='type=2'/>
  91. <qemu:arg value='-cpu'/>
  92. <qemu:arg value='Penryn,vendor=GenuineIntel'/>
  93. </qemu:commandline>
  94. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement