From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPqSw-0007kx-Eh for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:37:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPqSp-0006ve-DY for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:37:46 -0400 Date: Tue, 18 Mar 2014 10:37:33 +0100 From: Stefan Hajnoczi Message-ID: <20140318093733.GE25460@stefanha-thinkpad.redhat.com> References: <1395122359-28890-1-git-send-email-maria.k@catit.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1395122359-28890-1-git-send-email-maria.k@catit.be> Subject: Re: [Qemu-devel] [PATCH v2 0/3] Trivial patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria Kustova Cc: kwolf@redhat.com, qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Maria Kustova On Tue, Mar 18, 2014 at 09:59:16AM +0400, Maria Kustova wrote: > These patches are the part of OPW application. > Two of them update help messages of qemu-io utility. > And last one replaces fprintf() with error_setg() in curl.c > > Changes v1 -> v2: > * Removed trailing "\n" from the error string in error_setg() call > > Maria Kustova (3): > qemu-io-cmds: Fixed typo in example for writev. > block: Replaced old error handling with error reporting API. > qemu-io: Extended "--cmd" description in usage text > > block/curl.c | 2 +- > qemu-io-cmds.c | 2 +- > qemu-io.c | 9 ++++++--- > 3 files changed, 8 insertions(+), 5 deletions(-) Thanks! Acked-by: Stefan Hajnoczi