From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUZHk-0001oy-66 for qemu-devel@nongnu.org; Fri, 11 Oct 2013 05:45:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUZHc-0002W6-Fl for qemu-devel@nongnu.org; Fri, 11 Oct 2013 05:45:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUZHc-0002Vs-7p for qemu-devel@nongnu.org; Fri, 11 Oct 2013 05:45:20 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9B9jIcc004062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 11 Oct 2013 05:45:19 -0400 Date: Fri, 11 Oct 2013 11:45:17 +0200 From: Kevin Wolf Message-ID: <20131011094517.GE3112@dhcp-200-207.str.redhat.com> References: <1381412644-16212-3-git-send-email-mreitz@redhat.com> <1381484221-16639-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381484221-16639-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 2/5] block/raw-posix: Employ error parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 11.10.2013 um 11:37 hat Max Reitz geschrieben: > Make use of the error parameter in the opening and creating functions in > block/raw-posix.c. > > Signed-off-by: Max Reitz > --- > v3: > - fixed possible errno trashing by error_setg_errno by storing its > value before calling that function > > v2: > - fixed call to raw_open_common() from the FreeBSD cdrom_open() > --- > block/raw-posix.c | 72 +++++++++++++++++++++++++++++++++++++++++++------------ > 1 file changed, 57 insertions(+), 15 deletions(-) Thanks, applied to the block branch. Kevin