Advertisement
Guest User

Untitled

a guest
Dec 9th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.93 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>doug-win</name>
  3.   <uuid>563d39d7-c5d8-4f62-b72a-6831f16f3bfc</uuid>
  4.   <memory unit='KiB'>8388608</memory>
  5.   <currentMemory unit='KiB'>8388608</currentMemory>
  6.   <memoryBacking>
  7.     <hugepages/>
  8.   </memoryBacking>
  9.   <vcpu placement='static' cpuset='1-3,5-7' current='6'>8</vcpu>
  10.   <os>
  11.     <type arch='x86_64' machine='pc-i440fx-2.4'>hvm</type>
  12.     <loader readonly='yes' type='pflash'>/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
  13.     <nvram>/var/lib/libvirt/qemu/nvram/doug-win_VARS.fd</nvram>
  14.     <bootmenu enable='yes'/>
  15.   </os>
  16.   <features>
  17.     <acpi/>
  18.     <apic/>
  19.     <pae/>
  20.     <kvm>
  21.       <hidden state='on'/>
  22.     </kvm>
  23.     <vmport state='off'/>
  24.   </features>
  25.   <cpu mode='host-passthrough'>
  26.     <topology sockets='1' cores='4' threads='2'/>
  27.   </cpu>
  28.   <clock offset='localtime'>
  29.     <timer name='rtc' tickpolicy='catchup'/>
  30.     <timer name='pit' tickpolicy='delay'/>
  31.     <timer name='hpet' present='no'/>
  32.   </clock>
  33.   <on_poweroff>destroy</on_poweroff>
  34.   <on_reboot>restart</on_reboot>
  35.   <on_crash>restart</on_crash>
  36.   <pm>
  37.     <suspend-to-mem enabled='no'/>
  38.     <suspend-to-disk enabled='no'/>
  39.   </pm>
  40.   <devices>
  41.     <emulator>/usr/bin/qemu-kvm</emulator>
  42.     <disk type='file' device='disk'>
  43.       <driver name='qemu' type='qcow2' cache='none' io='native'/>
  44.       <source file='/var/lib/libvirt/images/doug-win.qcow2'/>
  45.       <target dev='sda' bus='scsi'/>
  46.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  47.     </disk>
  48.     <disk type='block' device='disk'>
  49.       <driver name='qemu' type='raw' cache='none' io='native'/>
  50.       <source dev='/dev/mapper/sdx'/>
  51.       <target dev='sdb' bus='scsi'/>
  52.       <boot order='1'/>
  53.       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  54.     </disk>
  55.     <controller type='scsi' index='0' model='virtio-scsi'>
  56.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  57.     </controller>
  58.     <controller type='pci' index='0' model='pci-root'/>
  59.     <controller type='ide' index='0'>
  60.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  61.     </controller>
  62.     <controller type='sata' index='0'>
  63.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  64.     </controller>
  65.     <controller type='usb' index='0' model='ich9-ehci1'>
  66.       <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x7'/>
  67.     </controller>
  68.     <controller type='usb' index='0' model='ich9-uhci1'>
  69.       <master startport='0'/>
  70.       <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0' multifunction='on'/>
  71.     </controller>
  72.     <controller type='usb' index='0' model='ich9-uhci2'>
  73.       <master startport='2'/>
  74.       <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x1'/>
  75.     </controller>
  76.     <controller type='usb' index='0' model='ich9-uhci3'>
  77.       <master startport='4'/>
  78.       <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x2'/>
  79.     </controller>
  80.     <interface type='bridge'>
  81.       <mac address='52:54:00:ae:85:ff'/>
  82.       <source bridge='br0'/>
  83.       <model type='virtio'/>
  84.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  85.     </interface>
  86.     <hostdev mode='subsystem' type='pci' managed='yes'>
  87.       <source>
  88.         <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  89.       </source>
  90.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0' multifunction='on'/>
  91.     </hostdev>
  92.     <hostdev mode='subsystem' type='pci' managed='yes'>
  93.       <source>
  94.         <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
  95.       </source>
  96.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  97.     </hostdev>
  98.     <memballoon model='virtio'>
  99.       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  100.     </memballoon>
  101.   </devices>
  102. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement