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)
>
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
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
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