[Qemu-devel] [PULL for-2.12 0/1] tcg mul[us]h fix

Richard Henderson posted 1 patch 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180328045140.16462-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker-build@min-glib failed
Test docker-mingw@fedora passed
Test docker-quick@centos6 failed
Test s390x passed
tcg/tcg-opc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL for-2.12 0/1] tcg mul[us]h fix
Posted by Richard Henderson 6 years ago
This is material for stable as well.


r~


The following changes since commit fa3704d87720d7049d483ff669b9e2ff991e7658:

  Update version for v2.12.0-rc1 release (2018-03-27 22:04:23 +0100)

are available in the Git repository at:

  git://github.com/rth7680/qemu.git tags/pull-tcg-20180328

for you to fetch changes up to f2f1dde75160cac6ede330f3db50dc817d01a2d6:

  tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops (2018-03-28 12:45:16 +0800)

----------------------------------------------------------------
Fix muluh_i64 and mulsh_i64 flags

----------------------------------------------------------------
Richard Henderson (1):
      tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops

 tcg/tcg-opc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [Qemu-devel] [PULL for-2.12 0/1] tcg mul[us]h fix
Posted by Peter Maydell 6 years ago
On 28 March 2018 at 05:51, Richard Henderson
<richard.henderson@linaro.org> wrote:
> This is material for stable as well.
>
>
> r~
>
>
> The following changes since commit fa3704d87720d7049d483ff669b9e2ff991e7658:
>
>   Update version for v2.12.0-rc1 release (2018-03-27 22:04:23 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20180328
>
> for you to fetch changes up to f2f1dde75160cac6ede330f3db50dc817d01a2d6:
>
>   tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops (2018-03-28 12:45:16 +0800)
>
> ----------------------------------------------------------------
> Fix muluh_i64 and mulsh_i64 flags
>
> ----------------------------------------------------------------
> Richard Henderson (1):
>       tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops

Applied, thanks.

-- PMM