Advertisement
Guest User

latest_ovm_for_unraid

a guest
Sep 3rd, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.02 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>Fedora</name>
  3.   <uuid>0c251f65-7439-a996-5d46-3b4bd4c75a3e</uuid>
  4.   <metadata>
  5.     <vmtemplate xmlns="unraid" name="Fedora" icon="fedora.png" os="fedora"/>
  6.   </metadata>
  7.   <memory unit='KiB'>524288</memory>
  8.   <currentMemory unit='KiB'>524288</currentMemory>
  9.   <memoryBacking>
  10.     <nosharepages/>
  11.   </memoryBacking>
  12.   <vcpu placement='static'>2</vcpu>
  13.   <cputune>
  14.     <vcpupin vcpu='0' cpuset='9'/>
  15.     <vcpupin vcpu='1' cpuset='11'/>
  16.   </cputune>
  17.   <os>
  18.     <type arch='x86_64' machine='pc-q35-2.9'>hvm</type>
  19.     <loader readonly='yes' type='pflash'>/mnt/cache/kvm-domains/BIOS/OVMF_CODE-pure-efi.fd</loader>
  20.     <nvram>/mnt/cache/kvm-domains/BIOS/OVMF_VARS-pure-efi.fd</nvram>
  21.   </os>
  22.   <features>
  23.     <acpi/>
  24.     <apic/>
  25.   </features>
  26.   <cpu mode='host-passthrough' check='none'>
  27.     <topology sockets='1' cores='1' threads='2'/>
  28.   </cpu>
  29.   <clock offset='utc'>
  30.     <timer name='rtc' tickpolicy='catchup'/>
  31.     <timer name='pit' tickpolicy='delay'/>
  32.     <timer name='hpet' present='no'/>
  33.   </clock>
  34.   <on_poweroff>destroy</on_poweroff>
  35.   <on_reboot>restart</on_reboot>
  36.   <on_crash>restart</on_crash>
  37.   <devices>
  38.     <emulator>/usr/local/sbin/qemu</emulator>
  39.     <disk type='file' device='disk'>
  40.       <driver name='qemu' type='raw' cache='writeback'/>
  41.       <source file='/mnt/cache/kvm-domains/Fedora/vdisk1.img'/>
  42.       <target dev='hdc' bus='virtio'/>
  43.       <boot order='1'/>
  44.       <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
  45.     </disk>
  46.     <controller type='usb' index='0' model='ich9-ehci1'>
  47.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
  48.     </controller>
  49.     <controller type='usb' index='0' model='ich9-uhci1'>
  50.       <master startport='0'/>
  51.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
  52.     </controller>
  53.     <controller type='usb' index='0' model='ich9-uhci2'>
  54.       <master startport='2'/>
  55.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
  56.     </controller>
  57.     <controller type='usb' index='0' model='ich9-uhci3'>
  58.       <master startport='4'/>
  59.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
  60.     </controller>
  61.     <controller type='sata' index='0'>
  62.       <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
  63.     </controller>
  64.     <controller type='pci' index='0' model='pcie-root'/>
  65.     <controller type='pci' index='1' model='pcie-root-port'>
  66.       <model name='pcie-root-port'/>
  67.       <target chassis='1' port='0x10'/>
  68.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
  69.     </controller>
  70.     <controller type='pci' index='2' model='pcie-root-port'>
  71.       <model name='pcie-root-port'/>
  72.       <target chassis='2' port='0x11'/>
  73.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
  74.     </controller>
  75.     <controller type='pci' index='3' model='pcie-root-port'>
  76.       <model name='pcie-root-port'/>
  77.       <target chassis='3' port='0x12'/>
  78.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
  79.     </controller>
  80.     <controller type='pci' index='4' model='pcie-root-port'>
  81.       <model name='pcie-root-port'/>
  82.       <target chassis='4' port='0x13'/>
  83.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
  84.     </controller>
  85.     <controller type='pci' index='5' model='pcie-root-port'>
  86.       <model name='pcie-root-port'/>
  87.       <target chassis='5' port='0x14'/>
  88.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
  89.     </controller>
  90.     <controller type='virtio-serial' index='0'>
  91.       <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
  92.     </controller>
  93.     <interface type='bridge'>
  94.       <mac address='52:54:00:e5:1c:ce'/>
  95.       <source bridge='br0'/>
  96.       <model type='virtio'/>
  97.       <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  98.     </interface>
  99.     <serial type='pty'>
  100.       <target port='0'/>
  101.     </serial>
  102.     <console type='pty'>
  103.       <target type='serial' port='0'/>
  104.     </console>
  105.     <channel type='unix'>
  106.       <target type='virtio' name='org.qemu.guest_agent.0'/>
  107.       <address type='virtio-serial' controller='0' bus='0' port='1'/>
  108.     </channel>
  109.     <input type='tablet' bus='usb'>
  110.       <address type='usb' bus='0' port='1'/>
  111.     </input>
  112.     <input type='mouse' bus='ps2'/>
  113.     <input type='keyboard' bus='ps2'/>
  114.     <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'>
  115.       <listen type='address' address='0.0.0.0'/>
  116.     </graphics>
  117.     <video>
  118.       <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
  119.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
  120.     </video>
  121.     <memballoon model='virtio'>
  122.       <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
  123.     </memballoon>
  124.   </devices>
  125. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement