head 1.2; access; symbols pkgsrc-2026Q2:1.2.0.4 pkgsrc-2026Q2-base:1.2 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.2 date 2026.01.05.10.11.38; 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.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 @$NetBSD: patch-hw_9pfs_meson.build,v 1.1 2025/03/15 20:19:15 riastradh Exp $ Add BSD support for fsdev 9p. --- hw/9pfs/meson.build.orig 2025-12-23 19:48:56.000000000 +0000 +++ hw/9pfs/meson.build @@@@ -17,7 +17,7 @@@@ if host_os == 'darwin' fs_ss.add(files('9p-util-darwin.c')) elif host_os == 'freebsd' fs_ss.add(files('9p-util-freebsd.c')) -elif host_os == 'linux' +elif host_os == 'linux' or host_os == 'netbsd' fs_ss.add(files('9p-util-linux.c')) endif fs_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen-9p-backend.c')) @ 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 --- hw/9pfs/meson.build.orig 2024-12-10 23:46:36.000000000 +0000 d7 1 a7 3 @@@@ -14,7 +14,7 @@@@ fs_ss.add(files( )) if host_os == 'darwin' d9 2 @