Re: [Xen-devel] [v3] nested EPT: fix the handling of nested EPT

2015-06-30 Thread Ian Campbell
On Tue, 2015-06-30 at 05:27 +0800, Liang Li wrote: > If the host EPT entry is changed, the nested EPT should be updated. > the current code does not do this, and it's wrong. > I have tested this patch, the L2 guest can boot and run as normal. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhan

[Xen-devel] [v3] nested EPT: fix the handling of nested EPT

2015-06-29 Thread Liang Li
If the host EPT entry is changed, the nested EPT should be updated. the current code does not do this, and it's wrong. I have tested this patch, the L2 guest can boot and run as normal. Signed-off-by: Liang Li Signed-off-by: Yang Zhang Reported-by: Tim Deegan Reviewed-by: Tim Deegan --- xen/a