mbox series

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

Message ID 20201105002935.680486-1-richard.henderson@linaro.org
Headers show
Series tcg patch queue | expand

Message

Richard Henderson Nov. 5, 2020, 12:29 a.m. UTC
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(-)

Comments

Peter Maydell Nov. 5, 2020, 5:24 p.m. UTC | #1
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