[Qemu-devel] [PULL 0/4] tcg queued patches

Richard Henderson posted 4 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190211170136.18680-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <rth@twiddle.net>, Peter Crosthwaite <crosthwaite.peter@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>
accel/tcg/softmmu_template.h |  8 ++++++++
include/exec/exec-all.h      |  5 +++++
tcg/tcg-op.h                 |  1 +
tcg/tcg.h                    | 12 +++++++++---
accel/tcg/cputlb.c           |  4 ++++
tcg/i386/tcg-target.inc.c    |  4 ++--
tcg/tcg.c                    | 23 +++++++++++++++++++++++
7 files changed, 52 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/4] tcg queued patches
Posted by Richard Henderson 5 years, 1 month ago
The following changes since commit a044e3de2917d54b95f1211f4d14ec30cac9a59f:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-110219-1' into staging (2019-02-11 14:47:44 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 6d967cb86d5b4a60ba15b497126b621ce9ca6609:

  cputlb: update TLB entry/index after tlb_fill (2019-02-11 08:52:44 -0800)

----------------------------------------------------------------
Fix dynamic tlb resize
Fix x86 host vector saturation
Diagnose missing tcg labels

----------------------------------------------------------------
Emilio G. Cota (2):
      exec-all: document that tlb_fill can trigger a TLB resize
      cputlb: update TLB entry/index after tlb_fill

Mark Cave-Ayland (1):
      tcg/i386: fix unsigned vector saturating arithmetic

Richard Henderson (1):
      tcg: Diagnose referenced labels that have not been emitted

 accel/tcg/softmmu_template.h |  8 ++++++++
 include/exec/exec-all.h      |  5 +++++
 tcg/tcg-op.h                 |  1 +
 tcg/tcg.h                    | 12 +++++++++---
 accel/tcg/cputlb.c           |  4 ++++
 tcg/i386/tcg-target.inc.c    |  4 ++--
 tcg/tcg.c                    | 23 +++++++++++++++++++++++
 7 files changed, 52 insertions(+), 5 deletions(-)

Re: [Qemu-devel] [PULL 0/4] tcg queued patches
Posted by Peter Maydell 5 years, 1 month ago
On Mon, 11 Feb 2019 at 17:01, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit a044e3de2917d54b95f1211f4d14ec30cac9a59f:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-110219-1' into staging (2019-02-11 14:47:44 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-tcg-20190211
>
> for you to fetch changes up to 6d967cb86d5b4a60ba15b497126b621ce9ca6609:
>
>   cputlb: update TLB entry/index after tlb_fill (2019-02-11 08:52:44 -0800)
>
> ----------------------------------------------------------------
> Fix dynamic tlb resize
> Fix x86 host vector saturation
> Diagnose missing tcg labels
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM