Re: nested migration issues

2013-08-27 Thread Kashyap Chamarthy
On Tue, Aug 27, 2013 at 2:48 PM, Jan Kiszka wrote: > On 2013-08-27 10:29, 缪天翔 wrote: >> Hi all >> >> I am doing a research project similar to "Turtles" using the nested >> vmx feature of kvm. In detail, I launch a guest kvm (donated as L1) on >> the underlying kvm (donated as L0) and then set up a

Re: nested migration issues

2013-08-27 Thread Nadav Har'El
On Tue, Aug 27, 2013, Jan Kiszka wrote about "Re: nested migration issues": > > Can anybody tell me whether kvm supports this kind of nested migration > > or anybody is working on the relating field? > > No, KVM does not support migration while nested VMX (or SVM) is

Re: nested migration issues

2013-08-27 Thread Jan Kiszka
On 2013-08-27 10:29, 缪天翔 wrote: > Hi all > > I am doing a research project similar to "Turtles" using the nested > vmx feature of kvm. In detail, I launch a guest kvm (donated as L1) on > the underlying kvm (donated as L0) and then set up a nested guest > (donated as L2) upon the L1 guest kvm. >

nested migration issues

2013-08-27 Thread 缪天翔
Hi all I am doing a research project similar to "Turtles" using the nested vmx feature of kvm. In detail, I launch a guest kvm (donated as L1) on the underlying kvm (donated as L0) and then set up a nested guest (donated as L2) upon the L1 guest kvm. The problem I come up with is that I want to m