From 0ab75c8d4e77b0ae34f655421caac53e6cd9c967 Mon Sep 17 00:00:00 2001 From: whoisxxx Date: Thu, 16 Jul 2020 19:44:54 +0800 Subject: [PATCH] Add support for riscv64 --- qemu.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 97165d8c..c67635b4 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 14 +Release: 15 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY @@ -282,6 +282,10 @@ buildarch="x86_64-softmmu" %ifarch aarch64 buildarch="aarch64-softmmu" %endif +%ifarch riscv64 +buildarch="riscv64-softmmu" +%endif + buildldflags="VL_LDFLAGS=-Wl,--build-id" @@ -520,6 +524,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Jul 16 2020 Huawei Technologies Co., Ltd +- target/riscv64: Enable riscv64 when configuring. + * Sat Jun 20 2020 Huawei Technologies Co., Ltd - target/arm: Fix PAuth sbox functions - fix two patches' format which can cause git am failed -- Gitee