Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. --- win10-2.xml 2018-01-17 19:42:17.576846533 -0500
  2. +++ win10.xml 2018-01-17 20:32:08.300033037 -0500
  3. @@ -1,20 +1,20 @@
  4. <!--
  5. WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
  6. OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  7. - virsh edit win10-2
  8. + virsh edit win10
  9. or other application using the libvirt API.
  10. -->
  11.  
  12. <domain type='kvm'>
  13. - <name>win10-2</name>
  14. - <uuid>b6d5cf57-38db-4679-ad4d-12a23d593990</uuid>
  15. + <name>win10</name>
  16. + <uuid>36392348-7fa6-4124-a983-353dcf907e76</uuid>
  17. <memory unit='KiB'>12582912</memory>
  18. <currentMemory unit='KiB'>12582912</currentMemory>
  19. <vcpu placement='static'>6</vcpu>
  20. <os>
  21. <type arch='x86_64' machine='pc-i440fx-2.10'>hvm</type>
  22. <loader readonly='yes' type='pflash'>/usr/share/ovmf/ovmf_code_x64.bin</loader>
  23. - <nvram>/var/lib/libvirt/qemu/nvram/win10-2_VARS.fd</nvram>
  24. + <nvram>/var/lib/libvirt/qemu/nvram/win10_VARS.fd</nvram>
  25. </os>
  26. <features>
  27. <acpi/>
  28. @@ -30,8 +30,13 @@
  29. </kvm>
  30. <vmport state='off'/>
  31. </features>
  32. - <cpu mode='host-passthrough' check='none'/>
  33. - <clock offset='localtime'>
  34. + <cpu mode='host-passthrough' check='none'>
  35. + <topology sockets='1' cores='6' threads='1'/>
  36. + <cache mode='passthrough'/>
  37. + <feature policy='disable' name='hypervisor'/>
  38. + <feature policy='disable' name='smep'/>
  39. + </cpu>
  40. + <clock offset='utc'>
  41. <timer name='rtc' tickpolicy='catchup'/>
  42. <timer name='pit' tickpolicy='delay'/>
  43. <timer name='hpet' present='no'/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement