qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 570ef3: tcg: update comments for save_iotlb_d


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 570ef3: tcg: update comments for save_iotlb_data in cputlb
Date: Sun, 26 Jul 2020 12:00:26 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 570ef3093b5ed327249397ad0295cf01c67d9db4
      
https://github.com/qemu/qemu/commit/570ef3093b5ed327249397ad0295cf01c67d9db4
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M accel/tcg/cputlb.c

  Log Message:
  -----------
  tcg: update comments for save_iotlb_data in cputlb

I missed Emilio's review comments:

  Message-ID: <20200718205107.GA994221@sff>

and the patch got merged. Correcting the comments now.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200720122358.26881-1-alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


  Commit: 79826f99feb7222b7804058f0b4ace9ee0546361
      
https://github.com/qemu/qemu/commit/79826f99feb7222b7804058f0b4ace9ee0546361
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M target/hppa/translate.c

  Log Message:
  -----------
  target/hppa: Free some temps in do_sub

Two temps allocated but not freed.  Do enough subtractions
within a single TB and one can run out of temps entirely.

Fixes: b2167459ae ("target-hppa: Implement basic arithmetic")
Buglink: https://bugs.launchpad.net/qemu/+bug/1880287
Tested-by: Sven Schnelle <svens@stackframe.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200720174039.517902-1-richard.henderson@linaro.org>


  Commit: 3cb3a7720b01830abd5fbb81819dbb9271bf7821
      
https://github.com/qemu/qemu/commit/3cb3a7720b01830abd5fbb81819dbb9271bf7821
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M target/i386/translate.c

  Log Message:
  -----------
  target/i386: Save cc_op before loop insns

We forgot to update cc_op before these branch insns,
which lead to losing track of the current eflags.

Buglink: https://bugs.launchpad.net/qemu/+bug/1888165
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200720154028.477457-1-richard.henderson@linaro.org>


  Commit: 194f8ca825854abef3aceca1ed7eb5a53b08751f
      
https://github.com/qemu/qemu/commit/194f8ca825854abef3aceca1ed7eb5a53b08751f
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-07-26 (Sun, 26 Jul 2020)

  Changed paths:
    M accel/tcg/cputlb.c
    M target/hppa/translate.c
    M target/i386/translate.c

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

Fix some cputlb commentary
Fix an hppa temporary leak
Fix an i386 translation issue with loop insns

# gpg: Signature made Sat 25 Jul 2020 17:03:59 BST
# gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
# gpg:                issuer "richard.henderson@linaro.org"
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" 
[full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F

* remotes/rth/tags/pull-tcg-20200725:
  target/i386: Save cc_op before loop insns
  target/hppa: Free some temps in do_sub
  tcg: update comments for save_iotlb_data in cputlb

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/57cdde4a74dd...194f8ca82585



reply via email to

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