er' ; 'George Dunlap'
>> ; 'Julien
>> Grall' ; 'Stefano Stabellini' ;
>> 'Roger Pau Monné'
>>
>> Subject: Re: [EXTERNAL] [PATCH v7 8/9] x86/time: add a domain context record
>> for tsc_info...
>>
>> On 2
27; ; 'Stefano Stabellini' ;
> 'Roger Pau Monné'
>
> Subject: Re: [EXTERNAL] [PATCH v7 8/9] x86/time: add a domain context record
> for tsc_info...
>
> On 28.08.2020 13:08, Paul Durrant wrote:
> >> -Original Message-
> >> From: J
> ; George
>> Dunlap ; Julien Grall ; Stefano
>> Stabellini
>> ; Roger Pau Monné
>> Subject: RE: [EXTERNAL] [PATCH v7 8/9] x86/time: add a domain context record
>> for tsc_info...
>>
>> CAUTION: This email originated from outside of the organization. Do
; Roger Pau Monné
> Subject: RE: [EXTERNAL] [PATCH v7 8/9] x86/time: add a domain context record
> for tsc_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
On 18.08.2020 12:30, Paul Durrant wrote:
> --- a/xen/include/public/save.h
> +++ b/xen/include/public/save.h
> @@ -93,7 +93,18 @@ struct domain_shared_info_context {
>
> DECLARE_DOMAIN_SAVE_TYPE(SHARED_INFO, 2, struct domain_shared_info_context);
>
> -#define DOMAIN_SAVE_CODE_MAX 2
> +#if defi
From: Paul Durrant
... and update xen-domctx to dump some information describing the record.
NOTE: Whilst the record definition is x86 specific, it is visible directly
in the common header as context record numbers should be unique across
all architectures.
Signed-off-by: Paul Durra