From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen, Tiejun" Subject: Re: [Xen-devel] [v3][PATCH 0/5] xen: introduce new machine for IGD passthrough Date: Mon, 04 Aug 2014 13:39:23 +0800 Message-ID: <53DF1C8B.3030404@intel.com> References: <1406808574-19728-1-git-send-email-tiejun.chen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1406808574-19728-1-git-send-email-tiejun.chen@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: mst@redhat.com Cc: pbonzini@redhat.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 2014/7/31 20:09, Tiejun Chen wrote: > 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 In plus, ./i386-softmmu/qemu-system-i386 -hda winxp-32.img -m 2560 -boot c -machine pc Thanks Tiejun > > 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 > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel >