Advertisement
Guest User

Untitled

a guest
Jun 12th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.21 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>GPUTest</name>
  3.   <uuid>5a41ad4f-fe09-4ac3-88e6-b41cc0e4a3ef</uuid>
  4.   <memory unit='KiB'>16777216</memory>
  5.   <currentMemory unit='KiB'>16777216</currentMemory>
  6.   <vcpu placement='static'>8</vcpu>
  7.   <os>
  8.     <type arch='x86_64' machine='pc-i440fx-xenial'>hvm</type>
  9.     <loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
  10.     <nvram>/var/lib/libvirt/qemu/nvram/GPUTest_VARS.fd</nvram>
  11.     <boot dev='hd'/>
  12.   </os>
  13.   <features>
  14.     <acpi/>
  15.     <apic/>
  16.     <kvm>
  17.       <hidden state='on'/>
  18.     </kvm>
  19.   </features>
  20.   <cpu mode='host-passthrough'>
  21.     <topology sockets='1' cores='8' threads='1'/>
  22.   </cpu>
  23.   <clock offset='localtime'>
  24.     <timer name='rtc' tickpolicy='catchup'/>
  25.     <timer name='pit' tickpolicy='delay'/>
  26.     <timer name='hpet' present='no'/>
  27.   </clock>
  28.   <on_poweroff>destroy</on_poweroff>
  29.   <on_reboot>restart</on_reboot>
  30.   <on_crash>restart</on_crash>
  31.   <pm>
  32.     <suspend-to-mem enabled='no'/>
  33.     <suspend-to-disk enabled='no'/>
  34.   </pm>
  35.   <devices>
  36.     <emulator>/usr/bin/kvm-spice</emulator>
  37.     <disk type='file' device='disk'>
  38.       <driver name='qemu' type='raw'/>      
  39.       <source file='/var/lib/libvirt/images/GPUTest.img'/>
  40.       <target dev='vda' bus='virtio'/>
  41.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  42.     </disk>
  43.     <controller type='usb' index='0' model='ich9-ehci1'>
  44.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
  45.     </controller>
  46.     <controller type='usb' index='0' model='ich9-uhci1'>
  47.       <master startport='0'/>
  48.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
  49.     </controller>
  50.     <controller type='usb' index='0' model='ich9-uhci2'>
  51.       <master startport='2'/>
  52.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
  53.     </controller>
  54.     <controller type='usb' index='0' model='ich9-uhci3'>
  55.       <master startport='4'/>
  56.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
  57.     </controller>
  58.     <controller type='pci' index='0' model='pci-root'/>
  59.     <interface type='bridge'>
  60.       <mac address='52:54:00:06:74:86'/>
  61.       <source bridge='br2'/>
  62.       <model type='virtio'/>
  63.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  64.     </interface>
  65.     <serial type='pty'>
  66.       <target port='0'/>
  67.     </serial>
  68.     <console type='pty'>
  69.       <target type='serial' port='0'/>
  70.     </console>
  71.     <input type='tablet' bus='usb'/>
  72.     <hostdev mode='subsystem' type='pci' managed='yes'>
  73.       <source>
  74.         <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
  75.       </source>
  76.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  77.     </hostdev>
  78.     <hostdev mode='subsystem' type='pci' managed='yes'>
  79.       <source>
  80.         <address domain='0x0000' bus='0x06' slot='0x00' function='0x1'/>
  81.       </source>
  82.       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  83.     </hostdev>
  84.     <memballoon model='virtio'>
  85.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  86.     </memballoon>
  87.   </devices>
  88. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement