mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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 <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
bd8f2f5d70
commit
683d4b5d9f
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue