Advertisement
Guest User

Untitled

a guest
Jul 13th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. Unable to complete install: 'internal error: qemu unexpectedly closed the monitor: warning: host doesn't support requested feature: CPUID.01H:EDX.ht [bit 28]
  2. warning: host doesn't support requested feature: CPUID.01H:ECX.osxsave [bit 27]
  3. warning: host doesn't support requested feature: CPUID.80000001H:ECX.extapic [bit 3]
  4. warning: host doesn't support requested feature: CPUID.80000001H:ECX.skinit [bit 12]
  5. warning: host doesn't support requested feature: CPUID.80000001H:ECX.wdt [bit 13]
  6. warning: host doesn't support requested feature: CPUID.80000001H:ECX.tce [bit 17]
  7. warning: host doesn't support requested feature: CPUID.80000001H:ECX.topoext [bit 22]
  8. warning: host doesn't support requested feature: CPUID.80000001H:ECX.perfctr-core [bit 23]
  9. warning: host doesn't support requested feature: CPUID.80000001H:ECX.perfctr-nb [bit 24]
  10. warning: host doesn't support requested feature: CPUID.01H:EDX.ht [bit 28]
  11. warning: host doesn't support requested feature: CPUID.01H:ECX.osxsave [bit 27]
  12. warning: host doesn't support requested feature: CPUID.80000001H:ECX.extap'
  13.  
  14. Traceback (most recent call last):
  15. File "/usr/share/virt-manager/virtManager/asyncjob.py", line 90, in cb_wrapper
  16. callback(asyncjob, *args, **kwargs)
  17. File "/usr/share/virt-manager/virtManager/create.py", line 2277, in _do_async_install
  18. guest.start_install(meter=meter)
  19. File "/usr/share/virt-manager/virtinst/guest.py", line 501, in start_install
  20. noboot)
  21. File "/usr/share/virt-manager/virtinst/guest.py", line 416, in _create_guest
  22. dom = self.conn.createLinux(start_xml or final_xml, 0)
  23. File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3491, in createLinux
  24. if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
  25. libvirtError: internal error: qemu unexpectedly closed the monitor: warning: host doesn't support requested feature: CPUID.01H:EDX.ht [bit 28]
  26. warning: host doesn't support requested feature: CPUID.01H:ECX.osxsave [bit 27]
  27. warning: host doesn't support requested feature: CPUID.80000001H:ECX.extapic [bit 3]
  28. warning: host doesn't support requested feature: CPUID.80000001H:ECX.skinit [bit 12]
  29. warning: host doesn't support requested feature: CPUID.80000001H:ECX.wdt [bit 13]
  30. warning: host doesn't support requested feature: CPUID.80000001H:ECX.tce [bit 17]
  31. warning: host doesn't support requested feature: CPUID.80000001H:ECX.topoext [bit 22]
  32. warning: host doesn't support requested feature: CPUID.80000001H:ECX.perfctr-core [bit 23]
  33. warning: host doesn't support requested feature: CPUID.80000001H:ECX.perfctr-nb [bit 24]
  34. warning: host doesn't support requested feature: CPUID.01H:EDX.ht [bit 28]
  35. warning: host doesn't support requested feature: CPUID.01H:ECX.osxsave [bit 27]
  36. warning: host doesn't support requested feature: CPUID.80000001H:ECX.extap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement