From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cj6RP-0003IL-Vf for qemu-devel@nongnu.org; Wed, 01 Mar 2017 10:45:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cj6RP-0001ak-AN for qemu-devel@nongnu.org; Wed, 01 Mar 2017 10:45:24 -0500 Date: Wed, 1 Mar 2017 16:45:13 +0100 From: Kevin Wolf Message-ID: <20170301154513.GC4799@noname.redhat.com> References: <20170301152651.16390-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170301152651.16390-1-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: Update 049 output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Eric Blake , Max Reitz , qemu-block@nongnu.org, Markus Armbruster Am 01.03.2017 um 16:26 hat Fam Zheng geschrieben: > 75cdcd155 improved the error message, which affects the reference > output. Let's sync it up. > > Note that previously '1kilobyte' was treated like '1k', but now it's an > error. Looking at the commit in question, this appears to be intended. > > Signed-off-by: Fam Zheng Markus alread sent a fix: 'option: Tweak invalid size error message and unbreak iotest 049' Kevin