From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6LjU-0001L1-0K for qemu-devel@nongnu.org; Thu, 23 Jan 2014 09:58:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6LjP-0006B8-7h for qemu-devel@nongnu.org; Thu, 23 Jan 2014 09:58:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6LjO-0006Aw-W2 for qemu-devel@nongnu.org; Thu, 23 Jan 2014 09:58:11 -0500 Date: Thu, 23 Jan 2014 15:58:04 +0100 From: Kevin Wolf Message-ID: <20140123145804.GG8474@dhcp-200-207.str.redhat.com> References: <1389610059-27806-1-git-send-email-stefanha@redhat.com> <20140115034650.GB28034@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] dataplane: fix shadowed return value List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , Stefan Hajnoczi , QEMU Developers , Stefan Hajnoczi , Paolo Bonzini Am 23.01.2014 um 15:38 hat Peter Maydell geschrieben: > On 15 January 2014 03:46, Stefan Hajnoczi wrote: > > On Mon, Jan 13, 2014 at 06:47:39PM +0800, Stefan Hajnoczi wrote: > >> Propagate the error return value from get_indirect(). > >> > >> Signed-off-by: Stefan Hajnoczi > >> --- > >> hw/virtio/dataplane/vring.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Fixed commit description as suggested by Markus. > > > > Thanks, applied to my block tree: > > https://github.com/stefanha/qemu/commits/block > > Ping! Can we get this into master, please? It's now > been failing to compile for over a week... Nobody seems to be processing pull requests at the moment... This is queued for the next block layer pull request, but even the one from two weeks ago hasn't been pulled yet. If the last one doesn't get pulled until tomorrow, I'll send a v2 of the pull request that includes the changes from what was planned to be three separate one-week pull requests. Kevin