From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdiJA-0002OO-RA for qemu-devel@nongnu.org; Mon, 04 Jul 2011 08:31:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdiJ9-0006lr-FD for qemu-devel@nongnu.org; Mon, 04 Jul 2011 08:31:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdiJ9-0006ln-2S for qemu-devel@nongnu.org; Mon, 04 Jul 2011 08:31:23 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p64CVMTI011983 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Jul 2011 08:31:22 -0400 Message-ID: <4E11B348.1090307@redhat.com> Date: Mon, 04 Jul 2011 14:34:16 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1309527973-11127-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1309527973-11127-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2]: block: Small drive_init() improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org, armbru@redhat.com Am 01.07.2011 15:46, schrieb Luiz Capitulino: > Please, see individual patches for details. > > v1 -> v2: > --------- > > o Drop indentation patch > o Use error message suggested by Markus > > blockdev.c | 14 +++++--------- > 1 files changed, 5 insertions(+), 9 deletions(-) Thanks, applied to the block branch. Kevin