Re: [Xen-devel] [PATCH v7 07/15] argo: implement the register op

2019-02-03 Thread Christopher Clark
n Thu, Jan 31, 2019 at 8:19 AM Roger Pau Monné wrote: > > On Wed, Jan 30, 2019 at 08:28:12PM -0800, Christopher Clark wrote: > > The register op is used by a domain to register a region of memory for > > receiving messages from either a specified other domain, or, if specifying a > > wildcard, any

Re: [Xen-devel] [PATCH v7 07/15] argo: implement the register op

2019-01-31 Thread Roger Pau Monné
On Wed, Jan 30, 2019 at 08:28:12PM -0800, Christopher Clark wrote: > The register op is used by a domain to register a region of memory for > receiving messages from either a specified other domain, or, if specifying a > wildcard, any domain. > > This operation creates a mapping within Xen's priva

[Xen-devel] [PATCH v7 07/15] argo: implement the register op

2019-01-30 Thread Christopher Clark
The register op is used by a domain to register a region of memory for receiving messages from either a specified other domain, or, if specifying a wildcard, any domain. This operation creates a mapping within Xen's private address space that will remain resident for the lifetime of the ring. In s