Re: [Xen-devel] [PATCH v3 08/13] x86/altp2m: add control of suppress_ve.

2015-07-03 Thread Andrew Cooper
On 01/07/15 19:09, Ed White wrote: > The existing ept_set_entry() and ept_get_entry() routines are extended > to optionally set/get suppress_ve and renamed. New ept_set_entry() and > ept_get_entry() routines are provided as wrappers, where set preserves > suppress_ve for an existing entry and sets

[Xen-devel] [PATCH v3 08/13] x86/altp2m: add control of suppress_ve.

2015-07-01 Thread Ed White
The existing ept_set_entry() and ept_get_entry() routines are extended to optionally set/get suppress_ve and renamed. New ept_set_entry() and ept_get_entry() routines are provided as wrappers, where set preserves suppress_ve for an existing entry and sets it for a new entry. Additional function po