From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDAdi-0003dH-OY for qemu-devel@nongnu.org; Mon, 19 Jan 2015 06:37:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDAdf-0000Ge-Eh for qemu-devel@nongnu.org; Mon, 19 Jan 2015 06:37:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDAdf-0000G1-7J for qemu-devel@nongnu.org; Mon, 19 Jan 2015 06:36:59 -0500 Message-ID: <1421667412.3610.15.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 19 Jan 2015 12:36:52 +0100 In-Reply-To: <1421659723-2496-2-git-send-email-tiejun.chen@intel.com> References: <1421659723-2496-1-git-send-email-tiejun.chen@intel.com> <1421659723-2496-2-git-send-email-tiejun.chen@intel.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [v6][PATCH 01/10] i440fx: make types configurable at run-time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tiejun Chen Cc: mst@redhat.com, allen.m.kay@intel.com, qemu-devel@nongnu.org, aliguori@amazon.com, yang.z.zhang@intel.com, pbonzini@redhat.com, rth@twiddle.net On Mo, 2015-01-19 at 17:28 +0800, Tiejun Chen wrote: > From: "Michael S. Tsirkin" > > Xen wants to supply a different pci and host devices, > inheriting i440fx devices. Make types configurable. Description is misleading, this isn't about xen but about IGD passthrough. Guess kvm needs this too once kvmgt lands upstream. Otherwise looks sane to me. cheers, Gerd