Re: [PATCH v2 00/11] ppc/spapr: remove deprecated machines specific code

2024-10-02 Thread Cédric Le Goater
Hello Harsh On 10/3/24 07:16, Harsh Prateek Bora wrote: Hi Cedric, On 10/2/24 12:26, Cédric Le Goater wrote: Hello Harsh, On 10/1/24 11:28, Harsh Prateek Bora wrote: Commit 1392617d3576 intended to tag pseries-2.1 - 2.11 machines as deprecated with reasons mentioned in its commit log. Removi

Re: [PATCH v2 00/11] ppc/spapr: remove deprecated machines specific code

2024-10-02 Thread Harsh Prateek Bora
Hi Cedric, On 10/2/24 12:26, Cédric Le Goater wrote: Hello Harsh, On 10/1/24 11:28, Harsh Prateek Bora wrote: Commit 1392617d3576 intended to tag pseries-2.1 - 2.11 machines as deprecated with reasons mentioned in its commit log. Removing the arch specific code for the now deprecated machine t

Re: [PATCH v2 00/11] ppc/spapr: remove deprecated machines specific code

2024-10-01 Thread Cédric Le Goater
Hello Harsh, On 10/1/24 11:28, Harsh Prateek Bora wrote: Commit 1392617d3576 intended to tag pseries-2.1 - 2.11 machines as deprecated with reasons mentioned in its commit log. Removing the arch specific code for the now deprecated machine types. v2: Addressed review comments from Cedric v1: <2

[PATCH v2 00/11] ppc/spapr: remove deprecated machines specific code

2024-10-01 Thread Harsh Prateek Bora
Commit 1392617d3576 intended to tag pseries-2.1 - 2.11 machines as deprecated with reasons mentioned in its commit log. Removing the arch specific code for the now deprecated machine types. v2: Addressed review comments from Cedric v1: <20240917060300.943496-1-hars...@linux.ibm.com> Harsh Pratee