From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCpDd-00074r-TQ for qemu-devel@nongnu.org; Thu, 31 Jul 2014 08:12:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCpDV-00075g-G0 for qemu-devel@nongnu.org; Thu, 31 Jul 2014 08:12:25 -0400 Received: from mga01.intel.com ([192.55.52.88]:30428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCpDV-00074I-9t for qemu-devel@nongnu.org; Thu, 31 Jul 2014 08:12:17 -0400 From: Tiejun Chen Date: Thu, 31 Jul 2014 20:09:30 +0800 Message-Id: <1406808574-19728-1-git-send-email-tiejun.chen@intel.com> Subject: [Qemu-devel] [v3][PATCH 0/5] xen: introduce new machine for IGD passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com Cc: pbonzini@redhat.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com v3: * Drop patch #4 * Add one patch #1 from Michael * Rebase v2: * Fix some coding style * New patch to separate i440fx_init * Just add prefix with XEN_IGD_PASSTHROUGH/xen_igd_passthrough * Based on patch #2 to regenerate * Unify prefix with XEN_IGD_PASSTHROUGH/xen_igd_passthrough like patch #3 * Test: boot with a preinstalled ubuntu 14.04 ./i386-softmmu/qemu-system-i386 -hda test.img -m 2560 -boot c -machine pc As we discussed we need to create a separate machine to support current IGD passthrough. ---------------------------------------------------------------- Tiejun Chen (4): i440fx: make types configurable at run-time hw:i386:pc_piix: split pc_init1() xen:hw:pci-host:piix: create host bridge to passthrough xen:hw:i386:pc_piix: introduce new machine for IGD passthrough hw/i386/pc_piix.c | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------- hw/pci-host/piix.c | 50 ++++++++++++++++++++++++++++++++++---- include/hw/i386/pc.h | 8 ++++++- 3 files changed, 254 insertions(+), 31 deletions(-) Thanks Tiejun