qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 6cb1d3: tcg: Fix out-of-line generic vector c


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 6cb1d3: tcg: Fix out-of-line generic vector compares
Date: Fri, 06 Apr 2018 07:52:21 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6cb1d3b8517572031a22675280ec642972cdb395
      
https://github.com/qemu/qemu/commit/6cb1d3b8517572031a22675280ec642972cdb395
  Author: Richard Henderson <address@hidden>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M accel/tcg/tcg-runtime-gvec.c

  Log Message:
  -----------
  tcg: Fix out-of-line generic vector compares

A mistake in the type passed to sizeof, that happens to work
when the out-of-line fallback itself is using host vectors,
but fails when using only the base types.

Tested-by: Emilio G. Cota <address@hidden>
Reported-by: Emilio G. Cota <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>


  Commit: 585d46f835296e7cf32ff0b9b7537a20a3662249
      
https://github.com/qemu/qemu/commit/585d46f835296e7cf32ff0b9b7537a20a3662249
  Author: Peter Maydell <address@hidden>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M accel/tcg/tcg-runtime-gvec.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180407' into staging

Fix generic host vector compares.

# gpg: Signature made Fri 06 Apr 2018 14:10:38 BST
# gpg:                using RSA key 64DF38E8AF7E215F
# gpg: Good signature from "Richard Henderson <address@hidden>"
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F

* remotes/rth/tags/pull-tcg-20180407:
  tcg: Fix out-of-line generic vector compares

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/8267cf8b4b07...585d46f83529

reply via email to

[Prev in Thread] Current Thread [Next in Thread]