From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhGHg-00076n-M7 for qemu-devel@nongnu.org; Thu, 23 Oct 2014 07:10:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhGHb-0000lD-OE for qemu-devel@nongnu.org; Thu, 23 Oct 2014 07:10:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhGHb-0000l3-Hc for qemu-devel@nongnu.org; Thu, 23 Oct 2014 07:10:19 -0400 Message-ID: <5448E20C.1030902@redhat.com> Date: Thu, 23 Oct 2014 13:10:04 +0200 From: Max Reitz MIME-Version: 1.0 References: <1413446090-30050-1-git-send-email-pl@kamp.de> <1413446090-30050-3-git-send-email-pl@kamp.de> In-Reply-To: <1413446090-30050-3-git-send-email-pl@kamp.de> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv4 2/4] BlockLimits: introduce max_transfer_length List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, ronniesahlberg@gmail.com, stefanha@redhat.com On 2014-10-16 at 09:54, Peter Lieven wrote: > Signed-off-by: Peter Lieven > --- > block.c | 4 ++++ > include/block/block_int.h | 3 +++ > 2 files changed, 7 insertions(+) Reviewed-by: Max Reitz