qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC 3/4] kvm-all: Pre-run cache coherency maintenance


From: Jérémy Fanguède
Subject: [Qemu-devel] [RFC 3/4] kvm-all: Pre-run cache coherency maintenance
Date: Tue, 5 May 2015 11:13:46 +0200

Inform the cache coherency maintenance of an exit from userspace.

Signed-off-by: Jérémy Fanguède <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]