[Qemu-devel] [PULL 00/13] tcg-next patch queue

Richard Henderson posted 13 patches 5 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180926183709.21293-1-richard.henderson@linaro.org
Test docker-clang@ubuntu failed
Test checkpatch passed
There is a newer version of this series
include/qemu/qht.h        |  26 +++++++--
accel/tcg/translate-all.c |   6 +-
tcg/i386/tcg-target.inc.c |   4 --
tests/qht-bench.c         |  26 +++++++--
tests/test-qht.c          |  93 +++++++++++++++++++++++++++++--
util/qht.c                | 138 ++++++++++++++++++++++++++++++++++------------
util/qsp.c                |  11 ++--
7 files changed, 241 insertions(+), 63 deletions(-)
[Qemu-devel] [PULL 00/13] tcg-next patch queue
Posted by Richard Henderson 5 years, 7 months ago
The following changes since commit c5e4e49258e9b89cb34c085a419dd9f862935c48:

  Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' into staging (2018-09-25 16:47:35 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 93bf9a42733321fb632bcb9eafd049ef0e3d9417:

  tcg/i386: fix vector operations on 32-bit hosts (2018-09-26 09:02:51 -0700)

----------------------------------------------------------------
Queued tcg patches

----------------------------------------------------------------
Emilio G. Cota (12):
      qht: remove unused map param from qht_remove__locked
      qht: add qht_iter_remove
      test-qht: test qht_iter_remove
      test-qht: test removal of non-existent entries
      test-qht: test deletion of the last entry in a bucket
      test-qht: speed up + test qht_resize
      qht: drop ht argument from qht iterators
      qht: fix comment in qht_bucket_remove_entry
      qht: constify qht_lookup
      qht: constify qht_statistics_init
      qht: constify arguments to some internal functions
      qht-bench: add -p flag to precompute hash values

Roman Kapl (1):
      tcg/i386: fix vector operations on 32-bit hosts

 include/qemu/qht.h        |  26 +++++++--
 accel/tcg/translate-all.c |   6 +-
 tcg/i386/tcg-target.inc.c |   4 --
 tests/qht-bench.c         |  26 +++++++--
 tests/test-qht.c          |  93 +++++++++++++++++++++++++++++--
 util/qht.c                | 138 ++++++++++++++++++++++++++++++++++------------
 util/qsp.c                |  11 ++--
 7 files changed, 241 insertions(+), 63 deletions(-)

Re: [Qemu-devel] [PULL 00/13] tcg-next patch queue
Posted by Peter Maydell 5 years, 6 months ago
On 26 September 2018 at 19:36, Richard Henderson
<richard.henderson@linaro.org> wrote:
> The following changes since commit c5e4e49258e9b89cb34c085a419dd9f862935c48:
>
>   Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' into staging (2018-09-25 16:47:35 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-tcg-20180926
>
> for you to fetch changes up to 93bf9a42733321fb632bcb9eafd049ef0e3d9417:
>
>   tcg/i386: fix vector operations on 32-bit hosts (2018-09-26 09:02:51 -0700)
>
> ----------------------------------------------------------------
> Queued tcg patches
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM