[PULL 0/3] misc tcg-related patches

Richard Henderson posted 3 patches 5 years, 3 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200725160548.750749-1-richard.henderson@linaro.org
accel/tcg/cputlb.c      | 11 +++++------
target/hppa/translate.c |  2 ++
target/i386/translate.c |  1 +
3 files changed, 8 insertions(+), 6 deletions(-)
[PULL 0/3] misc tcg-related patches
Posted by Richard Henderson 5 years, 3 months ago
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(-)

Re: [PULL 0/3] misc tcg-related patches
Posted by Peter Maydell 5 years, 3 months ago
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