From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsU8I-0000mI-SH for qemu-devel@nongnu.org; Sun, 23 Nov 2014 05:11:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsU8C-0001Zn-NF for qemu-devel@nongnu.org; Sun, 23 Nov 2014 05:11:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsU8C-0001Zd-Fr for qemu-devel@nongnu.org; Sun, 23 Nov 2014 05:11:00 -0500 Date: Sun, 23 Nov 2014 12:10:47 +0200 From: "Michael S. Tsirkin" Message-ID: <20141123101047.GA3109@redhat.com> References: <1407836957-29098-1-git-send-email-tiejun.chen@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1407836957-29098-1-git-send-email-tiejun.chen@intel.com> Subject: Re: [Qemu-devel] [v5][PATCH 0/4] xen: introduce new machine for IGD passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tiejun Chen Cc: pbonzini@redhat.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com On Tue, Aug 12, 2014 at 05:49:13PM +0800, Tiejun Chen wrote: > v5: > > * Simplify to make sure its really inherited from the standard one in patch #3 > * Then drop the original patch #3 I carried i440fx: make types configurable at run-time pc_init1: pass parameters just with types xen:hw:pci-host:piix: create host bridge to passthrough qom-test: blacklist xenigd xen:hw:i386:pc_piix: introduce new machine for IGD passthrough on my branch for a while now, but I'm not sure it's all still needed. If yes simply include these patches next time you repost the patchset. -- MST