• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xemul / criu / 820
66%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2017 05:11PM UTC
Jobs 1
Files 193
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
820

push

travis-ci

xemul
xsave: check for X86_FEATURE_OSXSAVE rather than for X86_FEATURE_XSAVE

Migrating a process between a system with the 'xsave' CPU flag and
another system without the 'xsave' CPU flags is not possible and
fails during restore. To avoid this situation it is possible to boot
the source system of the migration with 'noxsave' kernel command-line.

Unfortunately criu currently tries to detect the presence of 'xsave'
with the macro X86_FEATURE_XSAVE which represents the features of
the CPU without taking into account if the operating system has
disabled 'xsave'. Checking for 'xsave' availability with the macro
X86_FEATURE_OSXSAVE detects correctly if Linux has been booted
with disabled 'xsave' and thus migrating processes between hosts
with and without 'xsave' is possible if the kernel uses the flag
'noxsave'.

travis-ci: success for criu dump fails when using noxsave (rev2)
Signed-off-by: Adrian Reber <areber@redhat.com>
Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>

17681 of 25972 relevant lines covered (68.08%)

58241.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 820.1 (TR_ARCH=local GCOV=1) 07 Feb 2017 05:11PM UTC 0
68.08
Travis Job 820.1
Source Files on build 820
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #820
  • 7ac2d79c on github
  • Prev Build on master (#818)
  • Next Build on master (#821)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc