Re: [PATCH 0/2] P11 support for QEMU

2024-04-02 Thread Nicholas Piggin
On Mon Apr 1, 2024 at 3:55 PM AEST, Aditya Gupta wrote: > This patch series adds support for Power11 pseries and powernv machine targets > to emulate VMs running on Power11. > > Most of the P11 support code has been taken from P10 code in QEMU. > And has been tested in pseries, powernv, with and

Re: [PATCH 0/2] P11 support for QEMU

2024-04-02 Thread Cédric Le Goater
On 4/2/24 09:00, Aditya Gupta wrote: Hello Cédric, <...snip...> Please run ./scripts/get_maintainer.pl when sending a series. qemu-ppc should be in Cc: Tried it now, For some reason, get_maintainer.pl shows no maintainers: $ ./scripts/get_maintainer.pl -f

Re: [PATCH 0/2] P11 support for QEMU

2024-04-02 Thread Aditya Gupta
Hello Cédric, > > > <...snip...> > > > > > > Please run ./scripts/get_maintainer.pl when sending a series. qemu-ppc > > > should be > > > in Cc: > > > > Tried it now, For some reason, get_maintainer.pl shows no maintainers: > > > > $ ./scripts/get_maintainer.pl -f > >

Re: [PATCH 0/2] P11 support for QEMU

2024-04-02 Thread Cédric Le Goater
Hello Aditya, On 4/2/24 08:39, Aditya Gupta wrote: Hello Cédric, Thanks for reviewing this. On Mon, Apr 01, 2024 at 10:25:31AM +0200, Cédric Le Goater wrote: Hello Aditya, Please run ./scripts/get_maintainer.pl when sending a series. qemu-ppc should be in Cc: Tried it now, For some

Re: [PATCH 0/2] P11 support for QEMU

2024-04-02 Thread Aditya Gupta
Hello Cédric, Thanks for reviewing this. On Mon, Apr 01, 2024 at 10:25:31AM +0200, Cédric Le Goater wrote: > Hello Aditya, > > Please run ./scripts/get_maintainer.pl when sending a series. qemu-ppc should > be > in Cc: Tried it now, For some reason, get_maintainer.pl shows no maintainers:

Re: [PATCH 0/2] P11 support for QEMU

2024-04-01 Thread Cédric Le Goater
Hello Aditya, Please run ./scripts/get_maintainer.pl when sending a series. qemu-ppc should be in Cc: Briefly looking at this, please separate the changes using one patch per model, that is : first CPU (target), LPC, OCC, PSI, SBE, PnvCore, SpaprCore. Last the PnvChip and the machines,

[PATCH 0/2] P11 support for QEMU

2024-03-31 Thread Aditya Gupta
This patch series adds support for Power11 pseries and powernv machine targets to emulate VMs running on Power11. Most of the P11 support code has been taken from P10 code in QEMU. And has been tested in pseries, powernv, with and without compat mode. Git Tree for Testing: