[Qemu-devel] [PATCH v2 00/12] qht improvements for 3.1

Emilio G. Cota posted 12 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180910185859.27917-1-cota@braap.org
Test docker-clang@ubuntu failed
Test checkpatch passed
[Qemu-devel] [PATCH v2 00/12] qht improvements for 3.1
Posted by Emilio G. Cota 7 years, 1 month ago
v1: https://github.com/cota/qemu/tree/qht-for-3.1-v2

Changes since v1:

- Added Alex's R-b tags to patches 1-6
- Added a patch to drop *ht from qht_iter and qht_iter_remove,
  as suggested by Alex.
- Added some constification patches
- Added a flag to qht-bench to precompute the hashes, which
  allows us to spend more time accessing the hash table
  thereby yielding higher throughput.

You can fetch this series from:
  https://github.com/cota/qemu/tree/qht-for-3.1-v2

Thanks,

		Emilio



Re: [Qemu-devel] [PATCH v2 00/12] qht improvements for 3.1
Posted by Richard Henderson 7 years, 1 month ago
On 09/10/2018 11:58 AM, Emilio G. Cota wrote:
> v1: https://github.com/cota/qemu/tree/qht-for-3.1-v2
> 
> Changes since v1:
> 
> - Added Alex's R-b tags to patches 1-6
> - Added a patch to drop *ht from qht_iter and qht_iter_remove,
>   as suggested by Alex.
> - Added some constification patches
> - Added a flag to qht-bench to precompute the hashes, which
>   allows us to spend more time accessing the hash table
>   thereby yielding higher throughput.
> 
> You can fetch this series from:
>   https://github.com/cota/qemu/tree/qht-for-3.1-v2

Applied to tcg-next.


r~