mbox series

[PULL] qemu-sparc updates

Message ID 20170904175101.GA27187@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 Sept. 4, 2017, 5:51 p.m. UTC
Hi Peter,

Here is the first patchset in preparation for updating the sun4u machine PCI topology. Please pull.


ATB,

Mark.
 

The following changes since commit 2b483739791b33c46e6084b51edcf62107058ae1:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170904-2' into staging (2017-09-04 17:21:24 +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 e5fd1eb05ec918e9877640d85ec45680cf106632:

  apb: add busA qdev property to PBM PCI bridge (2017-09-04 18:41:01 +0100)

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

----------------------------------------------------------------
Mark Cave-Ayland (6):
      sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBus
      sun4u: switch to using qdev to instantiate fw_cfg interface
      sun4u: expose fw_cfg and NVRAM on ebus PCI IO address space
      apb: fix up PCI bus nomenclature
      apb: fix endianness for APB and PCI config accesses
      apb: add busA qdev property to PBM PCI bridge

 hw/pci-host/apb.c  |   62 +++++++++++++++++++++++++++++++++++++---------------
 hw/sparc64/sun4u.c |   27 ++++++++++++++---------
 2 files changed, 61 insertions(+), 28 deletions(-)

Comments

Peter Maydell Sept. 5, 2017, 9:25 a.m. UTC | #1
On 4 September 2017 at 18:51, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> Here is the first patchset in preparation for updating the sun4u machine PCI topology. Please pull.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit 2b483739791b33c46e6084b51edcf62107058ae1:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170904-2' into staging (2017-09-04 17:21:24 +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 e5fd1eb05ec918e9877640d85ec45680cf106632:
>
>   apb: add busA qdev property to PBM PCI bridge (2017-09-04 18:41:01 +0100)
>
> ----------------------------------------------------------------
> qemu-sparc update
>
> ----------------------------------------------------------------
> Mark Cave-Ayland (6):
>       sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBus
>       sun4u: switch to using qdev to instantiate fw_cfg interface
>       sun4u: expose fw_cfg and NVRAM on ebus PCI IO address space
>       apb: fix up PCI bus nomenclature
>       apb: fix endianness for APB and PCI config accesses
>       apb: add busA qdev property to PBM PCI bridge
>
>  hw/pci-host/apb.c  |   62 +++++++++++++++++++++++++++++++++++++---------------
>  hw/sparc64/sun4u.c |   27 ++++++++++++++---------
>  2 files changed, 61 insertions(+), 28 deletions(-)


Applied, thanks.

-- PMM