Re: [PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines

2025-06-17 Thread Zhao Liu
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

Re: [PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines

2025-05-30 Thread Jiri Denemark via Devel
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

Re: [PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines

2025-05-30 Thread Peter Krempa via Devel
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

Re: [PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines

2025-05-30 Thread Michael S. Tsirkin via Devel
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

Re: [PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines

2025-05-13 Thread Igor Mammedov via Devel
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