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

Richard Henderson posted 1 patch 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180326144730.6351-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test s390x passed
scripts/decodetree.py | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PULL 0/1] decodetree: fix 16-bit insns
Posted by Richard Henderson 6 years ago
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(+)

Re: [Qemu-devel] [PULL 0/1] decodetree: fix 16-bit insns
Posted by Peter Maydell 6 years ago
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