Here is an update to QEMU 11.0.1. https://wiki.qemu.org/ChangeLog/11.0 Index: Makefile =================================================================== RCS file: /cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.261 diff -u -p -u -p -r1.261 Makefile --- Makefile 12 May 2026 11:38:01 -0000 1.261 +++ Makefile 29 May 2026 02:03:12 -0000 @@ -6,7 +6,7 @@ USE_NOBTCFI= Yes COMMENT-main= multi system emulator COMMENT-ga= QEMU guest agent -VERSION= 10.2.2 +VERSION= 11.0.1 DISTNAME= qemu-${VERSION} CATEGORIES= emulators SITES= https://download.qemu.org/ Index: distinfo =================================================================== RCS file: /cvs/ports/emulators/qemu/distinfo,v retrieving revision 1.86 diff -u -p -u -p -r1.86 distinfo --- distinfo 12 May 2026 11:38:01 -0000 1.86 +++ distinfo 29 May 2026 02:03:12 -0000 @@ -1,2 +1,2 @@ -SHA256 (qemu-10.2.2.tar.xz) = eEspb/KcFBeqcjI6vLLS6pq5dxck9Xfc14XDsE8h4XY= -SIZE (qemu-10.2.2.tar.xz) = 141119364 +SHA256 (qemu-11.0.1.tar.xz) = DSNfWCAnjZFKMVXsJ6+OQljWl+qJKJVXCAfWnAy4zWQ= +SIZE (qemu-11.0.1.tar.xz) = 141368572 Index: patches/patch-block_nfs_c =================================================================== RCS file: patches/patch-block_nfs_c diff -N patches/patch-block_nfs_c --- patches/patch-block_nfs_c 12 May 2026 11:38:01 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,121 +0,0 @@ -- block/nfs: add support for libnfs v6 - -Index: block/nfs.c ---- block/nfs.c.orig -+++ block/nfs.c -@@ -69,7 +69,9 @@ typedef struct NFSClient { - typedef struct NFSRPC { - BlockDriverState *bs; - int ret; -+#ifndef LIBNFS_API_V2 - QEMUIOVector *iov; -+
No comments:
Post a Comment