On Thu, 2 Jul 2020 at 17:33, Alistair Francis <alistair.fran...@wdc.com> wrote: > > The following changes since commit 64f0ad8ad8e13257e7c912df470d46784b55c3fd: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-02' > into staging (2020-07-02 15:54:09 +0100) > > are available in the Git repository at: > > g...@github.com:alistair23/qemu.git tags/pull-riscv-to-apply-20200702-1 > > for you to fetch changes up to 6bf91617f47c74efc99ef48236765d9677c0898e: > > target/riscv: configure and turn on vector extension from command line > (2020-07-02 09:19:34 -0700) > > ---------------------------------------------------------------- > This PR contains two patches to improve PLIC support in QEMU. > > It also contains one patch that fixes CLINT accesses for RISC-V. This > fixes a regression for most RISC-V boards. > > The rest of the PR is adding support for the v0.7.1 RISC-V vector > extensions. This is experimental support as the vector extensions are > still in a draft state. > > This is a v2 pull request that has fixed the building on big endian > machines failure. >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1 for any user-visible changes. -- PMM