Signed-off-by: Avi Kivity <avi@xxxxxxxxxx> --- kvm/test/x86/svm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kvm/test/x86/svm.c b/kvm/test/x86/svm.c index 222356d..3c30118 100644 --- a/kvm/test/x86/svm.c +++ b/kvm/test/x86/svm.c @@ -110,6 +110,7 @@ static bool test_run(struct test *test, struct vmcb *vmcb) static void default_prepare(struct test *test) { vmcb_ident(test->vmcb); + cli(); } static bool default_finished(struct test *test) -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html