Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. domain type='kvm'>
  2. <name>win7</name>
  3. <uuid>366d12d5-efea-4708-bbcc-da2d64497255</uuid>
  4. <memory unit='KiB'>2072576</memory>
  5. <currentMemory unit='KiB'>2072576</currentMemory>
  6. <vcpu placement='static'>2</vcpu>
  7. <os>
  8. <type arch='x86_64' machine='pc-i440fx-2.2'>hvm</type>
  9. <boot dev='hd'/>
  10. </os>
  11. <features>
  12. <acpi/>
  13. <apic/>
  14. <pae/>
  15. <hyperv>
  16. <relaxed state='on'/>
  17. <vapic state='on'/>
  18. <spinlocks state='on' retries='8191'/>
  19. </hyperv>
  20. </features>
  21. <cpu mode='custom' match='exact'>
  22. <model fallback='allow'>core2duo</model>
  23. </cpu>
  24. <clock offset='localtime'>
  25. <timer name='rtc' tickpolicy='catchup'/>
  26. <timer name='pit' tickpolicy='delay'/>
  27. <timer name='hpet' present='no'/>
  28. <timer name='hypervclock' present='yes'/>
  29. </clock>
  30. <on_poweroff>destroy</on_poweroff>
  31. <on_reboot>restart</on_reboot>
  32. <on_crash>restart</on_crash>
  33. <pm>
  34. <suspend-to-mem enabled='no'/>
  35. <suspend-to-disk enabled='no'/>
  36. </pm>
  37. <devices>
  38. <emulator>/usr/sbin/qemu-system-x86_64</emulator>
  39. <disk type='file' device='disk'>
  40. <driver name='qemu' type='qcow2' cache='writeback'/>
  41. <source file='/home/vladimir/media/Virtual/Win7.qcow2'/>
  42. <target dev='hda' bus='ide'/>
  43. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  44. </disk>
  45. <controller type='usb' index='0' model='ich9-ehci1'>
  46. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x7'/>
  47. </controller>
  48. <controller type='usb' index='0' model='ich9-uhci1'>
  49. <master startport='0'/>
  50. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0' multifunction='on'/>
  51. </controller>
  52. <controller type='usb' index='0' model='ich9-uhci2'>
  53. <master startport='2'/>
  54. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x1'/>
  55. </controller>
  56. <controller type='usb' index='0' model='ich9-uhci3'>
  57. <master startport='4'/>
  58. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/>
  59. </controller>
  60. <controller type='pci' index='0' model='pci-root'/>
  61. <controller type='ide' index='0'>
  62. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  63. </controller>
  64. <controller type='virtio-serial' index='0'>
  65. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  66. </controller>
  67. <interface type='network'>
  68. <mac address='52:54:00:6b:fd:a5'/>
  69. <source network='default'/>
  70. <model type='virtio'/>
  71. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  72. </interface>
  73. <serial type='pty'>
  74. <target port='0'/>
  75. </serial>
  76. <console type='pty'>
  77. <target type='serial' port='0'/>
  78. </console>
  79. <channel type='spicevmc'>
  80. <target type='virtio' name='com.redhat.spice.0'/>
  81. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  82. </channel>
  83. <input type='mouse' bus='ps2'/>
  84. <input type='keyboard' bus='ps2'/>
  85. <graphics type='spice' autoport='yes'/>
  86. <sound model='ich6'>
  87. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  88. </sound>
  89. <video>
  90. <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/>
  91. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  92. </video>
  93. <redirdev bus='usb' type='spicevmc'>
  94. </redirdev>
  95. <redirdev bus='usb' type='spicevmc'>
  96. </redirdev>
  97. <redirdev bus='usb' type='spicevmc'>
  98. </redirdev>
  99. <redirdev bus='usb' type='spicevmc'>
  100. </redirdev>
  101. <memballoon model='virtio'>
  102. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  103. </memballoon>
  104. </devices>
  105. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement