The following changes since commit 41192db338588051f21501abc13743e62b0a5605:
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging (2021-01-01 22:57:15 +0000) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210104 for you to fetch changes up to a66424ba17d661007dc13d78c9e3014ccbaf0efb: tcg: Add tcg_gen_bswap_tl alias (2021-01-04 06:32:58 -1000) ---------------------------------------------------------------- Fix vector clear issue. Fix riscv host shift issue. Add tcg_gen_bswap_tl. ---------------------------------------------------------------- Richard Henderson (2): tcg: Use memset for large vector byte replication tcg: Add tcg_gen_bswap_tl alias Zihao Yu (1): tcg/riscv: Fix illegal shift instructions accel/tcg/tcg-runtime.h | 11 +++++++++++ include/exec/helper-proto.h | 4 ++++ include/tcg/tcg-op.h | 2 ++ tcg/tcg-op-gvec.c | 32 ++++++++++++++++++++++++++++++++ tcg/riscv/tcg-target.c.inc | 12 ++++++------ 5 files changed, 55 insertions(+), 6 deletions(-)