qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Proactive pow2floor() fix, and dead code removal
@ 2017-07-27  9:46 Markus Armbruster
  2017-07-27  9:46 ` [Qemu-devel] [PATCH v2 1/3] xbzrle: Drop unused cache_resize() Markus Armbruster
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Markus Armbruster @ 2017-07-27  9:46 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-07-27 14:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27  9:46 [Qemu-devel] [PATCH v2 0/3] Proactive pow2floor() fix, and dead code removal Markus Armbruster
2017-07-27  9:46 ` [Qemu-devel] [PATCH v2 1/3] xbzrle: Drop unused cache_resize() Markus Armbruster
2017-07-27 13:57   ` Juan Quintela
2017-07-27  9:46 ` [Qemu-devel] [PATCH v2 2/3] host-utils: Proactively fix pow2floor(), switch to unsigned Markus Armbruster
2017-07-27 14:08   ` Eric Blake
2017-07-27  9:46 ` [Qemu-devel] [PATCH v2 3/3] host-utils: Simplify pow2ceil() Markus Armbruster
2017-07-27 14:10   ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).