From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPqAE-00038L-Ot for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:18:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPqA8-0000yh-PU for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:18:26 -0400 Date: Tue, 18 Mar 2014 10:18:15 +0100 From: Kevin Wolf Message-ID: <20140318091815.GC4607@noname.str.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: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, stefanha@redhat.com, Maria Kustova Am 18.03.2014 um 06:59 hat Maria Kustova geschrieben: > 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 Thanks, applied patches 1 and 3 to the block branch for 2.0, and patch 2 to block-next for 2.1. Kevin