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

2020-05-28 Thread Durrant, Paul
ubject: RE: [EXTERNAL] [PATCH v6 4/5] common/domain: add a domain context > record for shared_info... > > CAUTION: This email originated from outside of the organization. Do not click > links or open > attachments unless you can confirm the sender and know the content is safe.

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

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

2020-05-27 Thread Paul Durrant
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 this becomes necessary. Signed-off-by: Paul