Re: [PATCH v4 1/7] i386/cpu: add IsDefined flag to smp-cache property

2024-12-24 Thread Zhao Liu
On Tue, Dec 24, 2024 at 08:41:27AM +, Alireza Sanaee wrote: > Date: Tue, 24 Dec 2024 08:41:27 + > From: Alireza Sanaee > Subject: Re: [PATCH v4 1/7] i386/cpu: add IsDefined flag to smp-cache > property > X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) >

Re: [PATCH v4 1/7] i386/cpu: add IsDefined flag to smp-cache property

2024-12-24 Thread Alireza Sanaee via
On Mon, 23 Dec 2024 17:48:18 + Jonathan Cameron wrote: > On Mon, 16 Dec 2024 17:54:08 + > Alireza Sanaee wrote: > > > This commit adds IsDefined flag to the object and this helps in > > avoiding extra checks for every single layer of caches in both x86 > > and ARM. > > > > There is alr

Re: [PATCH v4 1/7] i386/cpu: add IsDefined flag to smp-cache property

2024-12-23 Thread Jonathan Cameron via
On Mon, 16 Dec 2024 17:54:08 + Alireza Sanaee wrote: > This commit adds IsDefined flag to the object and this helps in avoiding > extra checks for every single layer of caches in both x86 and ARM. > > There is already a discussion on mailing list to have this flag. A > patch that enables thi

[PATCH v4 1/7] i386/cpu: add IsDefined flag to smp-cache property

2024-12-16 Thread Alireza Sanaee via
This commit adds IsDefined flag to the object and this helps in avoiding extra checks for every single layer of caches in both x86 and ARM. There is already a discussion on mailing list to have this flag. A patch that enables this flag will follow later. Signed-off-by: Alireza Sanaee --- hw/cor