Re: [Xen-devel] [PATCH v5 04/15] argo: init, destroy and soft-reset, with enable command line opt

2019-01-31 Thread Jan Beulich
>>> On 31.01.19 at 05:06, wrote: > On Mon, Jan 21, 2019 at 9:55 AM Roger Pau Monné wrote: >> On Mon, Jan 21, 2019 at 01:59:44AM -0800, Christopher Clark wrote: >> > +static void >> > +pending_remove_all(const struct domain *d, struct argo_ring_info >> > *ring_info) >> > +{ >> > +struct list_

Re: [Xen-devel] [PATCH v5 04/15] argo: init, destroy and soft-reset, with enable command line opt

2019-01-30 Thread Christopher Clark
On Mon, Jan 21, 2019 at 9:55 AM Roger Pau Monné wrote: > > On Mon, Jan 21, 2019 at 01:59:44AM -0800, Christopher Clark wrote: > > Initialises basic data structures and performs teardown of argo state > > for domain shutdown. > > > > Inclusion of the Argo implementation is dependent on CONFIG_ARGO.

Re: [Xen-devel] [PATCH v5 04/15] argo: init, destroy and soft-reset, with enable command line opt

2019-01-21 Thread Roger Pau Monné
On Mon, Jan 21, 2019 at 01:59:44AM -0800, Christopher Clark wrote: > Initialises basic data structures and performs teardown of argo state > for domain shutdown. > > Inclusion of the Argo implementation is dependent on CONFIG_ARGO. > > Introduces a new Xen command line parameter 'argo': bool to e

[Xen-devel] [PATCH v5 04/15] argo: init, destroy and soft-reset, with enable command line opt

2019-01-21 Thread Christopher Clark
Initialises basic data structures and performs teardown of argo state for domain shutdown. Inclusion of the Argo implementation is dependent on CONFIG_ARGO. Introduces a new Xen command line parameter 'argo': bool to enable/disable the argo hypercall. Defaults to disabled. New headers: public/