projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd8f2f5
)
kvm: Stop flushing coalesced MMIO on vmexit
author
Jan Kiszka
<jan.kiszka@siemens.com>
Thu, 23 Aug 2012 11:02:34 +0000
(13:02 +0200)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Tue, 11 Sep 2012 21:15:39 +0000
(18:15 -0300)
The memory subsystem will now take care of flushing whenever affected
regions are accessed or the memory mapping changes.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
kvm-all.c
patch
|
blob
|
history
diff --git
a/kvm-all.c
b/kvm-all.c
index f9873db4af12250601013358d6b495f953b6701b..a624709103f06c12c6137c63f352d90ab4e506e9 100644
(file)
--- 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");