mbox series

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

Message ID 20230620055911.187065-1-clg@kaod.org (mailing list archive)
Headers show
Series ppc: New reviewers and KVM cleanups | expand

Message

Cédric Le Goater June 20, 2023, 5:59 a.m. UTC
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(-)

Comments

Cédric Le Goater June 23, 2023, 9:29 a.m. UTC | #1
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.