mbox

[PULL,for-2.5] TCG highwater fix

Message ID 1449009633-17053-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

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

Message

Richard Henderson Dec. 1, 2015, 10:40 p.m. UTC
A last-minute fix for -rc2.


r~


The following changes since commit a2485925f76d01795f041fd63663d8582139fda4:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.5-20151130' into staging (2015-11-30 17:09:35 +0000)

are available in the git repository at:

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

for you to fetch changes up to b17a6d3390f87620735f7efb03bb1c96682ff449:

  tcg: Increase the highwater reservation (2015-12-01 14:36:32 -0800)

----------------------------------------------------------------
Last minute fix

----------------------------------------------------------------
Richard Henderson (1):
      tcg: Increase the highwater reservation

 tcg/tcg.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Peter Maydell Dec. 2, 2015, 10:55 a.m. UTC | #1
On 1 December 2015 at 22:40, Richard Henderson <rth@twiddle.net> wrote:
> A last-minute fix for -rc2.
>
>
> r~
>
>
> The following changes since commit a2485925f76d01795f041fd63663d8582139fda4:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.5-20151130' into staging (2015-11-30 17:09:35 +0000)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20151201
>
> for you to fetch changes up to b17a6d3390f87620735f7efb03bb1c96682ff449:
>
>   tcg: Increase the highwater reservation (2015-12-01 14:36:32 -0800)
>
> ----------------------------------------------------------------
> Last minute fix
>
> ----------------------------------------------------------------
> Richard Henderson (1):
>       tcg: Increase the highwater reservation
>
>  tcg/tcg.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)

Applied, thanks.

-- PMM