[PULL for-5.2 0/2] tcg patch queue

Richard Henderson posted 2 patches 4 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201105002935.680486-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <rth@twiddle.net>
There is a newer version of this series
tcg/optimize.c | 35 +++++++++++++++++------------------
tcg/tcg.c      |  9 +++++----
2 files changed, 22 insertions(+), 22 deletions(-)
[PULL for-5.2 0/2] tcg patch queue
Posted by Richard Henderson 4 years, 5 months ago
The following changes since commit 3c8c36c9087da957f580a9bb5ebf7814a753d1c6:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201104-pull-request' into staging (2020-11-04 16:52:17 +0000)

are available in the Git repository at:

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

for you to fetch changes up to c56caea3b2a4ef5d760266f554df0d92c5a45f87:

  tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END" (2020-11-04 10:35:40 -0800)

----------------------------------------------------------------
Fix assert in set_jmp_reset_offset
Revert cross-branch optimization in tcg/optimize.c.

----------------------------------------------------------------
Richard Henderson (2):
      tcg: Remove assert from set_jmp_reset_offset
      tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"

 tcg/optimize.c | 35 +++++++++++++++++------------------
 tcg/tcg.c      |  9 +++++----
 2 files changed, 22 insertions(+), 22 deletions(-)

Re: [PULL for-5.2 0/2] tcg patch queue
Posted by Peter Maydell 4 years, 5 months ago
On Thu, 5 Nov 2020 at 00:29, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 3c8c36c9087da957f580a9bb5ebf7814a753d1c6:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201104-pull-request' into staging (2020-11-04 16:52:17 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-tcg-20201104
>
> for you to fetch changes up to c56caea3b2a4ef5d760266f554df0d92c5a45f87:
>
>   tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END" (2020-11-04 10:35:40 -0800)
>
> ----------------------------------------------------------------
> Fix assert in set_jmp_reset_offset
> Revert cross-branch optimization in tcg/optimize.c.
>
> ----------------------------------------------------------------
> Richard Henderson (2):
>       tcg: Remove assert from set_jmp_reset_offset
>       tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"


Applied, thanks.

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

-- PMM