> After applying these patches to QEMU mainline at commit 6e1571533fd9: Ah, I forgot I've rebased these patches...Now you can rebase all the patches at the latest master branch.
Or, you can try this repo - I just created it to make it easier for you: https://gitlab.com/zhao.liu/qemu/-/tree/cache-model-v2.6-rebase-06-23-2025 Thanks, Zhao > $ git am > patches-from-https://lore.kernel.org/qemu-devel/20250620092734.1576677-1-zhao1....@intel.com/ > $ git am > patches-from-https://lore.kernel.org/all/20250626083105.2581859-6-zhao1....@intel.com/ > > and configure && make qemu with: > > $ ./configure --target-list=x86_64-softmmu --enable-debug --enable-kvm > --enable-sdl --enable-gtk --enable-spice --prefix=/usr --enable-libusb > --enable-usb-redir --enable-trace-backends=simple && make -j32 > > I ran into this build error: > > target/i386/cpu.c:9942:52: error: 'X86CPU' {aka 'struct ArchCPU'} has no > member named 'force_cpuid_0x1f' ; did you mean 'enable_cpuid_0x1f' ? > > I haven't debug it yet, because it seems like a simple mistake, asking you > directly might be quicker. >