Here is an update to QEMU 9.2.2.
Index: Makefile =================================================================== RCS file: /cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.251 diff -u -p -u -p -r1.251 Makefile --- Makefile 26 Feb 2025 20:26:08 -0000 1.251 +++ Makefile 27 Feb 2025 13:55:54 -0000 @@ -6,7 +6,7 @@ USE_NOBTCFI= Yes COMMENT-main= multi system emulator COMMENT-ga= QEMU guest agent -VERSION= 9.2.1 +VERSION= 9.2.2 DISTNAME= qemu-${VERSION} CATEGORIES= emulators SITES= https://download.qemu.org/ Index: distinfo =================================================================== RCS file: /cvs/ports/emulators/qemu/distinfo,v retrieving revision 1.81 diff -u -p -u -p -r1.81 distinfo --- distinfo 26 Feb 2025 20:26:08 -0000 1.81 +++ distinfo 27 Feb 2025 13:55:54 -0000 @@ -1,2 +1,2 @@ -SHA256 (qemu-9.2.1.tar.xz) = codP6cOVztDH/XwixDdEByaX9+4ZJqciN72BeEsvr2I= -SIZE (qemu-9.2.1.tar.xz) = 134774676 +SHA256 (qemu-9.2.2.tar.xz) = dS6u63cpI6c9U2sjHgW8wJybH1FpCkGtmXPZAOTsn78= +SIZE (qemu-9.2.2.tar.xz) = 134756816 Index: patches/patch-meson_build =================================================================== RCS file: /cvs/ports/emulators/qemu/patches/patch-meson_build,v retrieving revision 1.16 diff -u -p -u -p -r1.16 patch-meson_build --- patches/patch-meson_build 8 Jan 2025 15:19:11 -0000 1.16 +++ patches/patch-meson_build 27 Feb 2025 13:55:54 -0000 @@ -24,7 +24,7 @@ Index: meson.build config_host_data.set_quoted('CONFIG_QEMU_MODDIR', get_option('prefix') / qemu_moddir) config_host_data.set_quoted('CONFIG_SYSCONFDIR', get_option('prefix') / get_option('sysconfdir')) -@@ -4561,9 +4560,6 @@ if have_rust +@@ -4564,9 +4563,6 @@ if have_rust summary_info += {'bindgen version': bindgen.version()} endif option_cflags = (get_option('debug') ? ['-g'] : [])