On Thu, May 6, 2021 at 5:28 AM Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Mon, 3 May 2021 at 23:13, Alistair Francis <alistair.fran...@wdc.com> > wrote: > > > > The following changes since commit 15106f7dc3290ff3254611f265849a314a93eb0e: > > > > Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210502' > > into staging (2021-05-02 16:23:05 +0100) > > > > are available in the Git repository at: > > > > g...@github.com:alistair23/qemu.git tags/pull-riscv-to-apply-20210504-2 > > > > for you to fetch changes up to 7a98eab3a704139020bdad35bfae0356d2a31fa0: > > > > target/riscv: Fix the RV64H decode comment (2021-05-04 08:03:43 +1000) > > > > ---------------------------------------------------------------- > > A large collection of RISC-V fixes, improvements and features > > > > - Clenaup some left over v1.9 code > > - Documentation improvements > > - Support for the shakti_c machine > > - Internal cleanup of the CSR accesses > > - Updates to the OpenTitan platform > > - Support for the virtio-vga > > - Fix for the saturate subtract in vector extensions > > - Experimental support for the ePMP spec > > - A range of other internal code cleanups and bug fixes > > This fails building the docs: > > Warning, treated as error: > /home/petmay01/linaro/qemu-for-merges/docs/system/riscv/shakti-c.rst:document > isn't included in any toctree > > The new board doc file needs to be referenced from the > toctree in docs/system/target-riscv.rst .
Argh! I have fixed this and am sending a v2. A patch to fix it was already on the list so I squashed it in this PR. I am also going to add the docs build to my tests. Alistair > > thanks > -- PMM