Re: [Xen-devel] [PATCH v2] x86/MM: Introduce a p2m class.

2015-02-06 Thread Andrew Cooper
On 06/02/15 18:24, Ed White wrote: > On 02/06/2015 10:17 AM, Andrew Cooper wrote: >> On 06/02/15 18:12, Ed White wrote: >>> On 01/30/2015 02:32 AM, Andrew Cooper wrote: On 30/01/15 00:43, Ed White wrote: > Use the class to differentiate between host and nested p2m's, and > potentially

Re: [Xen-devel] [PATCH v2] x86/MM: Introduce a p2m class.

2015-02-06 Thread Ed White
On 02/06/2015 10:17 AM, Andrew Cooper wrote: > On 06/02/15 18:12, Ed White wrote: >> On 01/30/2015 02:32 AM, Andrew Cooper wrote: >>> On 30/01/15 00:43, Ed White wrote: Use the class to differentiate between host and nested p2m's, and potentially other classes in the future. Fix

Re: [Xen-devel] [PATCH v2] x86/MM: Introduce a p2m class.

2015-02-06 Thread David Vrabel
On 06/02/15 18:12, Ed White wrote: > On 01/30/2015 02:32 AM, Andrew Cooper wrote: >> On 30/01/15 00:43, Ed White wrote: >>> Use the class to differentiate between host and nested p2m's, and >>> potentially other classes in the future. >>> >>> Fix p2m class checks that implicitly assume nested and h

Re: [Xen-devel] [PATCH v2] x86/MM: Introduce a p2m class.

2015-02-06 Thread Andrew Cooper
On 06/02/15 18:12, Ed White wrote: > On 01/30/2015 02:32 AM, Andrew Cooper wrote: >> On 30/01/15 00:43, Ed White wrote: >>> Use the class to differentiate between host and nested p2m's, and >>> potentially other classes in the future. >>> >>> Fix p2m class checks that implicitly assume nested and h

Re: [Xen-devel] [PATCH v2] x86/MM: Introduce a p2m class.

2015-02-06 Thread Ed White
On 01/30/2015 02:32 AM, Andrew Cooper wrote: > On 30/01/15 00:43, Ed White wrote: >> Use the class to differentiate between host and nested p2m's, and >> potentially other classes in the future. >> >> Fix p2m class checks that implicitly assume nested and host are >> the only two classes that will

Re: [Xen-devel] [PATCH v2] x86/MM: Introduce a p2m class.

2015-01-30 Thread Andrew Cooper
On 30/01/15 00:43, Ed White wrote: > Use the class to differentiate between host and nested p2m's, and > potentially other classes in the future. > > Fix p2m class checks that implicitly assume nested and host are > the only two classes that will ever exist. > > Signed-off-by: Ed White > Acked-by: