mbox

[PULLv2] qemu-sparc update

Message ID 20150310140102.GB27828@kentang.lan
State New
Headers show

Pull-request

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

Message

Mark Cave-Ayland March 10, 2015, 2:01 p.m. UTC
Hi Peter,

Here are the updates from my qemu-sparc tree. Please pull.


ATB,

Mark.

v2: update OpenBIOS git submodule and all binaries


The following changes since commit 277263e1b320d759a760ba6c5ea75ec268f929e5:

  Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2015-03-09 14:04:14 +0000)

are available in the git repository at:


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

for you to fetch changes up to f3b18f35a23c60edbda6420cd4bd30b8bb11ea80:

  sun4u: switch m48t59 NVRAM to MMIO access (2015-03-10 09:36:19 +0000)

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

----------------------------------------------------------------
Hervé Poussineau (4):
      m48t59: move ISA ports/memory regions registration to QOM constructor
      m48t59: register a QOM type for each nvram type we support
      m48t59: add a Nvram interface
      m48t59: let init functions return a Nvram object

Mark Cave-Ayland (5):
      m48t59: introduce new base-year qdev property
      m48t59: add m48t59 sysbus device
      doc: minor updates to SPARC32 and SPARC64 documentation
      MAINTAINERS: add myself as SPARC maintainer
      sun4u: switch m48t59 NVRAM to MMIO access

 MAINTAINERS               |    3 +
 hw/ppc/ppc.c              |  161 --------------------
 hw/ppc/ppc405_boards.c    |    2 +-
 hw/ppc/prep.c             |  163 ++++++++++++++++++--
 hw/sparc/sun4m.c          |   10 +-
 hw/sparc64/sun4u.c        |   20 ++-
 hw/timer/m48t59.c         |  359 ++++++++++++++++++++++++++++++++-------------
 include/hw/timer/m48t59.h |   61 ++++----
 pc-bios/openbios-ppc      |  Bin 746588 -> 746588 bytes
 pc-bios/openbios-sparc32  |  Bin 381512 -> 381512 bytes
 pc-bios/openbios-sparc64  |  Bin 1616768 -> 1616768 bytes
 qemu-doc.texi             |    7 +-
 roms/openbios             |    2 +-
 13 files changed, 464 insertions(+), 324 deletions(-)

Comments

Peter Maydell March 11, 2015, 9:56 a.m. UTC | #1
On 10 March 2015 at 14:01, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> Here are the updates from my qemu-sparc tree. Please pull.
>
>
> ATB,
>
> Mark.
>
> v2: update OpenBIOS git submodule and all binaries
>
>
> The following changes since commit 277263e1b320d759a760ba6c5ea75ec268f929e5:
>
>   Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2015-03-09 14:04:14 +0000)
>
> are available in the git repository at:
>
>
>   https://github.com/mcayland/qemu.git tags/qemu-sparc-signed
>
> for you to fetch changes up to f3b18f35a23c60edbda6420cd4bd30b8bb11ea80:
>
>   sun4u: switch m48t59 NVRAM to MMIO access (2015-03-10 09:36:19 +0000)
>
> ----------------------------------------------------------------
> qemu-sparc update
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM