The following changes since commit 3944e93af06f06eb07316e0bef46b007573e0309:
Update version for v8.1.0-rc3 release (2023-08-10 12:49:56 -0700) are available in the Git repository at: https://github.com/alistair23/qemu.git tags/pull-riscv-to-apply-20230811-3 for you to fetch changes up to b274c2388e9fcde75d60c6e7c7d8f888874b61b7: hw/riscv/virt.c: change 'aclint' TCG check (2023-08-11 14:16:26 -0400) ---------------------------------------------------------------- Sixth RISC-V PR for 8.1 This is a last minute PR for RISC-V. The main goal is to fix https://gitlab.com/qemu-project/qemu/-/issues/1823 which is a regression that means the aclint option cannot be enabled. While we are here we also fixup KVM issue. * KVM: fix mvendorid size * Fixup aclint check ---------------------------------------------------------------- Daniel Henrique Barboza (2): target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids() hw/riscv/virt.c: change 'aclint' TCG check hw/riscv/virt.c | 20 +++++++++++++------- target/riscv/kvm.c | 9 ++++++++- 2 files changed, 21 insertions(+), 8 deletions(-)