Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to restrict the handle

2017-03-27 Thread Andrew Cooper
On 27/03/2017 19:03, Julien Grall wrote: > Hi Andre, > > On 24/03/17 20:10, Andrew Cooper wrote: >> On 22/03/17 11:25, Paul Durrant wrote: >>> diff --git a/tools/libs/foreignmemory/libxenforeignmemory.map >>> b/tools/libs/foreignmemory/libxenforeignmemory.map >>> index df206b3..5c9806c 100644 >>> -

Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to restrict the handle

2017-03-27 Thread Julien Grall
Hi Andre, On 24/03/17 20:10, Andrew Cooper wrote: On 22/03/17 11:25, Paul Durrant wrote: diff --git a/tools/libs/foreignmemory/libxenforeignmemory.map b/tools/libs/foreignmemory/libxenforeignmemory.map index df206b3..5c9806c 100644 --- a/tools/libs/foreignmemory/libxenforeignmemory.map +++ b/t

Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to restrict the handle

2017-03-27 Thread Paul Durrant
;> Sent: 24 March 2017 20:24 > >> To: Andrew Cooper ; xen- > >> de...@lists.xenproject.org > >> Cc: Ian Jackson ; Julien Grall > >> ; Wei Liu > >> Subject: Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call > to > >> restrict the handle > &g

Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to restrict the handle

2017-03-27 Thread Andrew Cooper
c: Ian Jackson ; Julien Grall >> ; Wei Liu >> Subject: Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to >> restrict the handle >> >>> -Original Message- >>> From: Andrew Cooper >>> Sent: 24 March 2017 20:10 >>>

Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to restrict the handle

2017-03-27 Thread Paul Durrant
: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to > restrict the handle > > > -Original Message- > > From: Andrew Cooper > > Sent: 24 March 2017 20:10 > > To: Paul Durrant ; xen- > de...@lists.xenproject.org > > Cc: Wei Liu ; Ian Jack

Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to restrict the handle

2017-03-24 Thread Paul Durrant
> -Original Message- > From: Andrew Cooper > Sent: 24 March 2017 20:10 > To: Paul Durrant ; xen-de...@lists.xenproject.org > Cc: Wei Liu ; Ian Jackson ; > Julien Grall > Subject: Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to > restrict the handl

Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to restrict the handle

2017-03-24 Thread Andrew Cooper
On 22/03/17 11:25, Paul Durrant wrote: > diff --git a/tools/libs/foreignmemory/libxenforeignmemory.map > b/tools/libs/foreignmemory/libxenforeignmemory.map > index df206b3..5c9806c 100644 > --- a/tools/libs/foreignmemory/libxenforeignmemory.map > +++ b/tools/libs/foreignmemory/libxenforeignmemory.

Re: [Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to restrict the handle

2017-03-24 Thread Wei Liu
On Wed, Mar 22, 2017 at 11:25:25AM +, Paul Durrant wrote: > Commit 8ef5f344d061 "tools/libxendevicemodel: add a call to restrict the > handle" added a function to the devicemodel interface to restrict > operations through the API to a specific domain, where a capable under- > lying privcmd driv

[Xen-devel] [PATCH] tools/libxenforeignmemory: add a call to restrict the handle

2017-03-22 Thread Paul Durrant
Commit 8ef5f344d061 "tools/libxendevicemodel: add a call to restrict the handle" added a function to the devicemodel interface to restrict operations through the API to a specific domain, where a capable under- lying privcmd driver exists. This patch adds similar functionality to the xenforeignmem