最近在玩这个,ubuntu 12.04 server, 内核版本linux-3.2.0,
一个内核没装xen,跑了个kvm的虚拟机vm1(linux已经内核支持KVM)
另一个内核中添加xen4.1.2, 并安装了xen-hypervisor-amd64,跑了个xen的虚拟机vm2;但在这个内核里可以通过命令
virsh -c qemu:///system
可以打开qemu, 但每次通过命令start vm1去启动KVM虚拟机时,报错如下:
error: Failed to start domain vm1
error: internal error process exited while connecting to monitor: Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
No accelerator found!
请问如果在支持xen的内核中就不能跑kvm虚拟机?有什么办法让XEN和KVM虚拟机同时运行?
一个内核没装xen,跑了个kvm的虚拟机vm1(linux已经内核支持KVM)
另一个内核中添加xen4.1.2, 并安装了xen-hypervisor-amd64,跑了个xen的虚拟机vm2;但在这个内核里可以通过命令
virsh -c qemu:///system
可以打开qemu, 但每次通过命令start vm1去启动KVM虚拟机时,报错如下:
error: Failed to start domain vm1
error: internal error process exited while connecting to monitor: Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
No accelerator found!
请问如果在支持xen的内核中就不能跑kvm虚拟机?有什么办法让XEN和KVM虚拟机同时运行?
