Advertisement
Guest User

Untitled

a guest
May 28th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. root@neutrino:~# cat cpucaps.xml
  2. <cpu match='exact'>
  3. <arch>x86_64</arch>
  4. <model fallback='allow'>core2duo</model>
  5. <vendor>Intel</vendor>
  6. <topology sockets='2' cores='1' threads='1'/>
  7. <feature policy='enable' name='de'/>
  8. <feature policy='enable' name='tsc'/>
  9. <feature policy='enable' name='msr'/>
  10. <feature policy='enable' name='pae'/>
  11. <feature policy='enable' name='mce'/>
  12. <feature policy='enable' name='cx8'/>
  13. <feature policy='enable' name='acpi'/>
  14. <feature policy='enable' name='sep'/>
  15. <feature policy='enable' name='mtrr'/>
  16. <feature policy='enable' name='mca'/>
  17. <feature policy='enable' name='cmov'/>
  18. <feature policy='enable' name='pat'/>
  19. <feature policy='enable' name='cflush'/>
  20. <feature policy='enable' name='mmx'/>
  21. <feature policy='enable' name='ss3'/>
  22. <feature policy='enable' name='sse2'/>
  23. <feature policy='enable' name='ss'/>
  24. <feature policy='enable' name='ht'/>
  25. <feature policy='enable' name='syscall'/>
  26. <feature policy='enable' name='nx'/>
  27. <feature policy='enable' name='lm'/>
  28. <feature policy='enable' name='lahf_lm'/>
  29. </cpu>
  30. root@neutrino:~# virsh cpu-compare cpucaps.xml
  31. error: Failed to compare host CPU with cpucaps.xml
  32. error: this function is not supported by the connection driver: virConnectCompareCPU
  33.  
  34. root@neutrino:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement