qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Proactive pow2floor() fix, and dead code remova


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 0/2] Proactive pow2floor() fix, and dead code removal
Date: Wed, 25 Feb 2015 15:06:30 +0100

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




reply via email to

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