From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAHHA-0005mR-PT for qemu-devel@nongnu.org; Thu, 24 Jul 2014 07:33:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAHH4-00034k-Bp for qemu-devel@nongnu.org; Thu, 24 Jul 2014 07:33:32 -0400 Received: from mga03.intel.com ([143.182.124.21]:6794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAHH4-00034E-5Y for qemu-devel@nongnu.org; Thu, 24 Jul 2014 07:33:26 -0400 From: Tiejun Chen Date: Thu, 24 Jul 2014 19:30:25 +0800 Message-Id: <1406201429-21700-1-git-send-email-tiejun.chen@intel.com> Subject: [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 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