Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- target-i386/helper.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/target-i386/helper.c b/target-i386/helper.c index c859846..3fdbe68 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -33,6 +33,9 @@ #endif #include "qemu-kvm.h" +#ifndef OBSOLETE_KVM_IMPL +#define run_on_cpu on_vcpu +#endif /* !OBSOLETE_KVM_IMPL */ //#define DEBUG_MMU -- 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