Advertisement
Guest User

Untitled

a guest
Feb 11th, 2018
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. virsh # dumpxml Windows-10
  2. <domain type='kvm'>
  3. <name>Windows-10</name>
  4. <uuid>86fd2b79-6ecc-460b-9881-f1fbed845d99</uuid>
  5. <memory unit='KiB'>16384000</memory>
  6. <currentMemory unit='KiB'>16384000</currentMemory>
  7. <vcpu placement='static'>8</vcpu>
  8. <os>
  9. <type arch='x86_64' machine='pc-i440fx-2.9'>hvm</type>
  10. <loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
  11. <nvram>/var/lib/libvirt/qemu/nvram/Windows-10_VARS.fd</nvram>
  12. <boot dev='hd'/>
  13. </os>
  14. <features>
  15. <acpi/>
  16. <apic/>
  17. <hyperv>
  18. <relaxed state='on'/>
  19. <vapic state='on'/>
  20. <spinlocks state='on' retries='8191'/>
  21. </hyperv>
  22. <vmport state='off'/>
  23. </features>
  24. <cpu mode='host-model' check='partial'>
  25. <model fallback='allow'/>
  26. </cpu>
  27. <clock offset='localtime'>
  28. <timer name='rtc' tickpolicy='catchup'/>
  29. <timer name='pit' tickpolicy='delay'/>
  30. <timer name='hpet' present='no'/>
  31. <timer name='hypervclock' present='yes'/>
  32. </clock>
  33. <on_poweroff>destroy</on_poweroff>
  34. <on_reboot>restart</on_reboot>
  35. <on_crash>destroy</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'/>
  44. <source file='/home/kevin/Documents/Domains/vdisk1small.qcow2'/>
  45. <target dev='vda' bus='virtio'/>
  46. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  47. </disk>
  48. <controller type='usb' index='0' model='nec-xhci'>
  49. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  50. </controller>
  51. <controller type='pci' index='0' model='pci-root'/>
  52. <controller type='virtio-serial' index='0'>
  53. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  54. </controller>
  55. <serial type='pty'>
  56. <target port='0'/>
  57. </serial>
  58. <console type='pty'>
  59. <target type='serial' port='0'/>
  60. </console>
  61. <channel type='spicevmc'>
  62. <target type='virtio' name='com.redhat.spice.0'/>
  63. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  64. </channel>
  65. <input type='tablet' bus='usb'>
  66. <address type='usb' bus='0' port='1'/>
  67. </input>
  68. <input type='mouse' bus='ps2'/>
  69. <input type='keyboard' bus='ps2'/>
  70. <sound model='ich6'>
  71. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  72. </sound>
  73. <hostdev mode='subsystem' type='pci' managed='yes'>
  74. <source>
  75. <address domain='0x0000' bus='0x41' slot='0x00' function='0x0'/>
  76. </source>
  77. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  78. </hostdev>
  79. <hostdev mode='subsystem' type='pci' managed='yes'>
  80. <source>
  81. <address domain='0x0000' bus='0x41' slot='0x00' function='0x1'/>
  82. </source>
  83. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  84. </hostdev>
  85. <memballoon model='virtio'>
  86. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  87. </memballoon>
  88. </devices>
  89. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement