Advertisement
Guest User

Untitled

a guest
Mar 30th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. [root@darkstar ~]# cat /etc/libvirt/qemu/Windows10.xml
  2. <!--
  3. WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
  4. OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  5. virsh edit Windows10
  6. or other application using the libvirt API.
  7. -->
  8.  
  9. <domain type='kvm'>
  10. <name>Windows10</name>
  11. <uuid>d0d45639-3039-40b9-a78e-cc66cd56a2d1</uuid>
  12. <title>Windows_10_vm</title>
  13. <description>Windows_10_vm</description>
  14. <memory unit='KiB'>8388608</memory>
  15. <currentMemory unit='KiB'>8388608</currentMemory>
  16. <vcpu placement='static'>8</vcpu>
  17. <resource>
  18. <partition>/machine</partition>
  19. </resource>
  20. <os>
  21. <type arch='x86_64' machine='pc-i440fx-2.10'>hvm</type>
  22. <loader readonly='yes' secure='no' type='rom'>/usr/share/ovmf/x64/OVMF_CODE.fd</loader>
  23. <nvram template='/usr/share/ovmf/x64/OVMF_VARS.fd'>/usr/share/ovmf/x64/OVMF_VARS.fd</nvram>
  24. <boot dev='hd'/>
  25. <boot dev='cdrom'/>
  26. <bootmenu enable='no'/>
  27. </os>
  28. <features>
  29. <acpi/>
  30. <apic/>
  31. <pae/>
  32. <hyperv>
  33. <vendor_id state='on' value='heyitsacpu'/>
  34. </hyperv>
  35. <kvm>
  36. <hidden state='on'/>
  37. </kvm>
  38. <vmport state='off'/>
  39. </features>
  40. <cpu mode='host-passthrough' check='full'>
  41. <topology sockets='8' cores='1' threads='1'/>
  42. </cpu>
  43. <clock offset='utc'>
  44. <timer name='rtc' tickpolicy='catchup'/>
  45. <timer name='pit' tickpolicy='delay'/>
  46. <timer name='hpet' present='no'/>
  47. <timer name='hypervclock' present='yes'/>
  48. </clock>
  49. <on_poweroff>destroy</on_poweroff>
  50. <on_reboot>restart</on_reboot>
  51. <on_crash>destroy</on_crash>
  52. <pm>
  53. <suspend-to-mem enabled='no'/>
  54. <suspend-to-disk enabled='no'/>
  55. </pm>
  56. <devices>
  57. <emulator>/usr/bin/qemu-system-x86_64</emulator>
  58. <disk type='block' device='disk'>
  59. <driver name='qemu' type='raw' cache='none'/>
  60. <source dev='/dev/sdb'/>
  61. <target dev='vda' bus='virtio'/>
  62. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  63. </disk>
  64. <controller type='usb' index='0' model='piix3-uhci'>
  65. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
  66. </controller>
  67. <controller type='pci' index='0' model='pci-root'/>
  68. <interface type='direct'>
  69. <mac address='00:00:00:00:00:01'/>
  70. <source dev='enp8s0f1' mode='bridge'/>
  71. <model type='virtio'/>
  72. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  73. </interface>
  74. <input type='mouse' bus='ps2'/>
  75. <input type='keyboard' bus='ps2'/>
  76. <graphics type='vnc' port='5901' autoport='no' listen='192.168.10.200' keymap='en-us'>
  77. <listen type='address' address='192.168.10.200'/>
  78. </graphics>
  79. <video>
  80. <model type='cirrus' vram='16384' heads='1' primary='yes'/>
  81. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  82. </video>
  83. <hostdev mode='subsystem' type='pci' managed='yes'>
  84. <source>
  85. <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
  86. </source>
  87. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  88. </hostdev>
  89. <hostdev mode='subsystem' type='pci' managed='yes'>
  90. <source>
  91. <address domain='0x0000' bus='0x06' slot='0x00' function='0x1'/>
  92. </source>
  93. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  94. </hostdev>
  95. <memballoon model='none'/>
  96. </devices>
  97. <seclabel type='dynamic' model='dac' relabel='yes'/>
  98. </domain>
  99. [root@darkstar ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement