[Qemu-devel] [PULL 0/5] ppc-for-2.9 queue 20170306

David Gibson posted 5 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170306040823.28482-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
hw/intc/xics.c          | 10 ++++---
hw/intc/xics_kvm.c      | 15 ++++++----
hw/ppc/spapr.c          |  2 --
hw/ppc/spapr_cpu_core.c | 23 ++++++++++-----
target/ppc/fpu_helper.c | 77 ++++++++++++++++++++-----------------------------
5 files changed, 63 insertions(+), 64 deletions(-)
[Qemu-devel] [PULL 0/5] ppc-for-2.9 queue 20170306
Posted by David Gibson 7 years ago
The following changes since commit 17783ac828adc694d986698d2d7014aedfeb48c6:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into staging (2017-03-04 16:31:14 +0000)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.9-20170306

for you to fetch changes up to 182fe2cf19e829e34f63443ee1ccd9f799715c2c:

  target/ppc: use helper for excp handling (2017-03-06 13:17:28 +1100)

----------------------------------------------------------------
ppc patch queue for 2017-03-06

Looks like my previous batch wasn't quite the last before hard freeze.
This has a handful of bugfixes to go in.  They're all genuine
bugfixes, though not regressions in some cases.

----------------------------------------------------------------
Cédric Le Goater (1):
      ppc/xics: register reset handlers for the ICP and ICS objects

Igor Mammedov (1):
      spapr: ensure that all threads within core are on the same NUMA node

Nikunj A Dadhania (3):
      target/ppc: fmadd check for excp independently
      target/ppc: fmadd: add macro for updating flags
      target/ppc: use helper for excp handling

 hw/intc/xics.c          | 10 ++++---
 hw/intc/xics_kvm.c      | 15 ++++++----
 hw/ppc/spapr.c          |  2 --
 hw/ppc/spapr_cpu_core.c | 23 ++++++++++-----
 target/ppc/fpu_helper.c | 77 ++++++++++++++++++++-----------------------------
 5 files changed, 63 insertions(+), 64 deletions(-)

Re: [Qemu-devel] [PULL 0/5] ppc-for-2.9 queue 20170306
Posted by Peter Maydell 7 years ago
On 6 March 2017 at 04:08, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 17783ac828adc694d986698d2d7014aedfeb48c6:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into staging (2017-03-04 16:31:14 +0000)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.9-20170306
>
> for you to fetch changes up to 182fe2cf19e829e34f63443ee1ccd9f799715c2c:
>
>   target/ppc: use helper for excp handling (2017-03-06 13:17:28 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue for 2017-03-06
>
> Looks like my previous batch wasn't quite the last before hard freeze.
> This has a handful of bugfixes to go in.  They're all genuine
> bugfixes, though not regressions in some cases.
>

Applied, thanks.

-- PMM