From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlKgS-0004xH-OB for qemu-devel@nongnu.org; Mon, 03 Nov 2014 11:40:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlKgM-00010q-Bi for qemu-devel@nongnu.org; Mon, 03 Nov 2014 11:40:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlKgM-00010i-4W for qemu-devel@nongnu.org; Mon, 03 Nov 2014 11:40:42 -0500 Date: Mon, 3 Nov 2014 18:40:36 +0200 From: "Michael S. Tsirkin" Message-ID: <20141103164036.GA31267@redhat.com> References: <1414947218-7618-1-git-send-email-mst@redhat.com> <87bnoouxqn.fsf@blackfin.pond.sub.org> <20141103151955.GA14401@redhat.com> <87egtkuusk.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87egtkuusk.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH] qemu-char: fix tcp_get_fds List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Paolo Bonzini , qemu-devel@nongnu.org, peter.maydell@linaro.org On Mon, Nov 03, 2014 at 05:13:15PM +0100, Markus Armbruster wrote: > "Michael S. Tsirkin" writes: > > > On Mon, Nov 03, 2014 at 04:09:36PM +0100, Markus Armbruster wrote: > >> "Michael S. Tsirkin" writes: > >> > >> > tcp_get_fds API discards fds if there's more than 1 of these. > >> > >> s/tcp_get_fds/tcp_get_msgfds/ (subject as well) > > > > Right. Too late as I sent this upstream :( > > Oh, now I see: you already sent this in a pull request, after less than > 20 hours on list. Please don't do that except in dire emergency. It > sabotages our review process. I sometimes do this for patches that seem trivial to me. I've backed this one out for now. -- MST