[Qemu-devel] [PATCH v2 0/3] Proactive pow2floor() fix, and dead code removal

Markus Armbruster posted 3 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1501148776-16890-1-git-send-email-armbru@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
include/qemu/host-utils.h | 44 ++++++++++++++++++++++---------------
migration/page_cache.c    | 56 -----------------------------------------------
migration/page_cache.h    | 11 ----------
3 files changed, 26 insertions(+), 85 deletions(-)
[Qemu-devel] [PATCH v2 0/3] Proactive pow2floor() fix, and dead code removal
Posted by Markus Armbruster 6 years, 8 months ago
Reviving a series from 2015 I dropped on the floor.  My apologies.

v2:
* PATCH 1 (was PATCH 2): rebased, R-bys kept
* PATCH 2 (was PATCH 1): rebased, commit message updated, legibility
  improved, R-bys dropped
* PATCH 3: new

Markus Armbruster (3):
  xbzrle: Drop unused cache_resize()
  host-utils: Proactively fix pow2floor(), switch to unsigned
  host-utils: Simplify pow2ceil()

 include/qemu/host-utils.h | 44 ++++++++++++++++++++++---------------
 migration/page_cache.c    | 56 -----------------------------------------------
 migration/page_cache.h    | 11 ----------
 3 files changed, 26 insertions(+), 85 deletions(-)

-- 
2.7.5