Re: [Xen-devel] [PATCH v6 10/15] x86/altp2m: add remaining support routines.

2015-07-21 Thread Sahita, Ravi
>From: George Dunlap [mailto:george.dun...@citrix.com] >Sent: Tuesday, July 21, 2015 6:19 AM > >On 07/21/2015 12:58 AM, Ed White wrote: >> Add the remaining routines required to support enabling the alternate >> p2m functionality. >> >> Signed-off-by: Ed White >> >> Reviewed-by: Andrew Cooper >>

Re: [Xen-devel] [PATCH v6 10/15] x86/altp2m: add remaining support routines.

2015-07-21 Thread George Dunlap
On 07/21/2015 12:58 AM, Ed White wrote: > Add the remaining routines required to support enabling the alternate > p2m functionality. > > Signed-off-by: Ed White > > Reviewed-by: Andrew Cooper > --- > xen/arch/x86/hvm/hvm.c | 58 +- > xen/arch/x86/mm/hap/Makefile | 1 + > x

[Xen-devel] [PATCH v6 10/15] x86/altp2m: add remaining support routines.

2015-07-20 Thread Ed White
Add the remaining routines required to support enabling the alternate p2m functionality. Signed-off-by: Ed White Reviewed-by: Andrew Cooper --- xen/arch/x86/hvm/hvm.c | 58 +- xen/arch/x86/mm/hap/Makefile | 1 + xen/arch/x86/mm/hap/altp2m_hap.c | 98 ++ xen/arch/x