Re: [Xen-devel] [PATCH 03/11] x86/HVM: Hardware alternate p2m support detection.

2015-01-15 Thread Tim Deegan
At 13:26 -0800 on 09 Jan (1420806393), Ed White wrote: > As implemented here, only supported on platforms with VMX HAP. This patch, I think, is where we could have an off-by-default feature option to disable all this new code until it's stable. There must also be some way for the toolstack to fin

Re: [Xen-devel] [PATCH 03/11] x86/HVM: Hardware alternate p2m support detection.

2015-01-12 Thread Ed White
On 01/12/2015 09:08 AM, Andrew Cooper wrote: > On 09/01/15 21:26, Ed White wrote: >> As implemented here, only supported on platforms with VMX HAP. >> >> Signed-off-by: Ed White >> --- >> xen/arch/x86/hvm/hvm.c| 8 >> xen/arch/x86/hvm/vmx/vmx.c| 1 + >> xen/include/asm-x86/hv

Re: [Xen-devel] [PATCH 03/11] x86/HVM: Hardware alternate p2m support detection.

2015-01-12 Thread Andrew Cooper
On 09/01/15 21:26, Ed White wrote: > As implemented here, only supported on platforms with VMX HAP. > > Signed-off-by: Ed White > --- > xen/arch/x86/hvm/hvm.c| 8 > xen/arch/x86/hvm/vmx/vmx.c| 1 + > xen/include/asm-x86/hvm/hvm.h | 6 ++ > 3 files changed, 15 insertions(+

[Xen-devel] [PATCH 03/11] x86/HVM: Hardware alternate p2m support detection.

2015-01-09 Thread Ed White
As implemented here, only supported on platforms with VMX HAP. Signed-off-by: Ed White --- xen/arch/x86/hvm/hvm.c| 8 xen/arch/x86/hvm/vmx/vmx.c| 1 + xen/include/asm-x86/hvm/hvm.h | 6 ++ 3 files changed, 15 insertions(+) diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/