Hi Peter,
> Finally there's
>
> DEFINE_PROP_BOOL("l3-cache", X86CPU, enable_l3_cache, true),
>
> which is exposed to the users via cache mode setting of cpu:
>
> https://www.libvirt.org/formatdomain.html#cpu-model-and-topology
>
> look for 'cache'.
I found this link doesn't mention "l3-cache
On Fri, May 30, 2025 at 14:08:25 +0200, Peter Krempa wrote:
> The rest are CPU properties
>
> DEFINE_PROP_BOOL("cpuid-0xb", X86CPU, enable_cpuid_0xb, true),
> DEFINE_PROP_BOOL("fill-mtrr-mask", X86CPU, fill_mtrr_mask, true),
> DEFINE_PROP_BOOL("full-cpuid-auto-level", X86CPU, full_cpuid_auto_le
On Fri, May 30, 2025 at 07:35:38 -0400, Michael S. Tsirkin via Devel wrote:
> On Tue, May 13, 2025 at 01:23:38PM +0200, Igor Mammedov wrote:
> > On Thu, 8 May 2025 15:35:23 +0200
> > Philippe Mathieu-Daudé wrote:
> >
> > > Since v3:
> > > - Addressed Thomas and Zhao review comments
> > > - Renam
On Tue, May 13, 2025 at 01:23:38PM +0200, Igor Mammedov wrote:
> On Thu, 8 May 2025 15:35:23 +0200
> Philippe Mathieu-Daudé wrote:
>
> > Since v3:
> > - Addressed Thomas and Zhao review comments
> > - Rename fw_cfg_init_mem_[no]dma() helpers
> > - Remove unused CPU properties
> > - Remove {multi
On Thu, 8 May 2025 15:35:23 +0200
Philippe Mathieu-Daudé wrote:
> Since v3:
> - Addressed Thomas and Zhao review comments
> - Rename fw_cfg_init_mem_[no]dma() helpers
> - Remove unused CPU properties
> - Remove {multi,linux}boot.bin
> - Added R-b tags
>
> Since v2:
> - Addressed Mark review com