mbox

[PULL,0/2] qemu-sparc.for-upstream queue 20180914

Message ID 20180914082229.5352-1-mark.cave-ayland@ilande.co.uk
State New
Headers show

Pull-request

git://github.com/mcayland/qemu.git tags/qemu-sparc.for-upstream-20180914

Message

Mark Cave-Ayland Sept. 14, 2018, 8:22 a.m. UTC
The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)

are available in the git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-sparc.for-upstream-20180914

for you to fetch changes up to 0a1d5c4596b2fcd3accfe2556e7fade8787ce6b6:

  sun4u: implement custom FWPathProvider (2018-09-14 09:18:11 +0100)

----------------------------------------------------------------
qemu-sparc.for-upstream queue

----------------------------------------------------------------
Mark Cave-Ayland (2):
      sabre: generate correct fw path for sabre PCI host bridge
      sun4u: implement custom FWPathProvider

 hw/pci-host/sabre.c | 12 +++++++++++
 hw/sparc64/sun4u.c  | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Comments

Peter Maydell Sept. 25, 2018, 8:54 a.m. UTC | #1
On 14 September 2018 at 09:22, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)
>
> are available in the git repository at:
>
>   git://github.com/mcayland/qemu.git tags/qemu-sparc.for-upstream-20180914
>
> for you to fetch changes up to 0a1d5c4596b2fcd3accfe2556e7fade8787ce6b6:
>
>   sun4u: implement custom FWPathProvider (2018-09-14 09:18:11 +0100)
>
> ----------------------------------------------------------------
> qemu-sparc.for-upstream queue
>
> ----------------------------------------------------------------
> Mark Cave-Ayland (2):
>       sabre: generate correct fw path for sabre PCI host bridge
>       sun4u: implement custom FWPathProvider
>
>  hw/pci-host/sabre.c | 12 +++++++++++
>  hw/sparc64/sun4u.c  | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 70 insertions(+)

Applied, thanks.

-- PMM