[Qemu-devel] [PULL 0/2] ppc-for-2.11 queue 20171120

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

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-11-17 19:08:07 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171120

for you to fetch changes up to 82512483940c756e2db1bd67ea91b02bc29c5e01:

  spapr: reset DRCs after devices (2017-11-20 10:10:56 +1100)

----------------------------------------------------------------
ppc patch queue 2017-11-20

Here's the current queue of ppc patches.  These 2 patches are both
more complex than I'd ideally like this late in the 2.11 cycle.
However, they do fix important bugs, so I think it's worth it on
balance.

----------------------------------------------------------------
Greg Kurz (1):
      spapr: reset DRCs after devices

Suraj Jitindar Singh (1):
      target/ppc: Update setting of cpu features to account for compat modes

 hw/ppc/spapr.c     | 64 +++++++++++++++++++++++++++++++++++-------------------
 hw/ppc/spapr_drc.c |  7 ------
 2 files changed, 42 insertions(+), 29 deletions(-)

Re: [Qemu-devel] [PULL 0/2] ppc-for-2.11 queue 20171120
Posted by Peter Maydell 6 years, 5 months ago
On 20 November 2017 at 05:42, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 2e02083438962d26ef9dcc7100f3b378104183db:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-11-17 19:08:07 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171120
>
> for you to fetch changes up to 82512483940c756e2db1bd67ea91b02bc29c5e01:
>
>   spapr: reset DRCs after devices (2017-11-20 10:10:56 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue 2017-11-20
>
> Here's the current queue of ppc patches.  These 2 patches are both
> more complex than I'd ideally like this late in the 2.11 cycle.
> However, they do fix important bugs, so I think it's worth it on
> balance.
>
> ----------------------------------------------------------------
> Greg Kurz (1):
>       spapr: reset DRCs after devices
>
> Suraj Jitindar Singh (1):
>       target/ppc: Update setting of cpu features to account for compat modes
>
>  hw/ppc/spapr.c     | 64 +++++++++++++++++++++++++++++++++++-------------------
>  hw/ppc/spapr_drc.c |  7 ------
>  2 files changed, 42 insertions(+), 29 deletions(-)

Applied, thanks.

-- PMM