qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 0b9196: tcg-i386: Fix win64 qemu store


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 0b9196: tcg-i386: Fix win64 qemu store
Date: Thu, 05 Jun 2014 13:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0b919667302aa395bfde0328749dc21a0b123c44
      
https://github.com/qemu/qemu/commit/0b919667302aa395bfde0328749dc21a0b123c44
  Author: Richard Henderson <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M tcg/i386/tcg-target.c

  Log Message:
  -----------
  tcg-i386: Fix win64 qemu store

The first non-register argument isn't placed at offset 0.

Cc: address@hidden
Reviewed-by: Stefan Weil <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>


  Commit: 76782fab1c69c7a995ac24aedb97c53f80d95289
      
https://github.com/qemu/qemu/commit/76782fab1c69c7a995ac24aedb97c53f80d95289
  Author: Richard Henderson <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M tcg/tci/tcg-target.c
    M tcg/tci/tcg-target.h
    M tci.c

  Log Message:
  -----------
  tci: Convert to new ldst opcodes

Tested-by: Stefan Weil <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>


  Commit: 3d1b2ff62c65a52a85fb3f9de12bde55d55892df
      
https://github.com/qemu/qemu/commit/3d1b2ff62c65a52a85fb3f9de12bde55d55892df
  Author: Richard Henderson <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M tcg/aarch64/tcg-target.h
    M tcg/arm/tcg-target.h
    M tcg/i386/tcg-target.h
    M tcg/ia64/tcg-target.h
    M tcg/mips/tcg-target.h
    M tcg/optimize.c
    M tcg/ppc/tcg-target.h
    M tcg/ppc64/tcg-target.h
    M tcg/s390/tcg-target.h
    M tcg/sparc/tcg-target.h
    M tcg/tcg-opc.h
    M tcg/tcg.c
    M tcg/tci/tcg-target.h

  Log Message:
  -----------
  tcg: Remove TCG_TARGET_HAS_new_ldst

Since all backends have been converted, remove the compatibility code.

Acked-by: Claudio Fontana <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>


  Commit: e3eb9806c70c7315336b5e310a841c8f381dacea
      
https://github.com/qemu/qemu/commit/e3eb9806c70c7315336b5e310a841c8f381dacea
  Author: Alexander Graf <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M tcg/tcg-op.h

  Log Message:
  -----------
  TCG: Fix tcg_gen_extr_i64_tl for 32bit

We expose a generic helper "tcg_gen_extr_i64_tl" for 64bit targets, but the
same function for 32bit targets is a misnomer and refers to an invalid function
name.

Fix up the definition to point to the correct internal helper names instead.

Signed-off-by: Alexander Graf <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>


  Commit: 9d48d3f01cf3f67d54cd7e2c7834e97a57cea0b8
      
https://github.com/qemu/qemu/commit/9d48d3f01cf3f67d54cd7e2c7834e97a57cea0b8
  Author: Peter Maydell <address@hidden>
  Date:   2014-06-05 (Thu, 05 Jun 2014)

  Changed paths:
    M tcg/aarch64/tcg-target.h
    M tcg/arm/tcg-target.h
    M tcg/i386/tcg-target.c
    M tcg/i386/tcg-target.h
    M tcg/ia64/tcg-target.h
    M tcg/mips/tcg-target.h
    M tcg/optimize.c
    M tcg/ppc/tcg-target.h
    M tcg/ppc64/tcg-target.h
    M tcg/s390/tcg-target.h
    M tcg/sparc/tcg-target.h
    M tcg/tcg-op.h
    M tcg/tcg-opc.h
    M tcg/tcg.c
    M tcg/tci/tcg-target.c
    M tcg/tci/tcg-target.h
    M tci.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/rth/tcg-next' into staging

* remotes/rth/tcg-next:
  TCG: Fix tcg_gen_extr_i64_tl for 32bit
  tcg: Remove TCG_TARGET_HAS_new_ldst
  tci: Convert to new ldst opcodes
  tcg-i386: Fix win64 qemu store

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


Compare: https://github.com/qemu/qemu/compare/9f0355b590ac...9d48d3f01cf3

reply via email to

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