From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cihuc-0005oZ-O6 for qemu-devel@nongnu.org; Tue, 28 Feb 2017 08:33:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cihuc-0000FV-0k for qemu-devel@nongnu.org; Tue, 28 Feb 2017 08:33:54 -0500 Date: Tue, 28 Feb 2017 14:33:46 +0100 From: Kevin Wolf Message-ID: <20170228133346.GC4090@noname.redhat.com> References: <1488200143-2140-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488200143-2140-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH] option: Tweak invalid size error message and unbreak iotest 049 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, mreitz@redhat.com, qemu-block@nongnu.org, thuth@redhat.com Am 27.02.2017 um 13:55 hat Markus Armbruster geschrieben: > Commit 75cdcd1 neglected to update tests/qemu-iotests/049.out, and > made the error message for negative size worse. Fix that. > > Reported-by: Thomas Huth > Signed-off-by: Markus Armbruster Thanks, applied to the block branch. Kevin