From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Subject: Re: [PATCH v1 06/12] xen/hvmlite: Initialize PCI Date: Mon, 25 Jan 2016 11:21:04 +0100 Message-ID: <56A5F710.60308__4518.14692137322$1453717341$gmane$org@FreeBSD.org> References: <1453498558-6028-1-git-send-email-boris.ostrovsky@oracle.com> <1453498558-6028-7-git-send-email-boris.ostrovsky@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aNeGn-0007ux-Ov for xen-devel@lists.xenproject.org; Mon, 25 Jan 2016 10:21:13 +0000 Received: by mail-wm0-f65.google.com with SMTP id b14so10342399wmb.1 for ; Mon, 25 Jan 2016 02:21:12 -0800 (PST) In-Reply-To: <1453498558-6028-7-git-send-email-boris.ostrovsky@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Boris Ostrovsky , david.vrabel@citrix.com, konrad.wilk@oracle.com Cc: xen-devel@lists.xenproject.org, mcgrof@suse.com, linux-kernel@vger.kernel.org List-Id: xen-devel@lists.xenproject.org El 22/01/16 a les 22.35, Boris Ostrovsky ha escrit: > HVMlite guests need PCI frontend and always have PV devices We still haven't discussed how to perform pci-passthrough for HVMlite guests. I admit there's a big chance that we are going to use the PV pcifront driver but there's no guarantee about it yet, so I would just leave it out for the moment. Roger.