On Mon, 19 Aug 2019 at 16:17, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 3fbd3405d2b0604ea530fc7a1828f19da1e95ff9:
>
> Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-17' into staging (2019-08-19 14:14:09 +0100)
>
> are available in the Git repository at:
>
> https://github.com/rth7680/qemu.git tags/pull-dt-20190819
>
> for you to fetch changes up to 59a3a1c0c211640e18b058a1b0444154c4eb6f99:
>
> target/riscv: Remove redundant declaration pragmas (2019-08-19 08:13:14 -0700)
>
> ----------------------------------------------------------------
> Implement parameter fields.
> Push warning pragmas into the generated code.
>
> ----------------------------------------------------------------
> Richard Henderson (3):
> decodetree: Allow !function with no input bits
> decodetree: Suppress redundant declaration warnings
> target/riscv: Remove redundant declaration pragmas
>
> target/riscv/translate.c | 19 +----------
> docs/devel/decodetree.rst | 8 ++++-
> scripts/decodetree.py | 71 +++++++++++++++++++++++++++++++++------
> tests/decode/err_field6.decode | 5 +++
> tests/decode/succ_function.decode | 6 ++++
> 5 files changed, 79 insertions(+), 30 deletions(-)
> create mode 100644 tests/decode/err_field6.decode
> create mode 100644 tests/decode/succ_function.decode
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.
-- PMM