qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Proactive pow2floor() fix, and dead code removal
@ 2015-02-25 14:06 Markus Armbruster
  2015-02-25 14:06 ` [Qemu-devel] [PATCH 1/2] cutils: Proactively fix pow2floor(), switch to unsigned Markus Armbruster
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Markus Armbruster @ 2015-02-25 14:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: amit.shah, aik, eblakequintela

I propose to route this through the migration tree, because that's
where pow2floor() came from, and where the dead code is removed.

Markus Armbruster (2):
  cutils: Proactively fix pow2floor(), switch to unsigned
  xbzrle: Drop unused cache_resize()

 include/migration/page_cache.h | 11 ---------
 include/qemu-common.h          |  6 +++--
 page_cache.c                   | 56 ------------------------------------------
 util/cutils.c                  | 11 ++++-----
 4 files changed, 9 insertions(+), 75 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-03-05 12:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 14:06 [Qemu-devel] [PATCH 0/2] Proactive pow2floor() fix, and dead code removal Markus Armbruster
2015-02-25 14:06 ` [Qemu-devel] [PATCH 1/2] cutils: Proactively fix pow2floor(), switch to unsigned Markus Armbruster
2015-02-26 15:38   ` Dr. David Alan Gilbert
2015-02-25 14:06 ` [Qemu-devel] [PATCH 2/2] xbzrle: Drop unused cache_resize() Markus Armbruster
2015-02-26 15:29   ` Dr. David Alan Gilbert
2015-02-25 15:11 ` [Qemu-devel] [PATCH 0/2] Proactive pow2floor() fix, and dead code removal Eric Blake
2015-03-02  6:42 ` Amit Shah
2015-03-05 12:02 ` Markus Armbruster

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