ping.
On 2024-04-24 1:37 a.m., Brad Smith wrote:
> Here is an update to QEMU 9.0.0.
>
> https://wiki.qemu.org/ChangeLog/9.0
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/emulators/qemu/Makefile,v
> retrieving revision 1.238
> diff -u -p -u -p -r1.238 Makefile
> --- Makefile 23 Mar 2024 18:08:31 -0000 1.238
> +++ Makefile 24 Apr 2024 05:35:12 -0000
> @@ -6,7 +6,7 @@ USE_NOBTCFI= Yes
> COMMENT-main= multi system emulator
> COMMENT-ga= QEMU guest agent
>
> -VERSION= 8.2.2
> +VERSION= 9.0.0
> DISTNAME= qemu-${VERSION}
> CATEGORIES= emulators
> SITES= https://download.qemu.org/
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/emulators/qemu/distinfo,v
> retrieving revision 1.72
> diff -u -p -u -p -r1.72 distinfo
> --- distinfo 23 Mar 2024 18:08:31 -0000 1.72
> +++ distinfo 24 Apr 2024 05:35:12 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (qemu-8.2.2.tar.xz) = hHNGwbgsGlSyw49u29hVSe3rF0MLfU09oSYg4pYrxPM=
> -SIZE (qemu-8.2.2.tar.xz) = 129398020
> +SHA256 (qemu-9.0.0.tar.xz) = MnCKxmww2MiSYz6paMdxwcdtWX1w3erSGg0izPOG2mk=
> +SIZE (qemu-9.0.0.tar.xz) = 129789856
> Index: patches/patch-meson_build
> ===================================================================
> RCS file: /cvs/ports/emulators/qemu/patches/patch-meson_build,v
> retrieving revision 1.12
> diff -u -p -u -p -r1.12 patch-meson_build
> --- patches/patch-meson_build 26 Feb 2024 13:30:18 -0000 1.12
> +++ patches/patch-meson_build 24 Apr 2024 05:35:12 -0000
> @@ -4,7 +4,7 @@
> Index: meson.build
> --- meson.build.orig
> +++ meson.build
> -@@ -2070,7 +2070,7 @@ config_host_data.set('CONFIG_QEMU_FIRMWAREPATH', qemu_
> +@@ -2156,7 +2156,7 @@ config_host_data.set('CONFIG_QEMU_FIRMWAREPATH', qemu_
> config_host_data.set_quoted('CONFIG_QEMU_HELPERDIR', get_option('prefix') / get_option('libexecdir'))
> config_host_data.set_quoted('CONFIG_QEMU_ICONDIR', get_option('prefix') / qemu_icondir)
> config_host_data.set_quoted('CONFIG_QEMU_LOCALEDIR', get_option('prefix') / get_option('localedir'))
> @@ -13,7 +13,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'))
>
> -@@ -4144,9 +4144,6 @@ else
> +@@ -4226,9 +4226,6 @@ else
> summary_info += {'Objective-C compiler': false}
> endif
> option_cflags = (get_option('debug') ? ['-g'] : [])
> Index: patches/patch-qga_commands-posix_c
> ===================================================================
> RCS file: /cvs/ports/emulators/qemu/patches/patch-qga_commands-posix_c,v
> retrieving revision 1.9
> diff -u -p -u -p -r1.9 patch-qga_commands-posix_c
> --- patches/patch-qga_commands-posix_c 26 Feb 2024 13:30:18 -0000 1.9
> +++ patches/patch-qga_commands-posix_c 24 Apr 2024 05:35:13 -0000
> @@ -5,7 +5,7 @@ Adds support for "guest-get-fsinfo" and
> Index: qga/commands-posix.c
> --- qga/commands-posix.c.orig
> +++ qga/commands-posix.c
> -@@ -56,6 +56,11 @@
> +@@ -59,6 +59,11 @@
>
No comments:
Post a Comment