The call is done from vcpu thread. Signed-off-by: Gleb Natapov <gleb@xxxxxxxxxx> --- qemu-kvm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-kvm.c b/qemu-kvm.c index 7676e02..5fa7154 100644 --- a/qemu-kvm.c +++ b/qemu-kvm.c @@ -399,7 +399,7 @@ static int kvm_main_loop_cpu(CPUState *env) #endif cpu_single_env = env; - kvm_load_registers(env); + kvm_arch_load_regs(env); while (1) { while (!has_work(env)) -- 1.6.2.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