From: Jan Kiszka Date: Thu, 23 Aug 2012 11:02:34 +0000 (+0200) Subject: kvm: Stop flushing coalesced MMIO on vmexit X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~3556^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=683d4b5d9f46f7453271577ad0212b67bdd9cb1b;p=sdk%2Femulator%2Fqemu.git kvm: Stop flushing coalesced MMIO on vmexit The memory subsystem will now take care of flushing whenever affected regions are accessed or the memory mapping changes. Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- diff --git a/kvm-all.c b/kvm-all.c index f9873db..a624709 100644 --- a/kvm-all.c +++ b/kvm-all.c @@ -1577,8 +1577,6 @@ int kvm_cpu_exec(CPUArchState *env) qemu_mutex_lock_iothread(); kvm_arch_post_run(env, run); - kvm_flush_coalesced_mmio_buffer(); - if (run_ret < 0) { if (run_ret == -EINTR || run_ret == -EAGAIN) { DPRINTF("io window exit\n");