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-hw_mips_meson.build,v 1.3 2021/08/27 03:32:37 ryoon Exp $ Qemu MIPS target MIPSSIM adding VirtIO devices for development purposes. --- hw/mips/meson.build.orig 2021-08-04 16:29:07.000000000 +0000 +++ hw/mips/meson.build @@@@ -7,7 +7,7 @@@@ mips_ss.add(when: 'CONFIG_MIPS_CPS', if_ if 'CONFIG_TCG' in config_all mips_ss.add(when: 'CONFIG_JAZZ', if_true: files('jazz.c')) -mips_ss.add(when: 'CONFIG_MIPSSIM', if_true: files('mipssim.c')) +mips_ss.add(when: 'CONFIG_MIPSSIM', if_true: files('mipssim.c', 'mipssim_virtio.c')) mips_ss.add(when: 'CONFIG_FULOONG', if_true: files('fuloong2e.c')) mips_ss.add(when: 'CONFIG_MIPS_BOSTON', if_true: [files('boston.c'), fdt]) endif @