[CRIU] [PATCH 05/19] protobuf: Update core.proto for new	features
    Pavel Emelyanov 
    xemul at parallels.com
       
    Fri Nov 16 11:17:31 EST 2012
    
    
  
On 11/16/2012 06:50 PM, Cyrill Gorcunov wrote:
> 
> To restore FPU we will need
> 
>  - the xsave data
>  - cpu parameters data
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  protobuf/core.proto |   15 +++++++++++++++
>  1 files changed, 15 insertions(+), 0 deletions(-)
> 
> @@ -39,7 +48,12 @@ message user_x86_fpregs_entry {
>  	required uint32			mxcsr_mask	=  8;
>  	repeated uint32			st_space	=  9;
>  	repeated uint32			xmm_space	= 10;
> +
> +	/* for backward compatibility */
Huh?
>  	repeated uint32			padding		= 11;
> +
> +	/* xsave extension */
> +	optional user_x86_xsave_entry	xsave		= 12;
>  }
    
    
More information about the CRIU
mailing list