qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: [Qemu-devel] [PULL 00/13] tcg-next patch queue
Date: Wed, 26 Sep 2018 11:36:56 -0700

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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]