Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-08-12 Thread Zhao Liu
Hi Markus, On Fri, Aug 09, 2024 at 02:24:48PM +0200, Markus Armbruster wrote: > Date: Fri, 09 Aug 2024 14:24:48 +0200 > From: Markus Armbruster > Subject: Re: [PATCH 8/8] qemu-options: Add the description of smp-cache > object > > I apologize for the delay. You're wel

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-08-09 Thread Markus Armbruster
I apologize for the delay. Zhao Liu writes: > On Thu, Aug 01, 2024 at 01:28:27PM +0200, Markus Armbruster wrote: [...] >> Can you provide a brief summary of the design alternatives that have >> been proposed so far? Because I've lost track. > > No problem! > > Currently, we have the following

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-08-07 Thread Zhao Liu
n of smp-cache > object > > On Thu, Aug 01, 2024 at 01:28:27PM +0200, Markus Armbruster wrote: > > Date: Thu, 01 Aug 2024 13:28:27 +0200 > > From: Markus Armbruster > > Subject: Re: [PATCH 8/8] qemu-options: Add the description of smp-cache > > object > >

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-08-02 Thread Zhao Liu
On Thu, Aug 01, 2024 at 01:28:27PM +0200, Markus Armbruster wrote: > Date: Thu, 01 Aug 2024 13:28:27 +0200 > From: Markus Armbruster > Subject: Re: [PATCH 8/8] qemu-options: Add the description of smp-cache > object > > Zhao Liu writes: > > > On Thu, Jul 25, 2024

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-08-01 Thread Markus Armbruster
Zhao Liu writes: > On Thu, Jul 25, 2024 at 11:07:12AM +0200, Markus Armbruster wrote: >> Date: Thu, 25 Jul 2024 11:07:12 +0200 >> From: Markus Armbruster >> Subject: Re: [PATCH 8/8] qemu-options: Add the description of smp-cache >> object >> >> Zhao Liu

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-08-01 Thread Zhao Liu
On Thu, Jul 25, 2024 at 11:07:12AM +0200, Markus Armbruster wrote: > Date: Thu, 25 Jul 2024 11:07:12 +0200 > From: Markus Armbruster > Subject: Re: [PATCH 8/8] qemu-options: Add the description of smp-cache > object > > Zhao Liu writes: > > > Hi Markus and Daniel, &

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-07-25 Thread Markus Armbruster
Re: [PATCH 8/8] qemu-options: Add the description of smp-cache >> object >> >> Zhao Liu writes: >> >> > Hi Markus, >> > >> > On Mon, Jul 22, 2024 at 03:37:43PM +0200, Markus Armbruster wrote: >> >> Date: Mon, 22 Jul 2024 15

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-07-24 Thread Zhao Liu
smp-cache > object > > Zhao Liu writes: > > > Hi Markus, > > > > On Mon, Jul 22, 2024 at 03:37:43PM +0200, Markus Armbruster wrote: > >> Date: Mon, 22 Jul 2024 15:37:43 +0200 > >> From: Markus Armbruster > >> Subject: Re: [PATC

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-07-24 Thread Markus Armbruster
Zhao Liu writes: > Hi Markus, > > On Mon, Jul 22, 2024 at 03:37:43PM +0200, Markus Armbruster wrote: >> Date: Mon, 22 Jul 2024 15:37:43 +0200 >> From: Markus Armbruster >> Subject: Re: [PATCH 8/8] qemu-options: Add the description of smp-cache >> object >>

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-07-22 Thread Zhao Liu
Hi Markus, On Mon, Jul 22, 2024 at 03:37:43PM +0200, Markus Armbruster wrote: > Date: Mon, 22 Jul 2024 15:37:43 +0200 > From: Markus Armbruster > Subject: Re: [PATCH 8/8] qemu-options: Add the description of smp-cache > object > > Zhao Liu writes: > > > Signed-

Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-07-22 Thread Markus Armbruster
Zhao Liu writes: > Signed-off-by: Zhao Liu This patch is just documentation. The code got added in some previous patch. Would it make sense to squash this patch into that previous patch? > --- > Changes since RFC v2: > * Rewrote the document of smp-cache object. > > Changes since RFC v1: >

[PATCH 8/8] qemu-options: Add the description of smp-cache object

2024-07-03 Thread Zhao Liu
Signed-off-by: Zhao Liu --- Changes since RFC v2: * Rewrote the document of smp-cache object. Changes since RFC v1: * Use "*_cache=topo_level" as -smp example as the original "level" term for a cache has a totally different meaning. (Jonathan) --- qemu-options.hx | 58 ++