Patch 1 creates a new testcase executable, and patch 2 tests the bug. Paolo Bonzini (2): x86: move syscall MSR testcase to separate test x86: add testcase for syscall/sysret TF handling lib/x86/processor.h | 4 ++ x86/Makefile.x86_64 | 1 + x86/msr.c | 19 --------- x86/syscall.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++ x86/unittests.cfg | 4 ++ 5 files changed, 117 insertions(+), 19 deletions(-) create mode 100644 x86/syscall.c -- 2.13.1