head 1.3; access; symbols pkgsrc-2026Q1:1.2.0.2 pkgsrc-2026Q1-base:1.2 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.3 date 2026.04.27.10.25.01; author adam; state Exp; branches; next 1.2; commitid lLgTZprFRfUpgADG; 1.2 date 2026.01.05.10.11.37; author adam; state Exp; branches; next 1.1; commitid TQ9HuqvyM0UOMbpG; 1.1 date 2025.03.15.20.19.15; author riastradh; state Exp; branches; next ; commitid dd442wWS5MRpFcNF; desc @@ 1.3 log @qemu: updated to 11.0.0 11.0.0 https://wiki.qemu.org/ChangeLog/11.0 @ text @$NetBSD: patch-fsdev_meson.build,v 1.2 2026/01/05 10:11:37 adam Exp $ Enable fsdev support on NetBSD. --- fsdev/meson.build.orig 2026-04-21 19:36:25.000000000 +0000 +++ fsdev/meson.build @@@@ -5,7 +5,7 @@@@ fsdev_ss.add(when: ['CONFIG_FSDEV_9P'], '9p-marshal.c', 'qemu-fsdev.c', )) -if host_os in ['linux', 'darwin', 'freebsd'] +if host_os in ['linux', 'darwin', 'freebsd', 'netbsd'] system_ss.add_all(fsdev_ss) stub_ss.add(files('qemu-fsdev-dummy.c')) endif @ 1.2 log @qemu: updated to 10.2.0 10.2.0 https://wiki.qemu.org/ChangeLog/10.2 Removed features and incompatible changes * The -old-param option has been removed * The Arm pxa CPU family has been removed @ text @d1 1 a1 1 $NetBSD: patch-fsdev_meson.build,v 1.1 2025/03/15 20:19:15 riastradh Exp $ d5 1 a5 1 --- fsdev/meson.build.orig 2025-12-23 19:48:56.000000000 +0000 d7 1 a7 1 @@@@ -5,6 +5,6 @@@@ fsdev_ss.add(when: ['CONFIG_FSDEV_9P'], d10 1 a10 1 ), if_false: files('qemu-fsdev-dummy.c')) d14 1 @ 1.1 log @emulators/qemu: New option qemu-virtfs. Add NetBSD support for qemu-virtfs. (And pave the way for other BSD support too.) Narrow the existing virtfs-proxy-helper option to use --enable-virtfs-proxy-helper. I doubt this option has worked in a long time, because I think virtfs-proxy-helper has been off by default even with virtfs enabled; maybe we should just delete it. No functional change intended for default build on non-NetBSD platforms. PR pkg/59163: emulators/qemu: missing virtfs option for NetBSD @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- fsdev/meson.build.orig 2024-12-10 23:46:36.000000000 +0000 d7 1 a7 1 @@@@ -5,6 +5,6 @@@@ fsdev_ss.add(when: ['CONFIG_FSDEV_9P'], d11 2 a12 2 -if host_os in ['linux', 'darwin'] +if host_os in ['linux', 'darwin', 'netbsd'] @