Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.82 KB | None | 0 0
  1. <!--
  2. WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
  3. OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  4.  virsh edit GameVM
  5. or other application using the libvirt API.
  6. -->
  7.  
  8. <domain type='kvm'>
  9.   <name>GameVM</name>
  10.   <uuid>0de9cd22-b019-4623-a28f-eda2811f728e</uuid>
  11.   <memory unit='KiB'>8388608</memory>
  12.   <currentMemory unit='KiB'>8388608</currentMemory>
  13.   <vcpu placement='static'>8</vcpu>
  14.   <cputune>
  15.     <vcpupin vcpu='0' cpuset='0'/>
  16.     <vcpupin vcpu='1' cpuset='16'/>
  17.     <vcpupin vcpu='2' cpuset='1'/>
  18.     <vcpupin vcpu='3' cpuset='17'/>
  19.     <vcpupin vcpu='4' cpuset='2'/>
  20.     <vcpupin vcpu='5' cpuset='18'/>
  21.     <vcpupin vcpu='6' cpuset='3'/>
  22.     <vcpupin vcpu='7' cpuset='19'/>
  23.     <emulatorpin cpuset='0-3,16-19'/>
  24.   </cputune>
  25.   <numatune>
  26.     <memory mode='strict' nodeset='0'/>
  27.   </numatune>
  28.   <os>
  29.     <type arch='x86_64' machine='pc-i440fx-2.12'>hvm</type>
  30.   </os>
  31.   <features>
  32.     <acpi/>
  33.     <apic/>
  34.     <hyperv>
  35.       <relaxed state='on'/>
  36.       <vapic state='on'/>
  37.       <spinlocks state='on' retries='8191'/>
  38.       <vendor_id state='on' value='123456789ab'/>
  39.     </hyperv>
  40.     <kvm>
  41.       <hidden state='on'/>
  42.     </kvm>
  43.     <vmport state='off'/>
  44.   </features>
  45.   <cpu mode='host-passthrough' check='partial'>
  46.     <topology sockets='1' cores='4' threads='2'/>
  47.     <numa>
  48.       <cell id='0' cpus='0-7' memory='8388608' unit='KiB'/>
  49.     </numa>
  50.   </cpu>
  51.   <clock offset='localtime'>
  52.     <timer name='rtc' tickpolicy='catchup'/>
  53.     <timer name='pit' tickpolicy='delay'/>
  54.     <timer name='hpet' present='no'/>
  55.     <timer name='hypervclock' present='yes'/>
  56.   </clock>
  57.   <on_poweroff>destroy</on_poweroff>
  58.   <on_reboot>restart</on_reboot>
  59.   <on_crash>destroy</on_crash>
  60.   <pm>
  61.     <suspend-to-mem enabled='no'/>
  62.     <suspend-to-disk enabled='no'/>
  63.   </pm>
  64.   <devices>
  65.     <emulator>/usr/bin/qemu-system-x86_64</emulator>
  66.     <disk type='file' device='disk'>
  67.       <driver name='qemu' type='qcow2'/>
  68.       <source file='/var/lib/libvirt/images/GameVM.qcow2'/>
  69.       <target dev='hda' bus='ide'/>
  70.       <boot order='2'/>
  71.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  72.     </disk>
  73.     <disk type='file' device='cdrom'>
  74.       <driver name='qemu' type='raw' cache='none'/>
  75.       <source file='/home/david/Downloads/virtio-win-0.1.149.iso'/>
  76.       <target dev='hdb' bus='ide'/>
  77.       <readonly/>
  78.       <boot order='1'/>
  79.       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  80.     </disk>
  81.     <controller type='usb' index='0' model='ich9-ehci1'>
  82.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
  83.     </controller>
  84.     <controller type='usb' index='0' model='ich9-uhci1'>
  85.       <master startport='0'/>
  86.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
  87.     </controller>
  88.     <controller type='usb' index='0' model='ich9-uhci2'>
  89.       <master startport='2'/>
  90.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
  91.     </controller>
  92.     <controller type='usb' index='0' model='ich9-uhci3'>
  93.       <master startport='4'/>
  94.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
  95.     </controller>
  96.     <controller type='pci' index='0' model='pci-root'/>
  97.     <controller type='ide' index='0'>
  98.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  99.     </controller>
  100.     <controller type='sata' index='0'>
  101.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  102.     </controller>
  103.     <controller type='virtio-serial' index='0'>
  104.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  105.     </controller>
  106.     <interface type='bridge'>
  107.       <mac address='52:54:00:b7:50:ef'/>
  108.       <source bridge='br0'/>
  109.       <model type='virtio'/>
  110.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  111.     </interface>
  112.     <serial type='pty'>
  113.       <target type='isa-serial' port='0'>
  114.         <model name='isa-serial'/>
  115.       </target>
  116.     </serial>
  117.     <console type='pty'>
  118.       <target type='serial' port='0'/>
  119.     </console>
  120.     <channel type='spicevmc'>
  121.       <target type='virtio' name='com.redhat.spice.0'/>
  122.       <address type='virtio-serial' controller='0' bus='0' port='1'/>
  123.     </channel>
  124.     <input type='tablet' bus='usb'>
  125.       <address type='usb' bus='0' port='1'/>
  126.     </input>
  127.     <input type='mouse' bus='ps2'/>
  128.     <input type='keyboard' bus='ps2'/>
  129.     <graphics type='spice' autoport='yes'>
  130.       <listen type='address'/>
  131.       <image compression='off'/>
  132.     </graphics>
  133.     <sound model='ich6'>
  134.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  135.     </sound>
  136.     <video>
  137.       <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
  138.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  139.     </video>
  140.     <hostdev mode='subsystem' type='pci' managed='yes'>
  141.       <source>
  142.         <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/>
  143.       </source>
  144.       <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
  145.     </hostdev>
  146.     <hostdev mode='subsystem' type='pci' managed='yes'>
  147.       <source>
  148.         <address domain='0x0000' bus='0x08' slot='0x00' function='0x1'/>
  149.       </source>
  150.       <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
  151.     </hostdev>
  152.     <redirdev bus='usb' type='spicevmc'>
  153.       <address type='usb' bus='0' port='2'/>
  154.     </redirdev>
  155.     <redirdev bus='usb' type='spicevmc'>
  156.       <address type='usb' bus='0' port='3'/>
  157.     </redirdev>
  158.     <memballoon model='virtio'>
  159.       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  160.     </memballoon>
  161.   </devices>
  162. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement