On Tue, 10 Nov 2020 at 04:09, Alistair Francis <alistair.fran...@wdc.com> wrote: > > The following changes since commit 3c8c36c9087da957f580a9bb5ebf7814a753d1c6: > > Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201104-pull-request' > into staging (2020-11-04 16:52:17 +0000) > > are available in the Git repository at: > > g...@github.com:alistair23/qemu.git tags/pull-riscv-to-apply-20201109 > > for you to fetch changes up to 96338fefc19a143abdc91f6c44f37683274b08d4: > > hw/intc/ibex_plic: Clear the claim register when read (2020-11-09 15:09:53 > -0800) > > ---------------------------------------------------------------- > This fixes two bugs in the RISC-V port. One is a bug in the > Ibex PLIC, the other fixes the Hypvervisor access functions. > > ---------------------------------------------------------------- > Alistair Francis (6): > target/riscv: Add a virtualised MMU Mode > target/riscv: Set the virtualised MMU mode when doing hyp accesses > target/riscv: Remove the HS_TWO_STAGE flag > target/riscv: Remove the hyp load and store functions > target/riscv: Split the Hypervisor execute load helpers > hw/intc/ibex_plic: Clear the claim register when read
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2 for any user-visible changes. -- PMM