On 11/12/19 10:42, Thomas Huth wrote: > QEMU recently changed the error message that it prints out when a > kernel could not be loaded, so we have to adjust our script in > kvm-unit-tests accordingly. > Once this is fixed, add two missing tests (setjmp and cmpxchg8b) to > the unittests.cfg and CI pipelines. > > Thomas Huth (4): > scripts: Fix premature_failure() check with newer versions of QEMU > x86: Fix coding style in setjmp.c > x86: Add the setjmp test to the CI > x86: Add the cmpxchg8b test to the CI > > .gitlab-ci.yml | 4 ++-- > .travis.yml | 6 +++--- > scripts/runtime.bash | 2 +- > x86/setjmp.c | 22 ++++++++++------------ > x86/unittests.cfg | 7 +++++++ > 5 files changed, 23 insertions(+), 18 deletions(-) > Applied, thanks. Paolo