mbox series

[PULL,for-5.1,0/3] tcg patch queue

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

Message

Richard Henderson July 17, 2020, 6:16 p.m. UTC
The following changes since commit 95d1fbabae0cd44156ac4b96d512d143ca7dfd5e:

  Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200716-pull-request' into staging (2020-07-16 18:50:51 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ba3c35d9c4026361fd380b269dc6def9510b7166:

  tcg/cpu-exec: precise single-stepping after an interrupt (2020-07-17 11:09:34 -0700)

----------------------------------------------------------------
Fix vector min/max fallback expansion
Fix singlestep from exception and interrupt

----------------------------------------------------------------
Luc Michel (1):
      tcg/cpu-exec: precise single-stepping after an exception

Richard Henderson (2):
      tcg: Save/restore vecop_list around minmax fallback
      tcg/cpu-exec: precise single-stepping after an interrupt

 accel/tcg/cpu-exec.c | 19 ++++++++++++++++++-
 tcg/tcg-op-vec.c     |  2 ++
 2 files changed, 20 insertions(+), 1 deletion(-)

Comments

Peter Maydell July 19, 2020, 6:23 p.m. UTC | #1
On Fri, 17 Jul 2020 at 19:16, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> The following changes since commit 95d1fbabae0cd44156ac4b96d512d143ca7dfd5e:

>

>   Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200716-pull-request' into staging (2020-07-16 18:50:51 +0100)

>

> are available in the Git repository at:

>

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

>

> for you to fetch changes up to ba3c35d9c4026361fd380b269dc6def9510b7166:

>

>   tcg/cpu-exec: precise single-stepping after an interrupt (2020-07-17 11:09:34 -0700)

>

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

> Fix vector min/max fallback expansion

> Fix singlestep from exception and interrupt


Applied, thanks.

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

-- PMM