From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpYvc-0001g8-1u for qemu-devel@nongnu.org; Tue, 05 May 2015 05:14:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpYvW-0007TV-Ub for qemu-devel@nongnu.org; Tue, 05 May 2015 05:14:11 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:35910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpYvW-0007Sw-Nw for qemu-devel@nongnu.org; Tue, 05 May 2015 05:14:06 -0400 Received: by wizk4 with SMTP id k4so152041449wiz.1 for ; Tue, 05 May 2015 02:14:06 -0700 (PDT) From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Fangu=C3=A8de?= Date: Tue, 5 May 2015 11:13:46 +0200 Message-Id: <1430817227-6278-4-git-send-email-j.fanguede@virtualopensystems.com> In-Reply-To: <1430817227-6278-1-git-send-email-j.fanguede@virtualopensystems.com> References: <1430817227-6278-1-git-send-email-j.fanguede@virtualopensystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [RFC 3/4] kvm-all: Pre-run cache coherency maintenance List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , =?UTF-8?q?J=C3=A9r=C3=A9my=20Fangu=C3=A8de?= , tech@virtualopensystems.com, kvmarm@lists.cs.columbia.edu, "open list:Overall" Inform the cache coherency maintenance of an exit from userspace. Signed-off-by: Jérémy Fanguède --- 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