From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSK3g-0008Qr-9f for qemu-devel@nongnu.org; Mon, 02 Mar 2015 01:42:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSK3d-0002Jn-4C for qemu-devel@nongnu.org; Mon, 02 Mar 2015 01:42:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSK3c-0002Jh-TK for qemu-devel@nongnu.org; Mon, 02 Mar 2015 01:42:25 -0500 Date: Mon, 2 Mar 2015 12:12:08 +0530 From: Amit Shah Message-ID: <20150302064144.GL26196@grmbl.mre> References: <1424873192-3644-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424873192-3644-1-git-send-email-armbru@redhat.com> Subject: Re: [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: Markus Armbruster Cc: aik@ozlabs.ru, qemu-devel@nongnu.org, quintela@redhat.com On (Wed) 25 Feb 2015 [15:06:30], Markus Armbruster wrote: > 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() Reviewed-by: Amit Shah Amit