From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXWbz-0004cu-Ex for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:07:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXWbv-0006iO-F1 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:07:23 -0400 Date: Mon, 16 Mar 2015 16:07:04 +0100 From: Kevin Wolf Message-ID: <20150316150704.GD4707@noname.redhat.com> References: <1426172882-20084-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426172882-20084-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-img: Avoid qerror_report_err() outside QMP handlers, again List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: stefanha@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org, mreitz@redhat.com Am 12.03.2015 um 16:08 hat Markus Armbruster geschrieben: > qerror_report_err() is a transitional interface to help with > converting existing monitor commands to QMP. It should not be used > elsewhere. Replace by error_report_err(). > > Commit 6936f29 cleaned that up in qemu-img.c, but two calls have crept > in since. Take care of them the same way. > > Signed-off-by: Markus Armbruster Thanks, applied to the block branch. Kevin