1. 23 Oct, 2014 8 commits
  2. 17 Oct, 2014 1 commit
  3. 14 Oct, 2014 9 commits
  4. 09 Oct, 2014 2 commits
  5. 08 Oct, 2014 8 commits
  6. 07 Oct, 2014 7 commits
  7. 03 Oct, 2014 5 commits
    • Nicolas Dichtel's avatar
      test/zdtm: fix compilation of maps02.c when MADV_DONTDUMP is unknown · 25e1997f
      Nicolas Dichtel authored
      Error was:
      maps02.c: In function ‘main’:
      maps02.c:57:74: error: ‘MADV_DONTDUMP’ undeclared (first use in this function)
      maps02.c:57:74: note: each undeclared identifier is reported only once for each function it appears in
      make: *** [maps02] Error 1
      ERROR: fail to start /home/root/criu/test/zdtm/live/static/maps02
      Signed-off-by: 's avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
      Acked-by: 's avatarAndrew Vagin <avagin@parallels.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      25e1997f
    • Cyrill Gorcunov's avatar
      cpuinfo: arm -- Fix build · b52935d7
      Cyrill Gorcunov authored
      Add missing implementations for ARM platforms.
      
      Reported-by: Mr. Travis
      Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      b52935d7
    • Cyrill Gorcunov's avatar
      cpuinfo: rpc -- Add CPUINFO_DUMP/CPUINFO_CHECK commands, v2 · cd1a6dc9
      Cyrill Gorcunov authored
      On Tue, Sep 30, 2014 at 09:18:55PM +0400, Cyrill Gorcunov wrote:
      > Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
      
      Updated
      
      >From fea15362291a525f4b00f7e070968c6890cc831e Mon Sep 17 00:00:00 2001
      From: Cyrill Gorcunov <gorcunov@openvz.org>
      Date: Fri, 19 Sep 2014 17:56:11 +0400
      Subject: [PATCH 12/12] cpuinfo: rpc -- Add CPUINFO_DUMP/CPUINFO_CHECK commands
      Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      cd1a6dc9
    • Cyrill Gorcunov's avatar
      cpuinfo: Add "cpuinfo [dump|check]" commands, v2 · 73b9a2eb
      Cyrill Gorcunov authored
      On Wed, Oct 01, 2014 at 05:51:09PM +0400, Pavel Emelyanov wrote:
      > > Yes, what you've been expecting?
      >
      > if (!strcmp(argv[optind]))
      > 	return cpu_cap_check()
      >
      > or smth like this.
      
      updated. So if it become confusing -- feel free to merge [1;9] and
      ping me to resend the rest, or pick up from attachements.
      
      >From 6af96ff63ac82f9566c3cba9c116dc67698c9797 Mon Sep 17 00:00:00 2001
      From: Cyrill Gorcunov <gorcunov@openvz.org>
      Date: Tue, 30 Sep 2014 18:33:40 +0400
      Subject: [PATCH] cpuinfo: Add "cpuinfo [dump|check]" commands
      
      They allow to validate cpuinfo information
      without running complete dump/restore actions.
      Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      73b9a2eb
    • Cyrill Gorcunov's avatar
      cpuinfo: x86 -- Add dump and validation of cpuinfo image, v2 · 87273ccd
      Cyrill Gorcunov authored
      On Wed, Oct 01, 2014 at 04:57:40PM +0400, Pavel Emelyanov wrote:
      > On 10/01/2014 01:07 AM, Cyrill Gorcunov wrote:
      > > On Tue, Sep 30, 2014 at 09:18:53PM +0400, Cyrill Gorcunov wrote:
      > >> If a user requested criu to dump cpuinfo image then we
      > >> write one on dump and verify on restore. At the moment
      > >> we require all cpu feature bits to match the destination
      > >> cpu in a sake of simplicity, but in future we need deps
      > >> engine which would filer out bits and test if cpu we're
      > >> restoring on is more capable than one we were dumping at
      > >> allowing to proceed restore procedure.
      > >>
      > >> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
      > >
      > > Updated to new img format
      
      Something like attached?
      
      >From 59272a9514311e6736cddee08d5f88aa95d49189 Mon Sep 17 00:00:00 2001
      From: Cyrill Gorcunov <gorcunov@openvz.org>
      Date: Thu, 25 Sep 2014 16:04:10 +0400
      Subject: [PATCH] cpuinfo: x86 -- Add dump and validation of cpuinfo image
      
      If a user requested criu to dump cpuinfo image then we
      write one on dump and verify on restore. At the moment
      we require all cpu feature bits to match the destination
      cpu in a sake of simplicity, but in future we need deps
      engine which would filer out bits and test if cpu we're
      restoring on is more capable than one we were dumping at
      allowing to proceed restore procedure.
      Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      87273ccd