From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC0EA-0001YL-Kc for qemu-devel@nongnu.org; Tue, 29 Jul 2014 01:45:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XC0E4-0006u0-Al for qemu-devel@nongnu.org; Tue, 29 Jul 2014 01:45:34 -0400 Received: from mga03.intel.com ([143.182.124.21]:57416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC0E4-0006sp-4I for qemu-devel@nongnu.org; Tue, 29 Jul 2014 01:45:28 -0400 Message-ID: <53D734F3.4010008@intel.com> Date: Tue, 29 Jul 2014 13:45:23 +0800 From: "Chen, Tiejun" MIME-Version: 1.0 References: <1406201429-21700-1-git-send-email-tiejun.chen@intel.com> In-Reply-To: <1406201429-21700-1-git-send-email-tiejun.chen@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] xen:passthrough: introduce a separate machine to igd passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com, stefano.stabellini@eu.citrix.com, pbonzini@redhat.com Cc: qemu-devel@nongnu.org, xen-devel@lists.xen.org Michael, Paolo and Stefano, Any comments? Thanks Tiejun On 2014/7/24 19:30, Tiejun Chen wrote: > As we discussed currently we have to introduce a separate machine > to work out igd passthrough. > > ---------------------------------------------------------------- > Tiejun Chen (4): > hw:i386:pc_piix: split pc_init1() > xen:hw:pci-host:piix: create host bridge to passthrough > xen:hw:pci-host:piix: introduce xen_igd_i440fx_init > xen:hw:i386:pc_piix: introduce new machine for IGD passthrough > > hw/i386/pc_piix.c | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------- > hw/pci-host/piix.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > include/hw/i386/pc.h | 10 ++++++++++ > 3 files changed, 289 insertions(+), 23 deletions(-) > > Thanks > Tiejun > > >