[Qemu-devel] [PULL 0/1] tcg patch queue

Richard Henderson posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170925221650.2190-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
accel/tcg/cputlb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] tcg patch queue
Posted by Richard Henderson 6 years, 7 months ago
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(-)

Re: [Qemu-devel] [PULL 0/1] tcg patch queue
Posted by Peter Maydell 6 years, 7 months ago
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