]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201023...
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 26 Oct 2020 11:27:40 +0000 (11:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 26 Oct 2020 11:27:41 +0000 (11:27 +0000)
commit288a1cc6345ed0b04e0dc887905ebeef17141608
treedb3c31fca579f127b9494deb32831281c92c4699
parenta5fac424c76d6401ecde4ecb7d846e656d0d6e89
parent51b6c1bbc3dd1b139a9e9b021d87bcfd7d82299e
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201023' into staging

A collection of RISC-V fixes for the next QEMU release.

This includes:
 - Improvements to logging output
 - Hypervisor instruction fixups
 - The ability to load a noMMU kernel
 - SiFive OTP support

# gpg: Signature made Fri 23 Oct 2020 16:13:57 BST
# gpg:                using RSA key F6C4AC46D4934868D3B8CE8F21E10D29DF977054
# gpg: Good signature from "Alistair Francis <alistair@alistair23.me>" [full]
# Primary key fingerprint: F6C4 AC46 D493 4868 D3B8  CE8F 21E1 0D29 DF97 7054

* remotes/alistair/tags/pull-riscv-to-apply-20201023:
  hw/misc/sifive_u_otp: Add backend drive support
  hw/misc/sifive_u_otp: Add write function and write-once protection
  target/riscv: raise exception to HS-mode at get_physical_address
  hw/riscv: Load the kernel after the firmware
  hw/riscv: Add a riscv_is_32_bit() function
  hw/riscv: Return the end address of the loaded firmware
  hw/riscv: sifive_u: Allow specifying the CPU
  target/riscv: Fix implementation of HLVX.WU instruction
  target/riscv: Fix update of hstatus.GVA in riscv_cpu_do_interrupt
  target/riscv: Fix update of hstatus.SPVP
  hw/intc: Move sifive_plic.h to the include directory
  riscv: Convert interrupt logs to use qemu_log_mask()

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>