Hi Peter, This branch contains updates for SPARC, particularly QOM fixes for CG3/TCX as requested by Andreas, an additional CG3 register boundary check requested by Paolo and my APB IOMMU implementation for SPARC64. Please pull.
ATB, Mark. The following changes since commit 9f0355b590ac523d0c4e67c416c3f9cf7af3d574: Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-06-05 19:16:28 +0100) are available in the git repository at: https://github.com/mcayland/qemu.git qemu-sparc for you to fetch changes up to ae74bbe7c5b070d26852d6673759d47cd3569722: apb: implement IOMMU translation for PCI host bridge (2014-06-05 21:00:22 +0100) ---------------------------------------------------------------- Mark Cave-Ayland (8): cg3: move initialisation from realizefn to initfn cg3: add extra check to prevent CG3 register array overflow tcx: move initialisation from SysBusDevice class to TCX class realizefn tcx: move initialisation from realizefn to initfn apb: Move IOMMU registers into a separate IOMMUState struct apb: fix IOMMU register sizes apb: handle reading/writing of IOMMU control registers apb: implement IOMMU translation for PCI host bridge hw/display/cg3.c | 27 +++-- hw/display/tcx.c | 64 ++++++------ hw/pci-host/apb.c | 288 +++++++++++++++++++++++++++++++++++++++++++++++++++-- hw/sparc/sun4m.c | 10 +- 4 files changed, 336 insertions(+), 53 deletions(-)
