From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBo3F-0004Fo-1O for qemu-devel@nongnu.org; Fri, 07 Feb 2014 11:13:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBo39-0003Wh-2A for qemu-devel@nongnu.org; Fri, 07 Feb 2014 11:13:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBo38-0003Uv-Qs for qemu-devel@nongnu.org; Fri, 07 Feb 2014 11:13:06 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s17GD3rB003289 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 7 Feb 2014 11:13:04 -0500 From: Kevin Wolf Date: Fri, 7 Feb 2014 17:12:55 +0100 Message-Id: <1391789578-19601-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] 512-on-4k follow-up patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, lersek@redhat.com, stefanha@redhat.com Kevin Wolf (3): block: Fix memory leaks in bdrv_co_do_pwritev() block: bdrv_aligned_pwritev: Assert overlap range block: Don't call ROUND_UP with negative values block.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -- 1.8.1.4