From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn38n-0007o9-EL for qemu-devel@nongnu.org; Fri, 16 Oct 2015 07:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn38k-0000La-5j for qemu-devel@nongnu.org; Fri, 16 Oct 2015 07:25:41 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:39823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn38j-0000KD-7O for qemu-devel@nongnu.org; Fri, 16 Oct 2015 07:25:37 -0400 Message-ID: <1444994724.4614.33.camel@oracle.com> From: Knut Omang Date: Fri, 16 Oct 2015 13:25:24 +0200 In-Reply-To: <20151016135118-mutt-send-email-mst@redhat.com> References: <1444837878-11602-1-git-send-email-knut.omang@oracle.com> <1444837878-11602-4-git-send-email-knut.omang@oracle.com> <20151016112940-mutt-send-email-mst@redhat.com> <1444989399.4614.16.camel@oracle.com> <20151016135118-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 3/4] pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Eduardo Habkost , Marcel Apfelbaum , qemu-devel@nongnu.org, "Richard W.M. Jones" , Alex Williamson , "Gonglei (Arei)" , Jan Kiszka , Paolo Bonzini , Dotan Barak , Richard Henderson On Fri, 2015-10-16 at 13:54 +0300, Michael S. Tsirkin wrote: > On Fri, Oct 16, 2015 at 11:56:39AM +0200, Knut Omang wrote: > > But feel free to just skip this patch, the most important is to get > > the > > generic SR/IOV code in there for others to use. > > That's my question. Is it for others to use or are you going to use > it youself? Ideally both - I have had several people approach me for it, hopefully that will lead to other emulated devices. I use it actively myself but that code is not in a form that could go into Qemu yet. > If you plan to e.g. complete igb to the point where Linux can use it, > then I'll merge this. I have a student assigned to work on it, so yes, that's definitely a goal. > BTW for igb it might be easier to copy out e1000 code, at least > that's what linux guest drivers did. Yes, that was more of a exercise for myself of subclassing using QOM.. > Alternatively, if someone on list is interested in using this, > please review and ack. Yes, please do :-) Thanks, Knut