mbox

[PULL] qemu-sparc updates

Message ID 20170602053249.GB2366@kentang.lan
State New
Headers show

Pull-request

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

Message

Mark Cave-Ayland June 2, 2017, 5:32 a.m. UTC
Hi Peter,

This request contains the SPARC QOMify work which fell through the cracks during the last release.
Please pull.


ATB,

Mark.


The following changes since commit 43771d5d92312504305c19abe29ec5bfabd55f01:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-05-31' into staging (2017-06-01 16:39:16 +0100)

are available in the git repository at:


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

for you to fetch changes up to 78fb261db18d3e12f68304c0d91a85e0a3bbc757:

  hw/sparc64: QOM'ify sun4u.c (2017-06-02 05:54:43 +0100)

----------------------------------------------------------------
qemu-sparc update

----------------------------------------------------------------
xiaoqiang zhao (8):
      hw/misc: QOM'ify eccmemctl.c
      hw/dma: QOM'ify sparc32_dma.c
      hw/dma: QOM'ify sun4m_iommu.c
      hw/misc: QOM'ify slavio_misc.c
      hw/timer: QOM'ify m48txx_sysbus
      hw/timer: QOM'ify slavio_timer
      hw/sparc: QOM'ify sun4m.c
      hw/sparc64: QOM'ify sun4u.c

 hw/dma/sparc32_dma.c    |   25 +++++++++++++---------
 hw/dma/sun4m_iommu.c    |   12 +++++------
 hw/misc/eccmemctl.c     |   25 ++++++++++++++--------
 hw/misc/slavio_misc.c   |   43 +++++++++++++++----------------------
 hw/sparc/sun4m.c        |   54 +++++++++++++++++------------------------------
 hw/sparc64/sun4u.c      |   20 ++++++++----------
 hw/timer/m48t59.c       |   38 ++++++++++++++++-----------------
 hw/timer/slavio_timer.c |   12 +++++------
 8 files changed, 105 insertions(+), 124 deletions(-)

Comments

Peter Maydell June 2, 2017, 3:35 p.m. UTC | #1
On 2 June 2017 at 06:32, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> This request contains the SPARC QOMify work which fell through the cracks during the last release.
> Please pull.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit 43771d5d92312504305c19abe29ec5bfabd55f01:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-05-31' into staging (2017-06-01 16:39:16 +0100)
>
> are available in the git repository at:
>
>
>   https://github.com/mcayland/qemu.git tags/qemu-sparc-signed
>
> for you to fetch changes up to 78fb261db18d3e12f68304c0d91a85e0a3bbc757:
>
>   hw/sparc64: QOM'ify sun4u.c (2017-06-02 05:54:43 +0100)
>
> ----------------------------------------------------------------
> qemu-sparc update
>
> ----------------------------------------------------------------
> xiaoqiang zhao (8):
>       hw/misc: QOM'ify eccmemctl.c
>       hw/dma: QOM'ify sparc32_dma.c
>       hw/dma: QOM'ify sun4m_iommu.c
>       hw/misc: QOM'ify slavio_misc.c
>       hw/timer: QOM'ify m48txx_sysbus
>       hw/timer: QOM'ify slavio_timer
>       hw/sparc: QOM'ify sun4m.c
>       hw/sparc64: QOM'ify sun4u.c

Applied, thanks.

-- PMM