Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU

2024-03-10 Thread Zhao Liu
> I dropped this 4 patches in favor of "Cleanup on SMP and its test" > v2 > (https://lore.kernel.org/qemu-devel/20240308160148.3130837-1-zhao1@linux.intel.com/) > which seems more important, to get the "parameter=0" deprecation > in the next release. (Patch 2 diverged). > Thanks! This series

Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU

2024-03-09 Thread Philippe Mathieu-Daudé
Hi Zhao, On 9/3/24 01:49, Zhao Liu wrote: On Fri, Mar 08, 2024 at 05:36:38PM +0100, Philippe Mathieu-Daudé wrote: Date: Fri, 8 Mar 2024 17:36:38 +0100 From: Philippe Mathieu-Daudé Subject: Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU On 27/2/24 11:32, Zhao Liu wrote: --- Zhao

Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU

2024-03-08 Thread Zhao Liu
On Fri, Mar 08, 2024 at 05:36:38PM +0100, Philippe Mathieu-Daudé wrote: > Date: Fri, 8 Mar 2024 17:36:38 +0100 > From: Philippe Mathieu-Daudé > Subject: Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU > > On 27/2/24 11:32, Zhao Liu wrote: > > > --- > >

Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU

2024-03-08 Thread Philippe Mathieu-Daudé
On 27/2/24 11:32, Zhao Liu wrote: --- Zhao Liu (20): hw/core/machine: Introduce the module as a CPU topology level hw/core/machine: Support modules in -smp hw/core: Introduce module-id as the topology subindex hw/core: Support module-id in numa configuration Patches 1-4 queued, tha

Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU

2024-03-08 Thread Zhao Liu
> From: Zhao Liu > Subject: Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU > > Hi Paolo & Michael, > > BTW, may I ask if this series could land in v9.0? ;-) > > Thanks, > Zhao > > On Tue, Feb 27, 2024 at 06:32:10PM +0800, Zhao Liu wrote: > &g

Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU

2024-02-29 Thread Moger, Babu
Sanity tested on AMD machine. Looks good. Tested-by: Babu Moger On 2/27/24 04:32, Zhao Liu wrote: > From: Zhao Liu > > Hi list, > > This is the our v9 patch series, rebased on the master branch at the > commit 03d496a992d9 ("Merge tag 'pull-qapi-2024-02-26' of > https://repo.or.cz/qemu/armbru

Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU

2024-02-27 Thread Zhao Liu
Hi Paolo & Michael, BTW, may I ask if this series could land in v9.0? ;-) Thanks, Zhao On Tue, Feb 27, 2024 at 06:32:10PM +0800, Zhao Liu wrote: > Date: Tue, 27 Feb 2024 18:32:10 +0800 > From: Zhao Liu > Subject: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU > X-Mailer

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU

2024-02-27 Thread Zhao Liu
From: Zhao Liu Hi list, This is the our v9 patch series, rebased on the master branch at the commit 03d496a992d9 ("Merge tag 'pull-qapi-2024-02-26' of https://repo.or.cz/qemu/armbru into staging"). Compared with v8 [1], v9 mainly added more module description in commit message and added missing