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

Mark Cave-Ayland posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180914082229.5352-1-mark.cave-ayland@ilande.co.uk
Test docker-clang@ubuntu failed
Test checkpatch passed
hw/pci-host/sabre.c | 12 +++++++++++
hw/sparc64/sun4u.c  | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
[Qemu-devel] [PULL 0/2] qemu-sparc.for-upstream queue 20180914
Posted by Mark Cave-Ayland 7 years, 1 month ago
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(+)

Re: [Qemu-devel] [PULL 0/2] qemu-sparc.for-upstream queue 20180914
Posted by Peter Maydell 7 years, 1 month ago
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