mbox series

[PULL,0/2] tcg-next patches

Message ID 20180509154849.27979-1-richard.henderson@linaro.org
Headers show
Series tcg-next patches | expand

Message

Richard Henderson May 9, 2018, 3:48 p.m. UTC
The following changes since commit e5cd695266c5709308aa95b1baae499e4b5d4544:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-05-08 17:05:58 +0100)

are available in the Git repository at:

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

for you to fetch changes up to abebf92597186be2bc48d487235da28b1127860f:

  tcg: Limit the number of ops in a TB (2018-05-09 08:30:57 -0700)

----------------------------------------------------------------
Queued TCG patches

----------------------------------------------------------------

Peter Maydell (1):
  tcg/i386: Fix dup_vec in non-AVX2 codepath

Richard Henderson (1):
  tcg: Limit the number of ops in a TB

 tcg/tcg.h                 | 8 +++++++-
 tcg/i386/tcg-target.inc.c | 6 +++---
 tcg/tcg.c                 | 3 +++
 3 files changed, 13 insertions(+), 4 deletions(-)

-- 
2.17.0

Comments

Peter Maydell May 11, 2018, 2:41 p.m. UTC | #1
On 9 May 2018 at 16:48, Richard Henderson <richard.henderson@linaro.org> wrote:
> The following changes since commit e5cd695266c5709308aa95b1baae499e4b5d4544:

>

>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-05-08 17:05:58 +0100)

>

> are available in the Git repository at:

>

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

>

> for you to fetch changes up to abebf92597186be2bc48d487235da28b1127860f:

>

>   tcg: Limit the number of ops in a TB (2018-05-09 08:30:57 -0700)

>

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

> Queued TCG patches

>

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

>

> Peter Maydell (1):

>   tcg/i386: Fix dup_vec in non-AVX2 codepath

>

> Richard Henderson (1):

>   tcg: Limit the number of ops in a TB

>

>  tcg/tcg.h                 | 8 +++++++-

>  tcg/i386/tcg-target.inc.c | 6 +++---

>  tcg/tcg.c                 | 3 +++

>  3 files changed, 13 insertions(+), 4 deletions(-)

>


Applied, thanks.

-- PMM