From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQcbu-0003XQ-Ck for qemu-devel@nongnu.org; Wed, 25 Feb 2015 09:06:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQcbj-0007Ji-U5 for qemu-devel@nongnu.org; Wed, 25 Feb 2015 09:06:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQcbj-0007JN-Mx for qemu-devel@nongnu.org; Wed, 25 Feb 2015 09:06:35 -0500 From: Markus Armbruster Date: Wed, 25 Feb 2015 15:06:30 +0100 Message-Id: <1424873192-3644-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Proactive pow2floor() fix, and dead code removal List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, aik@ozlabs.ru, eblakequintela@redhat.comquintela@redhat.com 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