Advertisement
Guest User

Untitled

a guest
Dec 21st, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.86 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>win7</name>
  3.   <uuid>fb03c58a-be3e-4717-81a8-34bb084e9b4c</uuid>
  4.   <memory unit='KiB'>8388608</memory>
  5.   <currentMemory unit='KiB'>8388608</currentMemory>
  6.   <vcpu placement='static'>4</vcpu>
  7.   <os>
  8.     <type arch='x86_64' machine='pc-i440fx-2.4'>hvm</type>
  9.     <boot dev='hd'/>
  10.   </os>
  11.   <features>
  12.     <acpi/>
  13.     <apic/>
  14.     <pae/>
  15.     <kvm>
  16.       <hidden state='on'/>
  17.     </kvm>
  18.   </features>
  19.   <cpu mode='host-passthrough'/>
  20.   <clock offset='localtime'>
  21.     <timer name='rtc' tickpolicy='catchup'/>
  22.     <timer name='pit' tickpolicy='delay'/>
  23.     <timer name='hpet' present='no'/>
  24.   </clock>
  25.   <on_poweroff>destroy</on_poweroff>
  26.   <on_reboot>restart</on_reboot>
  27.   <on_crash>restart</on_crash>
  28.   <pm>
  29.     <suspend-to-mem enabled='no'/>
  30.     <suspend-to-disk enabled='no'/>
  31.   </pm>
  32.   <devices>
  33.     <emulator>/usr/bin/qemu-system-x86_64</emulator>
  34.     <disk type='file' device='disk'>
  35.       <driver name='qemu' type='raw'/>
  36.       <source file='/var/lib/libvirt/images/win7.img'/>
  37.       <target dev='vda' bus='virtio'/>
  38.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  39.     </disk>
  40.     <disk type='file' device='cdrom'>
  41.       <driver name='qemu' type='raw'/>
  42.       <source file='/home/eddieak/tw_windows_7_ultimate_with_sp1_x64_dvd_618550.iso'/>
  43.       <target dev='hdb' bus='ide'/>
  44.       <readonly/>
  45.       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  46.     </disk>
  47.     <disk type='file' device='cdrom'>
  48.       <driver name='qemu' type='raw'/>
  49.       <source file='/home/eddieak/virtio.iso'/>
  50.       <target dev='hdc' bus='ide'/>
  51.       <readonly/>
  52.       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
  53.     </disk>
  54.     <controller type='usb' index='0' model='ich9-ehci1'>
  55.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
  56.     </controller>
  57.     <controller type='usb' index='0' model='ich9-uhci1'>
  58.       <master startport='0'/>
  59.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
  60.     </controller>
  61.     <controller type='usb' index='0' model='ich9-uhci2'>
  62.       <master startport='2'/>
  63.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
  64.     </controller>
  65.     <controller type='usb' index='0' model='ich9-uhci3'>
  66.       <master startport='4'/>
  67.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
  68.     </controller>
  69.     <controller type='pci' index='0' model='pci-root'/>
  70.     <controller type='ide' index='0'>
  71.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  72.     </controller>
  73.     <controller type='virtio-serial' index='0'>
  74.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  75.     </controller>
  76.     <interface type='network'>
  77.       <mac address='52:54:00:b6:6a:88'/>
  78.       <source network='default'/>
  79.       <model type='rtl8139'/>
  80.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  81.     </interface>
  82.     <hostdev mode='subsystem' type='usb' managed='yes'>
  83.       <source>
  84.         <vendor id='0x046d'/>
  85.         <product id='0xc534'/>
  86.       </source>
  87.     </hostdev>
  88.     <hostdev mode='subsystem' type='pci' managed='yes'>
  89.       <source>
  90.         <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
  91.       </source>
  92.       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  93.     </hostdev>
  94.     <hostdev mode='subsystem' type='pci' managed='yes'>
  95.       <source>
  96.         <address domain='0x0000' bus='0x03' slot='0x00' function='0x1'/>
  97.       </source>
  98.       <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
  99.     </hostdev>
  100.     <memballoon model='virtio'>
  101.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  102.     </memballoon>
  103.   </devices>
  104. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement