Re: [Xen-devel] [PATCH v5 2/3] x86/altp2m: Add a hvmop for setting the suppress #VE bit

2018-09-23 Thread Razvan Cojocaru
On 9/23/18 7:33 PM, George Dunlap wrote: > Sorry, looks like this may not have gone through. > -G > On Thu, Sep 20, 2018 at 5:08 PM George Dunlap > wrote: >> >> On Thu, Sep 20, 2018 at 4:53 PM Razvan Cojocaru >> wrote: >>> >>> On 9/20/18 2:34 PM, George Dunlap wrote: > +int p2m_set_suppress

Re: [Xen-devel] [PATCH v5 2/3] x86/altp2m: Add a hvmop for setting the suppress #VE bit

2018-09-23 Thread George Dunlap
Sorry, looks like this may not have gone through. -G On Thu, Sep 20, 2018 at 5:08 PM George Dunlap wrote: > > On Thu, Sep 20, 2018 at 4:53 PM Razvan Cojocaru > wrote: > > > > On 9/20/18 2:34 PM, George Dunlap wrote: > > >> +int p2m_set_suppress_ve(struct domain *d, gfn_t gfn, bool suppress_ve, >

Re: [Xen-devel] [PATCH v5 2/3] x86/altp2m: Add a hvmop for setting the suppress #VE bit

2018-09-20 Thread Razvan Cojocaru
On 9/20/18 2:34 PM, George Dunlap wrote: >> +int p2m_set_suppress_ve(struct domain *d, gfn_t gfn, bool suppress_ve, >> +unsigned int altp2m_idx) > This should clearly be in p2m.c, and... > >> +{ >> +struct p2m_domain *host_p2m = p2m_get_hostp2m(d); >> +struct p2m_do

Re: [Xen-devel] [PATCH v5 2/3] x86/altp2m: Add a hvmop for setting the suppress #VE bit

2018-09-20 Thread Razvan Cojocaru
On 9/20/18 2:34 PM, George Dunlap wrote: > On 09/03/2018 04:48 PM, Adrian Pop wrote: >> Introduce a new hvmop, HVMOP_altp2m_set_suppress_ve, which allows a >> domain to change the value of the #VE suppress bit for a page. >> >> Add a libxc wrapper for invoking this hvmop. >> >> Signed-off-by: Adria

Re: [Xen-devel] [PATCH v5 2/3] x86/altp2m: Add a hvmop for setting the suppress #VE bit

2018-09-20 Thread George Dunlap
On 09/03/2018 04:48 PM, Adrian Pop wrote: > Introduce a new hvmop, HVMOP_altp2m_set_suppress_ve, which allows a > domain to change the value of the #VE suppress bit for a page. > > Add a libxc wrapper for invoking this hvmop. > > Signed-off-by: Adrian Pop > Acked-by: Wei Liu > Acked-by: Tamas K

[Xen-devel] [PATCH v5 2/3] x86/altp2m: Add a hvmop for setting the suppress #VE bit

2018-09-03 Thread Adrian Pop
Introduce a new hvmop, HVMOP_altp2m_set_suppress_ve, which allows a domain to change the value of the #VE suppress bit for a page. Add a libxc wrapper for invoking this hvmop. Signed-off-by: Adrian Pop Acked-by: Wei Liu Acked-by: Tamas K Lengyel --- Changes in v5: - remove the "set_" from stru