From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbTvC-0001Av-TU for qemu-devel@nongnu.org; Thu, 22 Nov 2012 05:22:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbTv4-0000dH-BK for qemu-devel@nongnu.org; Thu, 22 Nov 2012 05:22:14 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:52415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbTv4-0000d4-0N for qemu-devel@nongnu.org; Thu, 22 Nov 2012 05:22:06 -0500 Received: by mail-ie0-f173.google.com with SMTP id e13so1609455iej.4 for ; Thu, 22 Nov 2012 02:22:05 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50ADFCC6.6070902@redhat.com> Date: Thu, 22 Nov 2012 11:21:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20121119085528.GD17444@stefanha-thinkpad.redhat.com> <20121122081942.GC7598@stefanha-thinkpad.redhat.com> In-Reply-To: <20121122081942.GC7598@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] TCP based PCIE request forwarding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: lementec fabien , Cam Macdonell , Nick Gasson , qemu-devel , fred.konrad@greensocs.com Il 22/11/2012 09:19, Stefan Hajnoczi ha scritto: >> > usage >> > ----- >> > PCIEFW devices are instanciated using the following QEMU options: >> > -device \ >> > pciefw,\ >> > laddr=,\ >> > lport=,\ >> > raddr=,\ >> > rport= > Take a look at qemu_socket.h:socket_parse(). It should allow you to > support TCP, UNIX domain sockets, and arbitrary file descriptors. > Even better it could just be a chardev. socket_parse() is only used by the (human) monitor interface. Paolo