RE: [PATCH v6 4/5] common/domain: add a domain context record for shared_info...

2020-05-28 Thread Durrant, Paul
> -Original Message- > From: Jan Beulich > Sent: 28 May 2020 10:42 > To: Paul Durrant > Cc: xen-devel@lists.xenproject.org; Durrant, Paul ; > Ian Jackson > ; Wei Liu ; Andrew Cooper > ; George > Dunlap ; Julien Grall ; Stefano > Stabellini > > Subject: RE: [EXTERNAL] [PATCH v6 4/5]

Re: [PATCH v6 4/5] common/domain: add a domain context record for shared_info...

2020-05-28 Thread Jan Beulich
On 27.05.2020 19:34, Paul Durrant wrote: > @@ -1649,6 +1650,75 @@ int continue_hypercall_on_cpu( > return 0; > } > > +static int save_shared_info(const struct domain *d, struct domain_context *c, > +bool dry_run) > +{ > +struct domain_shared_info_context

Re: [PATCH v6 4/5] common/domain: add a domain context record for shared_info...

2020-05-28 Thread Julien Grall
Hi Paul, On 27/05/2020 18:34, Paul Durrant wrote: From: Paul Durrant ... and update xen-domctx to dump some information describing the record. NOTE: The domain may or may not be using the embedded vcpu_info array so ultimately separate context records will be added for vcpu_info when