Re: [Xen-devel] [PATCH 06/18] xen: add grant table interface for XenDevice-s

2018-12-05 Thread Paul Durrant
> -Original Message- > From: Anthony PERARD [mailto:anthony.per...@citrix.com] > Sent: 03 December 2018 15:46 > To: Paul Durrant > Cc: qemu-bl...@nongnu.org; qemu-de...@nongnu.org; xen- > de...@lists.xenproject.org; Stefano Stabellini > Subject: Re: [PATCH 06/18] xen: add grant table inte

Re: [Xen-devel] [PATCH 06/18] xen: add grant table interface for XenDevice-s

2018-12-03 Thread Anthony PERARD
On Wed, Nov 21, 2018 at 03:11:59PM +, Paul Durrant wrote: > The legacy PV backend infrastructure provides functions to map, unmap and > copy pages granted by frontends. Similar functionality will be required > by XenDevice implementations so this patch adds the necessary support. > > Signed-of