From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bufoM-0006MP-LX for qemu-devel@nongnu.org; Thu, 13 Oct 2016 09:12:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bufoL-0002Bu-T3 for qemu-devel@nongnu.org; Thu, 13 Oct 2016 09:12:38 -0400 Date: Thu, 13 Oct 2016 15:12:29 +0200 From: Kevin Wolf Message-ID: <20161013131229.GL5803@noname.redhat.com> References: <20160928205602.17275-1-mreitz@redhat.com> <20160928205602.17275-12-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160928205602.17275-12-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 11/12] socket_scm_helper: Accept fd directly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Eric Blake , Paolo Bonzini , Markus Armbruster Am 28.09.2016 um 22:56 hat Max Reitz geschrieben: > This gives us more freedom about the fd that is passed to qemu, allowing > us to e.g. pass sockets. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf