Inform the cache coherency maintenance of an exit from userspace. Signed-off-by: Jérémy Fanguède <j.fanguede@xxxxxxxxxxxxxxxxxxxxxx> --- kvm-all.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kvm-all.c b/kvm-all.c index 28f4589..c4b15b0 100644 --- a/kvm-all.c +++ b/kvm-all.c @@ -1802,6 +1802,7 @@ int kvm_cpu_exec(CPUState *cpu) } kvm_arch_pre_run(cpu, run); + kvm_arch_cache_coherency_pre_run(); if (cpu->exit_request) { DPRINTF("interrupt exit requested\n"); /* -- 1.9.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