From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf3DG-0000cZ-Ka for qemu-devel@nongnu.org; Thu, 24 Sep 2015 05:53:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf3DF-0006xd-Gv for qemu-devel@nongnu.org; Thu, 24 Sep 2015 05:53:14 -0400 Date: Thu, 24 Sep 2015 11:53:06 +0200 From: Kevin Wolf Message-ID: <20150924095306.GC4060@noname.redhat.com> References: <1442963752-10950-1-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442963752-10950-1-git-send-email-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH] tests: Fix test 049 fallout from improved HMP error messages List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: jsnow@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org, armbru@redhat.com Am 23.09.2015 um 01:15 hat Eric Blake geschrieben: > Commit 50b7b000 improved HMP error messages, but forgot to update > qemu-iotests to match. > > Reported-by: Kevin Wolf > Signed-off-by: Eric Blake Thanks, applied to the block branch. > I'm not sure if this should go through Markus' "error" tree, > since that's where the break was introduced, or through a > "block" tree since it touches qemu-iotests. Doesn't really matter as long as someone takes it. And if both took it, I think git should be clever enough to figure it out without merge conflicts. Kevin