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 af0e60c..5bb64ff 100644 --- a/kvm/test/x86/svm.c +++ b/kvm/test/x86/svm.c @@ -63,6 +63,7 @@ struct test { bool (*succeeded)(struct test *test); struct vmcb *vmcb; int exits; + ulong scratch; }; static void test_thunk(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