Re: [Xen-devel] [PATCH] common/mem_access: merged mem_access setting interfaces

2017-03-16 Thread Razvan Cojocaru
On 03/16/2017 08:10 PM, Tamas K Lengyel wrote: > > > diff --git a/xen/include/public/memory.h b/xen/include/public/memory.h > index 6eee0c8..ca53a0c 100644 > --- a/xen/include/public/memory.h > +++ b/xen/include/public/memory.h > @@ -444,6 +444,8 @@ struct xen_mem_access_op {

Re: [Xen-devel] [PATCH] common/mem_access: merged mem_access setting interfaces

2017-03-16 Thread Tamas K Lengyel
On Thu, Mar 16, 2017 at 12:33 PM, Razvan Cojocaru wrote: > On 03/16/2017 08:10 PM, Tamas K Lengyel wrote: > > > > > > diff --git a/xen/include/public/memory.h > b/xen/include/public/memory.h > > index 6eee0c8..ca53a0c 100644 > > --- a/xen/include/public/memory.h > > +++ b/xen/incl

Re: [Xen-devel] [PATCH] common/mem_access: merged mem_access setting interfaces

2017-03-16 Thread Tamas K Lengyel
diff --git a/xen/include/public/memory.h b/xen/include/public/memory.h > index 6eee0c8..ca53a0c 100644 > --- a/xen/include/public/memory.h > +++ b/xen/include/public/memory.h > @@ -444,6 +444,8 @@ struct xen_mem_access_op { > /* xenmem_access_t */ > uint8_t access; > domid_t domid; >

Re: [Xen-devel] [PATCH] common/mem_access: merged mem_access setting interfaces

2017-03-16 Thread Wei Liu
On Thu, Mar 16, 2017 at 02:32:07PM +0200, Razvan Cojocaru wrote: > xc_altp2m_set_mem_access() and xc_set_mem_access() end up doing the same thing > in the hypervisor, but the former is a HVMOP and the latter a DOMCTL. Since > nobody is currently using, or has stated intent to use, this functionalit

[Xen-devel] [PATCH] common/mem_access: merged mem_access setting interfaces

2017-03-16 Thread Razvan Cojocaru
xc_altp2m_set_mem_access() and xc_set_mem_access() end up doing the same thing in the hypervisor, but the former is a HVMOP and the latter a DOMCTL. Since nobody is currently using, or has stated intent to use, this functionality specifically as an HVMOP, this patch removes the HVMOP while adding a