Re: [PATCH v2 07/11] ppc/spapr: remove deprecated machine pseries-2.7

2024-10-01 Thread Cédric Le Goater
On 10/1/24 11:29, 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 pseries-2.7 specific code with this patch for now. While at it, also remove pre-2.8-migration hacks introduced for backward

[PATCH v2 07/11] ppc/spapr: remove deprecated machine pseries-2.7

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 pseries-2.7 specific code with this patch for now. While at it, also remove pre-2.8-migration hacks introduced for backward migration compatibility. Suggested-by: Cédri