From 598ad396bdc1c49574bd0fff822598dbe9a1e680 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 4 Dec 2020 14:50:13 +0000 Subject: [PATCH] Enable qemu-kvm-core package on riscv64. (cherry picked from commit d283ab8f84a33e64086ee5ccef3d893af80a9863) --- qemu.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 81f22f8..e664e59 100644 --- a/qemu.spec +++ b/qemu.spec @@ -23,6 +23,9 @@ %ifarch %{mips} %global kvm_package system-mips %endif +%ifarch riscv64 +%global kvm_package system-riscv +%endif %global user_static 1 @@ -184,7 +187,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 5.1.0 -Release: 7%{?rcrel}%{?dist} +Release: 8%{?rcrel}%{?dist} Epoch: 2 License: GPLv2 and BSD and MIT and CC-BY URL: http://www.qemu.org/ @@ -1915,6 +1918,9 @@ getent passwd qemu >/dev/null || \ %changelog +* Thu Dec 03 2020 Richard W.M. Jones - 5.2.0-0.9.rc4 +- Enable qemu-kvm-core package on riscv64. + * Thu Dec 03 2020 Cole Robinson - 5.1.0-7 - vhost-vsock-pci regressions (bz #1902057)