[Qemu-devel] [PULL 0/2] tcg-next patches

Richard Henderson posted 2 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180509154849.27979-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
tcg/tcg.h                 | 8 +++++++-
tcg/i386/tcg-target.inc.c | 6 +++---
tcg/tcg.c                 | 3 +++
3 files changed, 13 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL 0/2] tcg-next patches
Posted by Richard Henderson 7 years, 5 months ago
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


Re: [Qemu-devel] [PULL 0/2] tcg-next patches
Posted by Peter Maydell 7 years, 5 months ago
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