From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDOvU-0001V0-9L for qemu-devel@nongnu.org; Mon, 19 Jan 2015 21:52:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDOvQ-0002A0-7Z for qemu-devel@nongnu.org; Mon, 19 Jan 2015 21:52:20 -0500 Received: from mga14.intel.com ([192.55.52.115]:24102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDOvQ-00029o-0a for qemu-devel@nongnu.org; Mon, 19 Jan 2015 21:52:16 -0500 Message-ID: <54BDC2DB.2000003@intel.com> Date: Tue, 20 Jan 2015 10:52:11 +0800 From: "Chen, Tiejun" MIME-Version: 1.0 References: <1421659723-2496-1-git-send-email-tiejun.chen@intel.com> <1421659723-2496-4-git-send-email-tiejun.chen@intel.com> <1421667612.3610.17.camel@nilsson.home.kraxel.org> In-Reply-To: <1421667612.3610.17.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [v6][PATCH 03/10] piix: create host bridge to passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , "Song, Jike" 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 2015/1/19 19:40, Gerd Hoffmann wrote: > On Mo, 2015-01-19 at 17:28 +0800, Tiejun Chen wrote: >> +static void xen_igd_passthrough_i440fx_class_init(ObjectClass *klass, >> + void *data) >> +{ >> + DeviceClass *dc = DEVICE_CLASS(klass); >> + >> + dc->desc = "IGD PT XEN Host bridge"; >> +} > > IMO "xen" naming should go away here too. > Its easy to do but we need to wait KvmGT guys' response, so now it makes sense to leave "xen" as a prefix since this just work in xen side. Thanks Tiejun