From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43049 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Or6dJ-00040C-Ia for qemu-devel@nongnu.org; Thu, 02 Sep 2010 06:03:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Or6cm-0001mB-M6 for qemu-devel@nongnu.org; Thu, 02 Sep 2010 06:02:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11802) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Or6cm-0001lv-Dd for qemu-devel@nongnu.org; Thu, 02 Sep 2010 06:02:28 -0400 Message-ID: <4C7F763D.7000808@redhat.com> Date: Thu, 02 Sep 2010 12:02:37 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1283420283-6619-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1283420283-6619-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] qemu-io: Make alloc output useful when nb_sectors=1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 02.09.2010 11:38, schrieb Stefan Hajnoczi: > There is no indication whether or not the sector is allocated when > nb_sectors=1: > > sector allocated at offset 64 KiB > > This message is produced whether or not the sector is allocated. > > Simply use the same message as the plural case, I don't think the > English is so broken that we need special case output here: > > 0/1 sectors allocated at offset 64 KiB > > This change does not affect qemu-iotests since nb_sectors=1 is not used > there. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin