mbox series

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

Message ID 20180328045140.16462-1-richard.henderson@linaro.org
Headers show
Series tcg mul[us]h fix | expand

Message

Richard Henderson March 28, 2018, 4:51 a.m. UTC
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(-)

Comments

Peter Maydell March 28, 2018, 3:36 p.m. UTC | #1
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