mbox

[PULL] qemu-sparc: SPARC32 and SPARC64 updates

Message ID 20140605203019.GA16982@kentang.lan
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git qemu-sparc

Message

Mark Cave-Ayland June 5, 2014, 8:30 p.m. UTC
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(-)

Comments

Peter Maydell June 5, 2014, 10:24 p.m. UTC | #1
On 5 June 2014 21:30, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> wrote:
> 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)

Applied, thanks.

-- PMM