head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.03.02.12.45.46; author nia; state Exp; branches; next ; commitid 4bLdNMYpwLIDzuLF; desc @@ 1.1 log @Re-import qemu7 stable branch with HAXM support. @ text @$NetBSD: patch-target_i386_meson.build,v 1.4 2022/06/12 13:49:28 leot Exp $ Permit to use `-cpu host' with NVMM. --- target/i386/meson.build.orig 2022-04-19 19:10:27.000000000 +0000 +++ target/i386/meson.build @@@@ -11,6 +11,7 @@@@ i386_ss.add(when: 'CONFIG_SEV', if_true: # x86 cpu type i386_ss.add(when: 'CONFIG_KVM', if_true: files('host-cpu.c')) i386_ss.add(when: 'CONFIG_HVF', if_true: files('host-cpu.c')) +i386_ss.add(when: 'CONFIG_NVMM', if_true: files('host-cpu.c')) i386_softmmu_ss = ss.source_set() i386_softmmu_ss.add(files( @