| |
@@ -79,6 +79,7 @@
|
| |
%global have_spice 0
|
| |
%endif
|
| |
%if 0%{?rhel} >= 9
|
| |
+ # TODO(Hyperscale): enable when RHBZ#2233161 is resolved
|
| |
%global have_spice 0
|
| |
%endif
|
| |
|
| |
@@ -91,7 +92,7 @@
|
| |
%endif
|
| |
|
| |
%global have_liburing 0
|
| |
- %if 0%{?fedora}
|
| |
+ %if 0%{?fedora} || 0%{?centos_hs}
|
| |
%ifnarch %{arm}
|
| |
%global have_liburing 1
|
| |
%endif
|
| |
@@ -112,7 +113,7 @@
|
| |
|
| |
%global have_jack 1
|
| |
%if 0%{?rhel}
|
| |
- %global have_jack 0
|
| |
+ %global have_jack %{defined centos_hs}
|
| |
%endif
|
| |
|
| |
%global have_dbus_display 1
|
| |
@@ -121,10 +122,7 @@
|
| |
%global have_dbus_display 0
|
| |
%endif
|
| |
|
| |
- %global have_libblkio 0
|
| |
- %if 0%{?fedora} >= 37
|
| |
%global have_libblkio 1
|
| |
- %endif
|
| |
|
| |
%global have_gvnc_devel %{defined fedora}
|
| |
%global have_sdl_image %{defined fedora}
|
| |
@@ -136,7 +134,7 @@
|
| |
|
| |
# Matches edk2.spec ExclusiveArch
|
| |
%global have_edk2 0
|
| |
- %ifarch %{ix86} x86_64 %{arm} aarch64 riscv64
|
| |
+ %ifarch %{ix86} x86_64 aarch64 riscv64
|
| |
%global have_edk2 1
|
| |
%endif
|
| |
|
| |
@@ -153,7 +151,7 @@
|
| |
%endif
|
| |
|
| |
%define have_block_nfs 0
|
| |
- %if 0%{?fedora}
|
| |
+ %if 0%{?fedora} || 0%{?centos_hs}
|
| |
%define have_block_nfs 1
|
| |
%endif
|
| |
|
| |
@@ -163,7 +161,7 @@
|
| |
%endif
|
| |
|
| |
%define have_libcacard 1
|
| |
- %if 0%{?rhel} >= 9
|
| |
+ %if 0%{?rhel} >= 9 && ! 0%{?centos_hs}
|
| |
%define have_libcacard 0
|
| |
%endif
|
| |
|
| |
@@ -174,6 +172,18 @@
|
| |
%endif
|
| |
%endif
|
| |
|
| |
+ %define have_qatzip 0
|
| |
+ %ifarch x86_64
|
| |
+ %define have_qatzip 1
|
| |
+ %endif
|
| |
+
|
| |
+ %global have_libcbor 1
|
| |
+ %if 0%{?rhel}
|
| |
+ # libcbor missing on centos stream 9
|
| |
+ %global have_libcbor 0
|
| |
+ %endif
|
| |
+
|
| |
+
|
| |
# LTO still has issues with qemu on armv7hl and aarch64
|
| |
# https://bugzilla.redhat.com/show_bug.cgi?id=1952483
|
| |
%global _lto_cflags %{nil}
|
| |
@@ -349,6 +359,8 @@
|
| |
%{obsoletes_block_gluster} \
|
| |
%{obsoletes_block_rbd} \
|
| |
%{obsoletes_package_virtiofsd} \
|
| |
+ Obsoletes: %{name}-system-cris <= %{epoch}:%{version}-%{release} \
|
| |
+ Obsoletes: %{name}-system-cris-core <= %{epoch}:%{version}-%{release} \
|
| |
Obsoletes: %{name}-system-lm32 <= %{epoch}:%{version}-%{release} \
|
| |
Obsoletes: %{name}-system-lm32-core <= %{epoch}:%{version}-%{release} \
|
| |
Obsoletes: %{name}-system-moxie <= %{epoch}:%{version}-%{release} \
|
| |
@@ -360,7 +372,7 @@
|
| |
Obsoletes: sgabios-bin <= 1:0.20180715git-10.fc38
|
| |
|
| |
# Release candidate version tracking
|
| |
- # global rcver rc4
|
| |
+ #global rcver rc0
|
| |
%if 0%{?rcver:1}
|
| |
%global rcrel .%{rcver}
|
| |
%global rcstr -%{rcver}
|
| |
@@ -369,10 +381,13 @@
|
| |
# To prevent rpmdev-bumpspec breakage
|
| |
%global baserelease 1
|
| |
|
| |
+ # Hyperscale release
|
| |
+ %global hsrel .1
|
| |
+
|
| |
Summary: QEMU is a FAST! processor emulator
|
| |
Name: qemu
|
| |
- Version: 9.1.1
|
| |
- Release: %{baserelease}%{?rcrel}%{?dist}
|
| |
+ Version: 9.2.0
|
| |
+ Release: %{baserelease}%{?rcrel}%{?hsrel}%{?dist}
|
| |
Epoch: 2
|
| |
License: %{shrink:
|
| |
Apache-2.0 AND
|
| |
@@ -406,6 +421,27 @@
|
| |
# Generating build-id links failed
|
| |
%global _missing_build_ids_terminate_build 0
|
| |
|
| |
+ # fb-only patches.
|
| |
+ %if 0%{?facebook}
|
| |
+ # internal hack #1: skip validation of all CA certs in the provided bundle including
|
| |
+ # those not in the chain of trust. evaluating rework for potential upstreaming.
|
| |
+ Patch: 0001-relax-CA-certs-checks.patch
|
| |
+
|
| |
+ # internal hack #2: when using qemu-user from binfmt_misc we cannot pass parameters to select
|
| |
+ # which cpu to use. changing the default to use the oldest cpu supported by CentOS 9.
|
| |
+ # evaluating if an environment variable could be used for this
|
| |
+ Patch: 0003-linux-user-default-cpu-model.patch
|
| |
+
|
| |
+ # Add new btrfs *_v2 ioctls for user-level emulation.
|
| |
+ # will be reworked for potential upstreaming.
|
| |
+ Patch: 0004-BTRFS_V2_IOCTLS.patch
|
| |
+
|
| |
+ # Include experimental changes based AMD patches for SEV/SNP to make PCI passthrough
|
| |
+ # work with SNP
|
| |
+ Patch: 0005-disable_ram_block_discard_for_pci_passthrough_on_AMD_SEV_SNP.patch
|
| |
+
|
| |
+ %endif
|
| |
+
|
| |
Source10: qemu-guest-agent.service
|
| |
Source11: 99-qemu-guest-agent.rules
|
| |
Source12: bridge.conf
|
| |
@@ -423,11 +459,9 @@
|
| |
# Fix compat with new glibc (not upstream yet)
|
| |
Patch: schedattr.patch
|
| |
|
| |
- # Openat2 support (upstream commit 9651cea)
|
| |
- Patch: 0001-linux-user-add-openat2-support-in-linux-user.patch
|
| |
- # linux-user-cris support for openat2, can be removed once "cris" is
|
| |
- # removed (after v9.1.0)
|
| |
- Patch: 0001-linux-user-guard-openat2-with-if-defined-TARGET_NR_o.patch
|
| |
+ # Fix migration from qemu 7.x, 8.x to 9.2+
|
| |
+ # https://gitlab.com/qemu-project/qemu/-/issues/2720
|
| |
+ Patch: 0c0baf37eaaccff09f8b75015cad0dacc997ff87.patch
|
| |
|
| |
BuildRequires: gnupg2
|
| |
BuildRequires: meson >= %{meson_version}
|
| |
@@ -598,6 +632,14 @@
|
| |
# Builds on centos-stream 9 require python-tomli
|
| |
BuildRequires: python-tomli
|
| |
%endif
|
| |
+ %if %{have_qatzip}
|
| |
+ # --enable-qatzip
|
| |
+ BuildRequires: qatzip-devel
|
| |
+ %endif
|
| |
+ %if %{have_libcbor}
|
| |
+ # --enable-libcbor
|
| |
+ BuildRequires: libcbor-devel
|
| |
+ %endif
|
| |
|
| |
%if %{user_static}
|
| |
BuildRequires: glibc-static
|
| |
@@ -614,7 +656,6 @@
|
| |
Requires: %{name}-system-alpha = %{epoch}:%{version}-%{release}
|
| |
Requires: %{name}-system-arm = %{epoch}:%{version}-%{release}
|
| |
Requires: %{name}-system-avr = %{epoch}:%{version}-%{release}
|
| |
- Requires: %{name}-system-cris = %{epoch}:%{version}-%{release}
|
| |
Requires: %{name}-system-loongarch64 = %{epoch}:%{version}-%{release}
|
| |
Requires: %{name}-system-m68k = %{epoch}:%{version}-%{release}
|
| |
Requires: %{name}-system-microblaze = %{epoch}:%{version}-%{release}
|
| |
@@ -1103,7 +1144,6 @@
|
| |
Requires: qemu-user-static-aarch64
|
| |
Requires: qemu-user-static-alpha
|
| |
Requires: qemu-user-static-arm
|
| |
- Requires: qemu-user-static-cris
|
| |
Requires: qemu-user-static-hexagon
|
| |
Requires: qemu-user-static-hppa
|
| |
Requires: qemu-user-static-loongarch64
|
| |
@@ -1119,6 +1159,7 @@
|
| |
Requires: qemu-user-static-x86
|
| |
Requires: qemu-user-static-xtensa
|
| |
Obsoletes: qemu-user-static-nios2 <= %{epoch}:%{version}-%{release}
|
| |
+ Obsoletes: qemu-user-static-cris <= %{epoch}:%{version}-%{release}
|
| |
|
| |
|
| |
%description user-static
|
| |
@@ -1143,12 +1184,6 @@
|
| |
This package provides the arm user mode emulation of qemu targets built as
|
| |
static binaries
|
| |
|
| |
- %package user-static-cris
|
| |
- Summary: QEMU user mode emulation of cris qemu targets static build
|
| |
- %description user-static-cris
|
| |
- This package provides the cris user mode emulation of qemu targets built as
|
| |
- static binaries
|
| |
-
|
| |
%package user-static-hexagon
|
| |
Summary: QEMU user mode emulation of hexagon qemu targets static build
|
| |
%description user-static-hexagon
|
| |
@@ -1276,9 +1311,8 @@
|
| |
%package system-arm-core
|
| |
Summary: QEMU system emulator for ARM
|
| |
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
| |
- %if %{have_edk2}
|
| |
- Requires: edk2-arm
|
| |
- %endif
|
| |
+ # Drop the next line in Fedora >= 44.
|
| |
+ Obsoletes: edk2-arm <= 20241117-2.fc42
|
| |
%description system-arm-core
|
| |
This package provides the QEMU system emulator for ARM boards.
|
| |
|
| |
@@ -1297,20 +1331,6 @@
|
| |
This package provides the QEMU system emulator for AVR systems.
|
| |
|
| |
|
| |
- %package system-cris
|
| |
- Summary: QEMU system emulator for CRIS
|
| |
- Requires: %{name}-system-cris-core = %{epoch}:%{version}-%{release}
|
| |
- %{requires_all_modules}
|
| |
- %description system-cris
|
| |
- This package provides the system emulator for CRIS systems.
|
| |
-
|
| |
- %package system-cris-core
|
| |
- Summary: QEMU system emulator for CRIS
|
| |
- Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
| |
- %description system-cris-core
|
| |
- This package provides the system emulator for CRIS boards.
|
| |
-
|
| |
-
|
| |
%package system-hppa
|
| |
Summary: QEMU system emulator for HPPA
|
| |
Requires: %{name}-system-hppa-core = %{epoch}:%{version}-%{release}
|
| |
@@ -1554,6 +1574,7 @@
|
| |
--audio-drv-list= \\\
|
| |
--disable-af-xdp \\\
|
| |
--disable-alsa \\\
|
| |
+ --disable-asan \\\
|
| |
--disable-attr \\\
|
| |
--disable-auth-pam \\\
|
| |
--disable-avx2 \\\
|
| |
@@ -1605,6 +1626,7 @@
|
| |
--disable-jack \\\
|
| |
--disable-kvm \\\
|
| |
--disable-l2tpv3 \\\
|
| |
+ --disable-libcbor \\\
|
| |
--disable-libdaxctl \\\
|
| |
--disable-libdw \\\
|
| |
--disable-libkeyutils \\\
|
| |
@@ -1646,10 +1668,10 @@
|
| |
--disable-rdma \\\
|
| |
--disable-relocatable \\\
|
| |
--disable-replication \\\
|
| |
+ --disable-rust \\\
|
| |
--disable-rutabaga-gfx \\\
|
| |
--disable-rng-none \\\
|
| |
--disable-safe-stack \\\
|
| |
- --disable-sanitizers \\\
|
| |
--disable-sdl \\\
|
| |
--disable-sdl-image \\\
|
| |
--disable-seccomp \\\
|
| |
@@ -1662,6 +1684,7 @@
|
| |
--disable-sparse \\\
|
| |
--disable-spice \\\
|
| |
--disable-spice-protocol \\\
|
| |
+ --disable-strict-rust-lints \\\
|
| |
--disable-strip \\\
|
| |
--disable-system \\\
|
| |
--disable-tcg \\\
|
| |
@@ -1670,6 +1693,7 @@
|
| |
--disable-tsan \\\
|
| |
--disable-uadk \\\
|
| |
--disable-u2f \\\
|
| |
+ --disable-ubsan \\\
|
| |
--disable-usb-redir \\\
|
| |
--disable-user \\\
|
| |
--disable-vpc \\\
|
| |
@@ -1778,6 +1802,9 @@
|
| |
%endif
|
| |
--enable-kvm \
|
| |
--enable-l2tpv3 \
|
| |
+ %if %{have_libcbor}
|
| |
+ --enable-libcbor \
|
| |
+ %endif
|
| |
--enable-libiscsi \
|
| |
%if %{have_pmem}
|
| |
--enable-libpmem \
|
| |
@@ -1866,6 +1893,9 @@
|
| |
--enable-linux-user \
|
| |
--enable-multiprocess \
|
| |
--enable-parallels \
|
| |
+ %if %{have_qatzip}
|
| |
+ --enable-qatzip \
|
| |
+ %endif
|
| |
--enable-qcow1 \
|
| |
--enable-qed \
|
| |
--enable-qom-cast-debug \
|
| |
@@ -1891,7 +1921,6 @@
|
| |
%endif
|
| |
--enable-vhdx \
|
| |
--enable-virtfs \
|
| |
- --enable-virtfs-proxy-helper \
|
| |
--enable-vpc \
|
| |
--enable-vnc-jpeg \
|
| |
--enable-vte \
|
| |
@@ -2150,6 +2179,14 @@
|
| |
# tests have been flakey in the past
|
| |
export MTESTARGS="--no-suite block"
|
| |
|
| |
+ # Most architectures can use the default timeouts, but in some cases
|
| |
+ # the hardware that's currently available is too slow and we need to
|
| |
+ # allow tests to run for a little bit longer
|
| |
+ %define timeout_multiplier 1
|
| |
+ %ifarch riscv64
|
| |
+ %define timeout_multiplier 3
|
| |
+ %endif
|
| |
+
|
| |
%if %{with check}
|
| |
%if !%{tools_only}
|
| |
|
| |
@@ -2158,8 +2195,13 @@
|
| |
# ppc64le random qtest segfaults with no discernable pattern
|
| |
# Last check: 2023-10
|
| |
# Added: 2022-06
|
| |
- %ifnarch %{power64}
|
| |
- %make_build check
|
| |
+ #
|
| |
+ # i686 test failing as of qemu-9.2.0-rcX. Discussed here:
|
| |
+ # https://src.fedoraproject.org/rpms/qemu/pull-request/71
|
| |
+ # Decided to disable i686 tests entirely, en route to fully
|
| |
+ # removing i686 support in the future
|
| |
+ %ifnarch %{power64} %{ix86}
|
| |
+ %make_build check TIMEOUT_MULTIPLIER=%{timeout_multiplier}
|
| |
%endif
|
| |
|
| |
popd
|
| |
@@ -2212,11 +2254,6 @@
|
| |
%postun user-static-arm
|
| |
/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || :
|
| |
|
| |
- %post user-static-cris
|
| |
- /bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || :
|
| |
- %postun user-static-cris
|
| |
- /bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || :
|
| |
-
|
| |
%post user-static-hexagon
|
| |
/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || :
|
| |
%postun user-static-hexagon
|
| |
@@ -2389,8 +2426,6 @@
|
| |
# Fedora specific
|
| |
%{_datadir}/applications/qemu.desktop
|
| |
%exclude %{_datadir}/%{name}/qemu-nsis.bmp
|
| |
- %{_libexecdir}/virtfs-proxy-helper
|
| |
- %{_mandir}/man1/virtfs-proxy-helper.1*
|
| |
|
| |
|
| |
%files tests
|
| |
@@ -2545,7 +2580,6 @@
|
| |
%{_bindir}/qemu-alpha
|
| |
%{_bindir}/qemu-arm
|
| |
%{_bindir}/qemu-armeb
|
| |
- %{_bindir}/qemu-cris
|
| |
%{_bindir}/qemu-hppa
|
| |
%{_bindir}/qemu-hexagon
|
| |
%{_bindir}/qemu-loongarch64
|
| |
@@ -2588,9 +2622,6 @@
|
| |
%{_datadir}/systemtap/tapset/qemu-arm.stp
|
| |
%{_datadir}/systemtap/tapset/qemu-arm-log.stp
|
| |
%{_datadir}/systemtap/tapset/qemu-arm-simpletrace.stp
|
| |
- %{_datadir}/systemtap/tapset/qemu-cris.stp
|
| |
- %{_datadir}/systemtap/tapset/qemu-cris-log.stp
|
| |
- %{_datadir}/systemtap/tapset/qemu-cris-simpletrace.stp
|
| |
%{_datadir}/systemtap/tapset/qemu-hexagon.stp
|
| |
%{_datadir}/systemtap/tapset/qemu-hexagon-log.stp
|
| |
%{_datadir}/systemtap/tapset/qemu-hexagon-simpletrace.stp
|
| |
@@ -2719,12 +2750,6 @@
|
| |
%endif
|
| |
%{_exec_prefix}/lib/binfmt.d/qemu-armeb-static.conf
|
| |
|
| |
- %files user-static-cris
|
| |
- %{_bindir}/qemu-cris-static
|
| |
- %{_datadir}/systemtap/tapset/qemu-cris-log-static.stp
|
| |
- %{_datadir}/systemtap/tapset/qemu-cris-simpletrace-static.stp
|
| |
- %{_datadir}/systemtap/tapset/qemu-cris-static.stp
|
| |
-
|
| |
%files user-static-hexagon
|
| |
%{_bindir}/qemu-hexagon-static
|
| |
%{_datadir}/systemtap/tapset/qemu-hexagon-log-static.stp
|
| |
@@ -2943,15 +2968,6 @@
|
| |
%{_mandir}/man1/qemu-system-avr.1*
|
| |
|
| |
|
| |
- %files system-cris
|
| |
- %files system-cris-core
|
| |
- %{_bindir}/qemu-system-cris
|
| |
- %{_datadir}/systemtap/tapset/qemu-system-cris.stp
|
| |
- %{_datadir}/systemtap/tapset/qemu-system-cris-log.stp
|
| |
- %{_datadir}/systemtap/tapset/qemu-system-cris-simpletrace.stp
|
| |
- %{_mandir}/man1/qemu-system-cris.1*
|
| |
-
|
| |
-
|
| |
%files system-hppa
|
| |
%files system-hppa-core
|
| |
%{_bindir}/qemu-system-hppa
|
| |
@@ -3084,7 +3100,6 @@
|
| |
%{_datadir}/systemtap/tapset/qemu-system-s390x-simpletrace.stp
|
| |
%{_mandir}/man1/qemu-system-s390x.1*
|
| |
%{_datadir}/%{name}/s390-ccw.img
|
| |
- %{_datadir}/%{name}/s390-netboot.img
|
| |
|
| |
|
| |
%files system-sh4
|
| |
@@ -3174,6 +3189,43 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Fri Dec 20 2024 Roberto Campesato <render@metalabs.org> - 2:9.2.0-2.1
|
| |
+ - Merge latest changes from Fedora
|
| |
+ - Remove fb-only patch already included upstream
|
| |
+ - Include fix for multifd migration regression https://gitlab.com/qemu-project/qemu/-/issues/2720
|
| |
+
|
| |
+ * Fri Dec 13 2024 Richard W.M. Jones <rjones@redhat.com> - 2:9.2.0-2
|
| |
+ - Rebuild for libnfs 6 (soname changed from 14 to 16)
|
| |
+
|
| |
+ * Thu Dec 12 2024 Daniel P. Berrangé <berrange@redhat.com> - 9.2.0-1
|
| |
+ - Rebase to qemu 9.2.0
|
| |
+
|
| |
+ * Wed Dec 11 2024 Richard W.M. Jones <rjones@redhat.com> - 2:9.2.0-0.6.rc3
|
| |
+ - Rebuild to fix qemu-aarch64-static SIGSEGV (RHBZ#2330793)
|
| |
+
|
| |
+ * Fri Dec 6 2024 Daniel P. Berrangé <berrange@redhat.com> - 9.2.0-0.5.rc3
|
| |
+ - Rebase to qemu 9.2.0-rc3
|
| |
+
|
| |
+ * Tue Dec 03 2024 Andrea Bolognani <abologna@redhat.com> - 9.2.0-0.4.rc1
|
| |
+ - Increase test timeout on riscv64
|
| |
+
|
| |
+ * Mon Dec 02 2024 Richard W.M. Jones <rjones@redhat.com> - 9.2.0-0.3.rc1
|
| |
+ - Remove edk2 dependency on arm (32 bit) (RHBZ#2329331)
|
| |
+
|
| |
+ * Fri Nov 29 2024 Daniel P. Berrangé <berrange@redhat.com> - 9.2.0-0.2.rc1
|
| |
+ - Fix crash querying virtio-balloon stats
|
| |
+
|
| |
+ * Mon Nov 25 2024 Cole Robinson <crobinso@redhat.com> - 9.2.0-0.1.rc1
|
| |
+ - Rebase to qemu 9.2.0-rc1
|
| |
+
|
| |
+ * Tue Nov 05 2024 Cole Robinson <crobinso@redhat.com> - 9.1.1-2
|
| |
+ - Fix spice audio regression with qemu 9.1.1
|
| |
+
|
| |
+ * Fri Oct 25 2024 Roberto Campesato <render@metalabs.org> - 9.1.1-1.1
|
| |
+ - Merge latest changes from Fedora
|
| |
+ - Added fb-only patch based on experimental AMD changes for SEV/SNP
|
| |
+ to make PCI passthrough work with SNP
|
| |
+
|
| |
* Thu Oct 24 2024 Cole Robinson <crobinso@redhat.com> - 9.1.1-1
|
| |
- Rebase to qemu 9.1.1 stable
|
| |
|
| |
@@ -3185,9 +3237,17 @@
|
| |
- Replace BLACKLIST_RPC with QEMU_GA_ARGS in sysconfig file
|
| |
- Related rhbz #2258100
|
| |
|
| |
+ * Mon Oct 14 2024 Roberto Campesato <render@metalabs.org> - 2:9.1.0-2.1
|
| |
+ - Merge latest changes from Fedora
|
| |
+
|
| |
* Mon Sep 16 2024 Richard W.M. Jones <rjones@redhat.com> - 2:9.1.0-2
|
| |
- Replace qemu --blacklist option with -b (related: RHBZ#2258100)
|
| |
|
| |
+ * Wed Sep 11 2024 Roberto Campesato <render@metalabs.org> - 9.1.0-1.1
|
| |
+ - Merge latest changes from Fedora
|
| |
+ - Added fb-only patch based on experimental AMD changes for SEV/SNP
|
| |
+ to make PCI passthrough work with SNP
|
| |
+
|
| |
* Thu Sep 05 2024 Cole Robinson <crobinso@redhat.com> - 9.1.0-1
|
| |
- New release qemu 9.1.0 GA
|
| |
|
| |
@@ -3222,6 +3282,17 @@
|
| |
* Sat Apr 06 2024 Cole Robinson <crobinso@redhat.com> - 8.2.2-2
|
| |
- Rebuild for new libiscsi
|
| |
|
| |
+ * Tue Mar 26 2024 Roberto Campesato <render@metalabs.org> - 8.2.2-1.1
|
| |
+ - include unit test change in patch relaxing CA cert bundle validation
|
| |
+
|
| |
+ * Tue Mar 19 2024 Roberto Campesato <render@metalabs.org> - 8.2.2-1.1
|
| |
+ - Merge latest changes from Fedora
|
| |
+ - Re-enabled libblkio (RHBZ#2232766 closed)
|
| |
+ - Added fb-only patches
|
| |
+ . relaxing CA cert bundle validatation
|
| |
+ . setting default cpu_model for linux-user x86_64 and aarch64
|
| |
+ . btrfs v2 ioctls
|
| |
+
|
| |
* Wed Mar 06 2024 Cole Robinson <crobinso@redhat.com> - 8.2.2-1
|
| |
- New release qemu 8.2.2
|
| |
|
| |
@@ -3273,6 +3344,10 @@
|
| |
* Tue Sep 26 2023 Cole Robinson <crobinso@redhat.com> - 8.1.1-1
|
| |
- Rebase to qemu 8.1.1
|
| |
|
| |
+ * Tue Sep 19 2023 Davide Cavalca <dcavalca@centosproject.org> - 2:8.1.0-2.1
|
| |
+ - Merge latest changes from Fedora
|
| |
+ - Enable libcacard support for Hyperscale builds
|
| |
+
|
| |
* Thu Aug 24 2023 Cole Robinson <crobinso@redhat.com> - 8.1.0-2
|
| |
- Make qemu-docs noarch
|
| |
|
| |
@@ -3285,6 +3360,13 @@
|
| |
* Sun Aug 20 2023 Cole Robinson <crobinso@redhat.com> - 8.1.0-0.1-rc4
|
| |
- Rebase to qemu 8.1.0-rc4
|
| |
|
| |
+ * Thu Aug 17 2023 Davide Cavalca <dcavalca@centosproject.org> - 2:8.0.3-1.1
|
| |
+ - Merge latest changes from Fedora
|
| |
+ - Temporarily disable virgl for Hyperscale due to missing dependencies
|
| |
+ - Adjust Requires for virtiofsd for RHEL 9 and earlier
|
| |
+ Upstream PR: https://src.fedoraproject.org/rpms/qemu/pull-request/47
|
| |
+ - Enable jack support for Hyperscale builds
|
| |
+
|
| |
* Thu Jul 20 2023 Camilla Conte <cconte@redhat.com> - 2:8.0.3-1
|
| |
- New upstream release 8.0.3
|
| |
|
| |
@@ -3334,6 +3416,10 @@
|
| |
* Fri Nov 11 2022 Eduardo Lima (Etrunko) <etrunko@redhat.com> - 7.1.0-4
|
| |
- Update libbpf dependency
|
| |
|
| |
+ * Thu Sep 08 2022 Davide Cavalca <dcavalca@centosproject.org> - 7.1.0-3.1
|
| |
+ - Enable some additional features for Hyperscale
|
| |
+ - Number patches for compatibility with el8
|
| |
+
|
| |
* Thu Sep 08 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 7.1.0-3
|
| |
- Unconditionally enable capstone-devel
|
| |
|
| |
Include fix for multifd migration regression (https://gitlab.com/qemu-project/qemu/-/issues/2720)
Builds locally and remotely, tested deployment and verified that migration works from 7.x to 9.2 and between 9.2