]> git.proxmox.com Git - qemu.git/commit
i82378: Remove bogus MMIO coalescing
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 17 Aug 2012 10:56:44 +0000 (12:56 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 28 Aug 2012 06:50:01 +0000 (01:50 -0500)
commit886c62a3ff5aefca7b595a830ef2def5fedb636d
tree61448a200cd1a01d4ca94cec7ce3c229771b0d12
parentb598cb2214cbc197a7d8a677644a7ef3ea17c2c1
i82378: Remove bogus MMIO coalescing

This MMIO area is an entry gate to legacy PC ISA devices, addressed via
PIO over there. Quite a few of the PIO ports have side effects on access
like starting/stopping timers that must be executed properly ordered
/wrt the CPU. So we have to remove the coalescing mark.

Acked-by: Hervé Poussineau <hpoussin@reactos.org>
Acked-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 0ec64507a5e6366e6d8070a82c866b935f687ed9)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/i82378.c