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