Re: [Xen-devel] [PATCH 05/25] argo: Add initial argo_init and argo_destroy

2018-12-13 Thread Jan Beulich
>>> On 01.12.18 at 02:32, wrote: > --- /dev/null > +++ b/xen/include/public/argo.h > @@ -0,0 +1,55 @@ > +/** > + * Argo : Hypervisor-Mediated data eXchange > + * > + * Derived from v4v, the version 2 of v2v. > + * > + * Co

Re: [Xen-devel] [PATCH 05/25] argo: Add initial argo_init and argo_destroy

2018-12-04 Thread Paul Durrant
> -Original Message- > From: Christopher Clark [mailto:christopher.w.cl...@gmail.com] > Sent: 01 December 2018 01:33 > To: xen-devel@lists.xenproject.org > Cc: Andrew Cooper ; George Dunlap > ; Ian Jackson ; Jan > Beulich ; Julien Grall ; Konrad > Rzeszutek Wilk ; Paul Durrant > ; Stefano S

[Xen-devel] [PATCH 05/25] argo: Add initial argo_init and argo_destroy

2018-11-30 Thread Christopher Clark
Initialises basic data structures and performs teardown of argo state for domain shutdown. Introduces headers: with definions of addresses and ring structure, including indexes for atomic update for communication between domain and hypervisor, and to support hooking init and destroy into d