[Qemu-devel] [PULL 0/2] ppc-for-2.10 queue 20170731

David Gibson posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170731042710.19924-1-david@gibson.dropbear.id.au
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/ppc/spapr.c     | 10 ++++------
hw/ppc/spapr_drc.c | 15 ++++++---------
2 files changed, 10 insertions(+), 15 deletions(-)
[Qemu-devel] [PULL 0/2] ppc-for-2.10 queue 20170731
Posted by David Gibson 6 years, 8 months ago
The following changes since commit a588c4985eff363154d65aee8607d0a4601655f7:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-28' into staging (2017-07-28 18:17:44 +0100)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.10-20170731

for you to fetch changes up to fc7e0765fc385eed08c19a8823a970f4e98379b0:

  Revert "spapr: populate device tree depending on XIVE_EXPLOIT option" (2017-07-29 16:22:14 +1000)

----------------------------------------------------------------
ppc patch queue 2017-07-31

This has a couple of last minute bugfixes for qemu 2.10.

----------------------------------------------------------------
David Gibson (1):
      Revert "spapr: populate device tree depending on XIVE_EXPLOIT option"

Greg Kurz (1):
      spapr_drc: fix realize and unrealize

 hw/ppc/spapr.c     | 10 ++++------
 hw/ppc/spapr_drc.c | 15 ++++++---------
 2 files changed, 10 insertions(+), 15 deletions(-)

Re: [Qemu-devel] [PULL 0/2] ppc-for-2.10 queue 20170731
Posted by Peter Maydell 6 years, 8 months ago
On 31 July 2017 at 05:27, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit a588c4985eff363154d65aee8607d0a4601655f7:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-28' into staging (2017-07-28 18:17:44 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.10-20170731
>
> for you to fetch changes up to fc7e0765fc385eed08c19a8823a970f4e98379b0:
>
>   Revert "spapr: populate device tree depending on XIVE_EXPLOIT option" (2017-07-29 16:22:14 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2017-07-31
>
> This has a couple of last minute bugfixes for qemu 2.10.
>
> ----------------------------------------------------------------
> David Gibson (1):
>       Revert "spapr: populate device tree depending on XIVE_EXPLOIT option"
>
> Greg Kurz (1):
>       spapr_drc: fix realize and unrealize

Applied, thanks.

-- PMM