mbox series

[PULL] qemu-sparc updates

Message ID 20171019065854.GB17401@kentang.lan
State New
Headers show
Series [PULL] qemu-sparc updates | expand

Pull-request

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

Message

Mark Cave-Ayland Oct. 19, 2017, 6:58 a.m. UTC
Hi Peter,

Here are my sun4u patches for 2.11. Note that because of the machine changes
there is an openbios-sparc64 binary update included in the first patch to 
maintain bisectability. There will be a follow-up patch for OpenBIOS which will
update binaries for all architectures to the latest and update the submodule 
shortly.


ATB,

Mark.  


The following changes since commit 861cd431c99e56ddb5953ca1da164a9c32b477ca:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' into staging (2017-10-17 15:26:51 +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 bcf9e2c2f2b7a610efaafc4bd6d0bee9181c2345:

  sun4u: fix assert when adding NICs which aren't the in-built model (2017-10-19 07:45:35 +0100)

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

----------------------------------------------------------------
Mark Cave-Ayland (2):
      sun4u: update PCI topology to include simba PCI bridges
      sun4u: fix assert when adding NICs which aren't the in-built model

 hw/pci-host/apb.c        |   47 +++++++++++++++++++++++++++---------
 hw/sparc64/sun4u.c       |   60 +++++++++++++++++++++++++++++++++-------------
 pc-bios/openbios-sparc64 |  Bin 1593408 -> 1593408 bytes
 3 files changed, 79 insertions(+), 28 deletions(-)

Comments

Peter Maydell Oct. 19, 2017, 6:17 p.m. UTC | #1
On 19 October 2017 at 07:58, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> Here are my sun4u patches for 2.11. Note that because of the machine changes
> there is an openbios-sparc64 binary update included in the first patch to
> maintain bisectability. There will be a follow-up patch for OpenBIOS which will
> update binaries for all architectures to the latest and update the submodule
> shortly.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit 861cd431c99e56ddb5953ca1da164a9c32b477ca:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' into staging (2017-10-17 15:26:51 +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 bcf9e2c2f2b7a610efaafc4bd6d0bee9181c2345:
>
>   sun4u: fix assert when adding NICs which aren't the in-built model (2017-10-19 07:45:35 +0100)
>
> ----------------------------------------------------------------
> qemu-sparc update
>
> ----------------------------------------------------------------
> Mark Cave-Ayland (2):
>       sun4u: update PCI topology to include simba PCI bridges
>       sun4u: fix assert when adding NICs which aren't the in-built model

Applied, thanks.

-- PMM