[CRIU] [PATCH 05/19] protobuf: Update core.proto for new features
Cyrill Gorcunov
gorcunov at openvz.org
Fri Nov 16 11:28:05 EST 2012
On Fri, Nov 16, 2012 at 08:17:31PM +0400, Pavel Emelyanov wrote:
> 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?
This field already present in image so I can't simply
drop it out but in real it's not needed anymore. So
I left it just to not break old images.
Cyrill
More information about the CRIU
mailing list