[CRIU] [PATCH 0/5] cpuinfo: Rework cpuinfo dumping, make it optional

Cyrill Gorcunov gorcunov at openvz.org
Mon Sep 8 14:39:35 PDT 2014


Pavel, please take a look. The dump is optional now and I think
we can build some kind of RPC on top to make criu daemon fetch
and validate cpuinfo for live migration caps compatibility sake.
This series is instead of patch 6 in previous series.

Cyrill Gorcunov (5):
  cpuinfo: x86 -- Add dump and validation
  opt: cpu-cap -- Use else if statement when walking over options
  opt: cpu-cap -- Introduce "none"
  opt: cpu-cap -- Introduce "cpuinfo" capability
  opt: cpu-cap -- Define default capability

 arch/aarch64/cpu.c   |  10 +++++
 arch/arm/cpu.c       |  10 +++++
 arch/x86/cpu.c       | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++
 cr-dump.c            |   5 +++
 cr-restore.c         |   3 ++
 crtools.c            |   8 +++-
 include/cpu.h        |   2 +
 include/cr_options.h |   3 ++
 8 files changed, 152 insertions(+), 2 deletions(-)

-- 
1.9.3



More information about the CRIU mailing list