mbox series

[PULL,0/3] misc tcg-related patches

Message ID 20200725160548.750749-1-richard.henderson@linaro.org
Headers show
Series misc tcg-related patches | expand

Message

Richard Henderson July 25, 2020, 4:05 p.m. UTC
The following changes since commit 7adfbea8fd1efce36019a0c2f198ca73be9d3f18:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-for-5.1-pull-request' into staging (2020-07-24 10:52:20 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-tcg-20200725

for you to fetch changes up to 3cb3a7720b01830abd5fbb81819dbb9271bf7821:

  target/i386: Save cc_op before loop insns (2020-07-24 14:29:35 -0700)

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

----------------------------------------------------------------
Alex Bennée (1):
      tcg: update comments for save_iotlb_data in cputlb

Richard Henderson (2):
      target/hppa: Free some temps in do_sub
      target/i386: Save cc_op before loop insns

 accel/tcg/cputlb.c      | 11 +++++------
 target/hppa/translate.c |  2 ++
 target/i386/translate.c |  1 +
 3 files changed, 8 insertions(+), 6 deletions(-)

Comments

Peter Maydell July 26, 2020, 6:52 p.m. UTC | #1
On Sat, 25 Jul 2020 at 17:05, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> The following changes since commit 7adfbea8fd1efce36019a0c2f198ca73be9d3f18:

>

>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-for-5.1-pull-request' into staging (2020-07-24 10:52:20 +0100)

>

> are available in the Git repository at:

>

>   https://github.com/rth7680/qemu.git tags/pull-tcg-20200725

>

> for you to fetch changes up to 3cb3a7720b01830abd5fbb81819dbb9271bf7821:

>

>   target/i386: Save cc_op before loop insns (2020-07-24 14:29:35 -0700)

>

> ----------------------------------------------------------------

> Fix some cputlb commentary

> Fix an hppa temporary leak

> Fix an i386 translation issue with loop insns

>

> ---------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM