Re: [Xen-devel] [PATCH v1 Altp2m cleanup 0/3] Cleaning up altp2m code

2016-06-22 Thread Lai, Paul C
Jan: Ok... adding back xen-devel. Thanks for the pointer to the thread. I'm looking at the existing Xen code and the changes mentioned by George (and supported by Tim) are already in. The patch suggested by George is http://lists.xenproject.org/archives/html/xen-devel/2015-07/txtEYYYL6ATei.t

Re: [Xen-devel] [PATCH v1 Altp2m cleanup 0/3] Cleaning up altp2m code

2016-06-22 Thread Jan Beulich
>>> On 21.06.16 at 18:04, wrote: > Cleaning up altp2m code per request of xen-devel mailing list. > > Paul Lai (3): > altp2m cleanup work > Move altp2m specific functions to altp2m files. > Making altp2m struct dynamically allocated. Much appreciated. But having peeked into patch 1 (as the

[Xen-devel] [PATCH v1 Altp2m cleanup 0/3] Cleaning up altp2m code

2016-06-21 Thread Paul Lai
Cleaning up altp2m code per request of xen-devel mailing list. Paul Lai (3): altp2m cleanup work Move altp2m specific functions to altp2m files. Making altp2m struct dynamically allocated. xen/arch/x86/hvm/hvm.c| 41 ++-- xen/arch/x86/hvm/vmx/vmx.c| 2 +- x