[PATCH 0/9] ppc: New reviewers and KVM cleanups

Cédric Le Goater posted 9 patches 10 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230620055911.187065-1-clg@kaod.org
Maintainers: BALATON Zoltan <balaton@eik.bme.hu>, "Cédric Le Goater" <clg@kaod.org>, "Frédéric Barrat" <fbarrat@linux.ibm.com>, Nicholas Piggin <npiggin@gmail.com>, "Hervé Poussineau" <hpoussin@reactos.org>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS            |  4 ++++
hw/ppc/pegasos2.c      |  7 ++++++-
hw/ppc/pnv.c           |  3 ++-
hw/ppc/ppc440_bamboo.c | 17 ++++++-----------
hw/ppc/prep.c          | 20 +++++++-------------
hw/ppc/sam460ex.c      | 15 ++++++---------
target/ppc/kvm.c       | 12 ++++++++++++
7 files changed, 43 insertions(+), 35 deletions(-)
[PATCH 0/9] ppc: New reviewers and KVM cleanups
Posted by Cédric Le Goater 10 months, 2 weeks ago
Hello,

Please welcome new reviewers on baremetal POWER systems !

Follow cleanups to report an error when KVM is used on non-KVM
machines.

Thanks,

C.

Cédric Le Goater (9):
  MAINTAINERS: Add reviewers for PowerNV baremetal emulation
  MAINTAINERS: Add reviewer for PowerPC TCG CPUs
  MAINTAINERS: Add reviewer for XIVE
  ppc/prep: Report an error when run with KVM
  ppc/pegasos2: Report an error when run with KVM
  ppc/sam460ex: Report an error when run with KVM
  ppc/bamboo: Report an error when run with KVM
  ppc/pnv: Rephrase error when run with KVM
  target/ppc: Fix timer register accessors when !KVM

 MAINTAINERS            |  4 ++++
 hw/ppc/pegasos2.c      |  7 ++++++-
 hw/ppc/pnv.c           |  3 ++-
 hw/ppc/ppc440_bamboo.c | 17 ++++++-----------
 hw/ppc/prep.c          | 20 +++++++-------------
 hw/ppc/sam460ex.c      | 15 ++++++---------
 target/ppc/kvm.c       | 12 ++++++++++++
 7 files changed, 43 insertions(+), 35 deletions(-)

-- 
2.41.0


Re: [PATCH 0/9] ppc: New reviewers and KVM cleanups
Posted by Cédric Le Goater 10 months, 2 weeks ago
On 6/20/23 07:59, Cédric Le Goater wrote:
> Hello,
> 
> Please welcome new reviewers on baremetal POWER systems !
> 
> Follow cleanups to report an error when KVM is used on non-KVM
> machines.
> 
> Thanks,
> 
> C.
> 
> Cédric Le Goater (9):
>    MAINTAINERS: Add reviewers for PowerNV baremetal emulation
>    MAINTAINERS: Add reviewer for PowerPC TCG CPUs
>    MAINTAINERS: Add reviewer for XIVE
>    ppc/prep: Report an error when run with KVM
>    ppc/pegasos2: Report an error when run with KVM
>    ppc/sam460ex: Report an error when run with KVM
>    ppc/bamboo: Report an error when run with KVM
>    ppc/pnv: Rephrase error when run with KVM
>    target/ppc: Fix timer register accessors when !KVM
> 
>   MAINTAINERS            |  4 ++++
>   hw/ppc/pegasos2.c      |  7 ++++++-
>   hw/ppc/pnv.c           |  3 ++-
>   hw/ppc/ppc440_bamboo.c | 17 ++++++-----------
>   hw/ppc/prep.c          | 20 +++++++-------------
>   hw/ppc/sam460ex.c      | 15 ++++++---------
>   target/ppc/kvm.c       | 12 ++++++++++++
>   7 files changed, 43 insertions(+), 35 deletions(-)
> 

Applied to ppc-next, without the sam460ex and pegasos2 changes as requested
by Zoltan.

Thanks,

C.