Enable 8-byte wide MMIO for 16550 serial devices
commite5a11847c485b3d360e3f4c967eba9c4455e2f7d
authorMike Nawrocki <michael.nawrocki@gtri.gatech.edu>
Mon, 6 Nov 2017 16:10:39 +0000 (6 11:10 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Nov 2017 16:15:14 +0000 (6 17:15 +0100)
tree41a993986e55fc628f178951f5422239b45b91e2
parentd24aaf2a2915424962fb101142f28fa4307f4740
Enable 8-byte wide MMIO for 16550 serial devices

Some drivers for the PPMC7400 PowerPC evaluation board accesses the
serial registers through the floating point unit (stfd/ldfd), which is
an 8-byte wide access. This patch enables that behavior.

Signed-off-by: Mike Nawrocki <michael.nawrocki@gtri.gatech.edu>
Message-Id: <20171106161039.32596-1-michael.nawrocki@gtri.gatech.edu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/char/serial.c