[CRIU] [PATCH 0/6 resend] cpuinfo: Add support for matching of cpu caps on c/r

Cyrill Gorcunov gorcunov at openvz.org
Mon Sep 1 02:06:48 PDT 2014


Rebased the series on top of current @master. Please consider merging.

Cyrill Gorcunov (6):
  cpuinfo: x86 -- Add protobuf entry
  cpuinfo: Prepare protobuf and magic
  cpuinfo: x86 -- Add needed bits and abbreviatures
  cpuinfo: x86 -- Add local copy of CpuinfoEntry
  cpuinfo: x86 -- Rework cpuinfo parsing
  cpuinfo: x86 -- Add dump and validation

 arch/aarch64/cpu.c         |  10 ++
 arch/arm/cpu.c             |  10 ++
 arch/x86/cpu.c             | 391 +++++++++++++++++++++++++++++++++++++++++++--
 arch/x86/include/asm/cpu.h |  65 +++++++-
 cr-dump.c                  |   3 +
 cr-restore.c               |   3 +
 cr-show.c                  |   1 +
 image-desc.c               |   1 +
 include/cpu.h              |   2 +
 include/cr_options.h       |   1 +
 include/image-desc.h       |   1 +
 include/magic.h            |   1 +
 include/proc_parse.h       |   2 +-
 include/protobuf-desc.h    |   5 +-
 proc_parse.c               |  18 +--
 protobuf-desc.c            |   1 +
 protobuf/Makefile          |   1 +
 protobuf/cpuinfo.proto     |  32 ++++
 18 files changed, 521 insertions(+), 27 deletions(-)
 create mode 100644 protobuf/cpuinfo.proto

-- 
1.9.3



More information about the CRIU mailing list