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