[root@localhost log]# virsh list --all
Id Name State
----------------------------------------------------
3 哈哈 paused
[root@localhost log]#
[root@localhost log]# virsh resume 哈哈
error: Failed to resume domain 哈哈
error: internal error: unable to execute QEMU command 'cont': Resetting the Virtual Machine is required
[root@localhost log]#
日志路径
[root@localhost /]# cat usr/local/var/log/libvirt/qemu/哈哈.log
KVM: entry failed, hardware error 0x7
虚拟化嵌套时注意CPU模式问题
kvm64
After changing the cpu model to Nehalem, Penryn or Conroe, this problem disappears.