mbox series

[PULL,0/1] tcg patch queue

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

Message

Richard Henderson Sept. 25, 2017, 10:16 p.m. UTC
Just one patch, but should make stable 2.10.1 this week.


r~


The following changes since commit 460b6c8e581aa06b86f59eebd9e52edfe7adf417:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-09-23 12:55:40 +0100)

are available in the git repository at:

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

for you to fetch changes up to 8b81253332b5a3f3c67b6462f39caef47a00dd29:

  accel/tcg/cputlb: avoid recursive BQL (fixes #1706296) (2017-09-25 11:23:30 -0700)

----------------------------------------------------------------
BQL bug fix

----------------------------------------------------------------
Alex Bennée (1):
      accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)

 accel/tcg/cputlb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell Sept. 26, 2017, 6:47 p.m. UTC | #1
On 25 September 2017 at 23:16, Richard Henderson
<richard.henderson@linaro.org> wrote:
> Just one patch, but should make stable 2.10.1 this week.

>

>

> r~

>

>

> The following changes since commit 460b6c8e581aa06b86f59eebd9e52edfe7adf417:

>

>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-09-23 12:55:40 +0100)

>

> are available in the git repository at:

>

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

>

> for you to fetch changes up to 8b81253332b5a3f3c67b6462f39caef47a00dd29:

>

>   accel/tcg/cputlb: avoid recursive BQL (fixes #1706296) (2017-09-25 11:23:30 -0700)

>

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

> BQL bug fix

>

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

> Alex Bennée (1):

>       accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)


Applied, thanks.

-- PMM