[PULL 0/6] ppc-for-4.2 queue 2019-11-15

Laurent Vivier posted 6 patches 4 years, 5 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191115223312.204979-1-lvivier@redhat.com
Maintainers: David Gibson <david@gibson.dropbear.id.au>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, "Cédric Le Goater" <clg@kaod.org>
There is a newer version of this series
hw/intc/spapr_xive.c       | 10 ++++++
hw/intc/xics.c             | 22 ++++++++++++-
hw/intc/xics_spapr.c       | 10 ++++++
hw/intc/xive.c             | 20 +++++++++++-
hw/misc/mos6522.c          | 67 +++++++++++++++++++++++++++++---------
hw/ppc/pnv.c               | 21 ++++++++++++
hw/ppc/pnv_core.c          |  7 ++--
hw/ppc/spapr.c             | 25 ++++++++------
hw/ppc/spapr_cpu_core.c    |  7 +---
hw/ppc/spapr_irq.c         | 14 ++++++++
include/hw/ppc/pnv.h       |  1 +
include/hw/ppc/spapr_irq.h |  2 ++
include/hw/ppc/xics.h      |  1 +
include/hw/ppc/xive.h      |  1 +
target/ppc/kvm.c           | 21 +++++++-----
15 files changed, 185 insertions(+), 44 deletions(-)
[PULL 0/6] ppc-for-4.2 queue 2019-11-15
Posted by Laurent Vivier 4 years, 5 months ago
The following changes since commit 36609b4fa36f0ac934874371874416f7533a5408:

  Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' into staging (2019-11-02 17:59:03 +0000)

are available in the Git repository at:

  https://github.com/vivier/qemu.git tags/ppc-for-4.2-pull-request

for you to fetch changes up to 140fce75367a2bd8ef50681896a15f34952d9b85:

  mos6522: fix T1 and T2 timers (2019-11-03 20:09:59 +0100)

----------------------------------------------------------------
ppc patch queue 2019-11-15

Several fixes for 4.2.0-rc2:

fix mos6522 performance issue,
xive/xics issues,
fix /chosen device-tree on reset
and KVM default cpu-model for all machine classes

----------------------------------------------------------------

Alexey Kardashevskiy (1):
  spapr: Add /chosen to FDT only at reset time to preserve kernel and
    initramdisk

David Gibson (1):
  spapr/kvm: Set default cpu model for all machine classes

Greg Kurz (3):
  ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
  xive, xics: Fix reference counting on CPU objects
  ppc: Skip partially initialized vCPUs in 'info pic'

Laurent Vivier (1):
  mos6522: fix T1 and T2 timers

 hw/intc/spapr_xive.c       | 10 ++++++
 hw/intc/xics.c             | 22 ++++++++++++-
 hw/intc/xics_spapr.c       | 10 ++++++
 hw/intc/xive.c             | 20 +++++++++++-
 hw/misc/mos6522.c          | 67 +++++++++++++++++++++++++++++---------
 hw/ppc/pnv.c               | 21 ++++++++++++
 hw/ppc/pnv_core.c          |  7 ++--
 hw/ppc/spapr.c             | 25 ++++++++------
 hw/ppc/spapr_cpu_core.c    |  7 +---
 hw/ppc/spapr_irq.c         | 14 ++++++++
 include/hw/ppc/pnv.h       |  1 +
 include/hw/ppc/spapr_irq.h |  2 ++
 include/hw/ppc/xics.h      |  1 +
 include/hw/ppc/xive.h      |  1 +
 target/ppc/kvm.c           | 21 +++++++-----
 15 files changed, 185 insertions(+), 44 deletions(-)

-- 
2.23.0


Re: [PULL 0/6] ppc-for-4.2 queue 2019-11-15
Posted by David Gibson 4 years, 5 months ago
On Fri, Nov 15, 2019 at 11:33:06PM +0100, Laurent Vivier wrote:
> The following changes since commit 36609b4fa36f0ac934874371874416f7533a5408:
> 
>   Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' into staging (2019-11-02 17:59:03 +0000)
> 
> are available in the Git repository at:
> 
>   https://github.com/vivier/qemu.git tags/ppc-for-4.2-pull-request
> 
> for you to fetch changes up to 140fce75367a2bd8ef50681896a15f34952d9b85:
> 
>   mos6522: fix T1 and T2 timers (2019-11-03 20:09:59 +0100)
> 
> ----------------------------------------------------------------
> ppc patch queue 2019-11-15
> 
> Several fixes for 4.2.0-rc2:
> 
> fix mos6522 performance issue,
> xive/xics issues,
> fix /chosen device-tree on reset
> and KVM default cpu-model for all machine classes
> 
> ----------------------------------------------------------------

I'm still on holiday, so Laurent is sending this one with my blessing.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson
Re: [PULL 0/6] ppc-for-4.2 queue 2019-11-15
Posted by Peter Maydell 4 years, 5 months ago
On Fri, 15 Nov 2019 at 22:35, Laurent Vivier <lvivier@redhat.com> wrote:
>
> The following changes since commit 36609b4fa36f0ac934874371874416f7533a5408:
>
>   Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' into staging (2019-11-02 17:59:03 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/vivier/qemu.git tags/ppc-for-4.2-pull-request
>
> for you to fetch changes up to 140fce75367a2bd8ef50681896a15f34952d9b85:
>
>   mos6522: fix T1 and T2 timers (2019-11-03 20:09:59 +0100)
>
> ----------------------------------------------------------------
> ppc patch queue 2019-11-15
>
> Several fixes for 4.2.0-rc2:
>
> fix mos6522 performance issue,
> xive/xics issues,
> fix /chosen device-tree on reset
> and KVM default cpu-model for all machine classes
>

Hi; these seem to be missing your signed-off-by line
as the pullreq submitter ; do you want to add those and resend?

thanks
-- PMM