Re: [PATCH v2 00/13] Cleanup on SMP and its test

2024-03-11 Thread Thomas Huth
On 12/03/2024 07.46, Zhao Liu wrote: Hi Philippe, On Sat, Mar 09, 2024 at 02:49:17PM +0100, Philippe Mathieu-Daudé wrote: Date: Sat, 9 Mar 2024 14:49:17 +0100 From: Philippe Mathieu-Daudé Subject: Re: [PATCH v2 00/13] Cleanup on SMP and its test On 9/3/24 01:46, Zhao Liu wrote: Hi Philippe

Re: [PATCH v2 00/13] Cleanup on SMP and its test

2024-03-11 Thread Zhao Liu
Hi Philippe, On Sat, Mar 09, 2024 at 02:49:17PM +0100, Philippe Mathieu-Daudé wrote: > Date: Sat, 9 Mar 2024 14:49:17 +0100 > From: Philippe Mathieu-Daudé > Subject: Re: [PATCH v2 00/13] Cleanup on SMP and its test > > On 9/3/24 01:46, Zhao Liu wrote: > > Hi Philippe, >

Re: [PATCH v2 00/13] Cleanup on SMP and its test

2024-03-10 Thread Zhao Liu
> Ah no, it is due to commit 01e449809b ("*-user: Deprecate and > disable -p pagesize"). > > No need to respin this series, I queued it in favor of the 4 other > patches. Thanks for your queuing! -Zhao

Re: [PATCH v2 00/13] Cleanup on SMP and its test

2024-03-09 Thread Philippe Mathieu-Daudé
On 9/3/24 01:46, Zhao Liu wrote: Hi Philippe, Can you share your base commit please? Applying: hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurations Applying: hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurations error: patch failed: docs/about/deprecat

Re: [PATCH v2 00/13] Cleanup on SMP and its test

2024-03-08 Thread Zhao Liu
Hi Philippe, > > Can you share your base commit please? > > Applying: hw/core/machine-smp: Remove deprecated "parameter=0" SMP > configurations > Applying: hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP > configurations > error: patch failed: docs/about/deprecated.rst:47 > error: d

Re: [PATCH v2 00/13] Cleanup on SMP and its test

2024-03-08 Thread Philippe Mathieu-Daudé
Hi Zhao, On 8/3/24 17:01, Zhao Liu wrote: --- Zhao Liu (13): hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurations hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurations hw/core/machine-smp: Calculate total CPUs once in machine_pars

[PATCH v2 00/13] Cleanup on SMP and its test

2024-03-08 Thread Zhao Liu
From: Zhao Liu Hi, This is v2 to cleanup SMP and its test cases. Compared with v1, v2 have these changes: * Dropped the patch [2] about making default initialization based on SMPConfiguration members. (Thomas) * Fixed typos. (Thomas) This series includes: * [Patch 1] Remove deprecated "p