Re: [PATCH 02/11] nEPT: Add EPT tables support to paging_tmpl.h

2013-05-03 Thread Nakajima, Jun
Thanks for the comments. This patch was mostly just mechanical rebase of the original patch, and I'm going to clean it up. On Thu, May 2, 2013 at 4:54 PM, Marcelo Tosatti mtosa...@redhat.com wrote: On Thu, Apr 25, 2013 at 11:43:22PM -0700, Jun Nakajima wrote: This is the first patch in a

Re: [PATCH 02/11] nEPT: Add EPT tables support to paging_tmpl.h

2013-05-02 Thread Marcelo Tosatti
On Thu, Apr 25, 2013 at 11:43:22PM -0700, Jun Nakajima wrote: This is the first patch in a series which adds nested EPT support to KVM's nested VMX. Nested EPT means emulating EPT for an L1 guest so that L1 can use EPT when running a nested guest L2. When L1 uses EPT, it allows the L2 guest to

Re: [PATCH 02/11] nEPT: Add EPT tables support to paging_tmpl.h

2013-04-29 Thread Paolo Bonzini
Il 26/04/2013 08:43, Jun Nakajima ha scritto: This is the first patch in a series which adds nested EPT support to KVM's nested VMX. Nested EPT means emulating EPT for an L1 guest so that L1 can use EPT when running a nested guest L2. When L1 uses EPT, it allows the L2 guest to set its own cr3

[PATCH 02/11] nEPT: Add EPT tables support to paging_tmpl.h

2013-04-26 Thread Jun Nakajima
This is the first patch in a series which adds nested EPT support to KVM's nested VMX. Nested EPT means emulating EPT for an L1 guest so that L1 can use EPT when running a nested guest L2. When L1 uses EPT, it allows the L2 guest to set its own cr3 and take its own page faults without either of L0