Advertisement
Guest User

Untitled

a guest
Oct 15th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 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 windows
  5. or other application using the libvirt API.
  6. -->
  7.  
  8. <domain type='kvm'>
  9. <name>windows</name>
  10. <uuid>c596459a-a429-7b90-4ec6-36dd24e2fa3c</uuid>
  11. <memory unit='KiB'>2097152</memory>
  12. <currentMemory unit='KiB'>2097152</currentMemory>
  13. <vcpu placement='static'>2</vcpu>
  14. <os>
  15. <type arch='x86_64' machine='pc-1.1'>hvm</type>
  16. <boot dev='hd'/>
  17. <bootmenu enable='no'/>
  18. </os>
  19. <features>
  20. <acpi/>
  21. <apic/>
  22. <pae/>
  23. </features>
  24. <cpu mode='custom' match='exact'>
  25. <model fallback='allow'>qemu32</model>
  26. </cpu>
  27. <clock offset='localtime'/>
  28. <on_poweroff>destroy</on_poweroff>
  29. <on_reboot>restart</on_reboot>
  30. <on_crash>restart</on_crash>
  31. <devices>
  32. <emulator>/usr/bin/qemu-kvm</emulator>
  33. <disk type='file' device='disk'>
  34. <driver name='qemu' type='raw' cache='writethrough' io='native'/>
  35. <source file='/opt/storage/image/windows.img'/>
  36. <target dev='vda' bus='virtio'/>
  37. <serial>1980</serial>
  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' cache='writeback'/>
  42. <source file='/opt/storage/iso/virtio-win-0.1-30.iso'/>
  43. <target dev='hda' bus='ide'/>
  44. <readonly/>
  45. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  46. </disk>
  47. <disk type='file' device='cdrom'>
  48. <driver name='qemu' type='raw' cache='writeback'/>
  49. <source file='/opt/storage/iso/ru_windows_7_professional_with_sp1_x86_dvd_u_677084.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'>
  55. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
  56. </controller>
  57. <controller type='ide' index='0'>
  58. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  59. </controller>
  60. <controller type='virtio-serial' index='0'>
  61. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  62. </controller>
  63. <controller type='scsi' index='0'>
  64. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  65. </controller>
  66. <interface type='network'>
  67. <mac address='52:54:00:8a:50:c2'/>
  68. <source network='int'/>
  69. <model type='virtio'/>
  70. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  71. </interface>
  72. <serial type='pty'>
  73. <target port='0'/>
  74. </serial>
  75. <console type='pty'>
  76. <target type='serial' port='0'/>
  77. </console>
  78. <channel type='spicevmc'>
  79. <target type='virtio' name='com.redhat.spice.0'/>
  80. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  81. </channel>
  82. <input type='tablet' bus='usb'/>
  83. <input type='mouse' bus='ps2'/>
  84. <graphics type='spice' autoport='yes' listen='0.0.0.0' keymap='en-us'>
  85. <listen type='address' address='0.0.0.0'/>
  86. </graphics>
  87. <sound model='ac97'>
  88. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  89. </sound>
  90. <video>
  91. <model type='qxl' vram='65536' heads='1'/>
  92. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  93. </video>
  94. <memballoon model='virtio'>
  95. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  96. </memballoon>
  97. </devices>
  98. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement