qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 09/12] target/arm/cpu: Add CPU cache description for arm


From: Andrew Jones
Subject: Re: [RFC PATCH 09/12] target/arm/cpu: Add CPU cache description for arm
Date: Thu, 17 Sep 2020 10:39:29 +0200

On Thu, Sep 17, 2020 at 11:20:30AM +0800, Ying Fang wrote:
> Add the CPUCacheInfo structure to hold CPU cache information for ARM cpus.
> A classic three level cache topology is used here. The default cache
> capacity is given and userspace can overwrite these values.

Doesn't TCG already have some sort of fake cache hierarchy? If so, then
we shouldn't be adding another one, we should be simply describing the
one we already have. For KVM, we shouldn't describe anything other than
what is actually on the host.

drew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]