mbox series

[PULL,0/1] decodetree: fix 16-bit insns

Message ID 20180326144730.6351-1-richard.henderson@linaro.org
Headers show
Series decodetree: fix 16-bit insns | expand

Message

Richard Henderson March 26, 2018, 2:47 p.m. UTC
It's a bug, so logically 2.12 material.
But no sense requiring risc-v to hold an extra local patch.


r~


The following changes since commit 2ffd221d07a671f72354a063d3080f244ec80b20:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2018-03-26 11:02:50 +0100)

are available in the Git repository at:

  git://github.com/rth7680/qemu.git tags/pull-dt-20180326

for you to fetch changes up to 83d7c40c92cdfb1cd2d5d31f4539b22dc17fbcce:

  scripts/decodetree: Fix insnmask not marked as global in main() (2018-03-26 22:34:07 +0800)

----------------------------------------------------------------
Fix a decodetree problem with 16-bit insns

----------------------------------------------------------------
Bastian Koppelmann (1):
      scripts/decodetree: Fix insnmask not marked as global in main()

 scripts/decodetree.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Maydell March 27, 2018, 10:54 a.m. UTC | #1
On 26 March 2018 at 15:47, Richard Henderson
<richard.henderson@linaro.org> wrote:
> It's a bug, so logically 2.12 material.

> But no sense requiring risc-v to hold an extra local patch.

>

>

> r~

>

>

> The following changes since commit 2ffd221d07a671f72354a063d3080f244ec80b20:

>

>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2018-03-26 11:02:50 +0100)

>

> are available in the Git repository at:

>

>   git://github.com/rth7680/qemu.git tags/pull-dt-20180326

>

> for you to fetch changes up to 83d7c40c92cdfb1cd2d5d31f4539b22dc17fbcce:

>

>   scripts/decodetree: Fix insnmask not marked as global in main() (2018-03-26 22:34:07 +0800)

>

> ----------------------------------------------------------------

> Fix a decodetree problem with 16-bit insns

>

> ----------------------------------------------------------------


Applied, thanks.

-- PMM