From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVMQT-0001WW-BW for qemu-devel@nongnu.org; Tue, 10 Mar 2015 11:50:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVMQM-00084A-4R for qemu-devel@nongnu.org; Tue, 10 Mar 2015 11:50:33 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:44118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVMQL-000841-UQ for qemu-devel@nongnu.org; Tue, 10 Mar 2015 11:50:26 -0400 Received: by wghl18 with SMTP id l18so2753929wgh.11 for ; Tue, 10 Mar 2015 08:50:25 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <54FF12BE.7070605@redhat.com> Date: Tue, 10 Mar 2015 16:50:22 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1425986326-28797-1-git-send-email-kraxel@redhat.com> <1425986326-28797-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1425986326-28797-4-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] vnc: switch to inet_listen_opts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Anthony Liguori On 10/03/2015 12:18, Gerd Hoffmann wrote: > Use inet_listen_opts instead of inet_listen. Allows us to drop some > pointless indirection: Format strings just to parse them again later on. Maybe use socket_listen then? Paolo