From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0UJF-0004XB-0a for qemu-devel@nongnu.org; Fri, 27 Jun 2014 07:27:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0UJ6-0007eI-11 for qemu-devel@nongnu.org; Fri, 27 Jun 2014 07:27:12 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:37401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0UJ5-0007cx-RT for qemu-devel@nongnu.org; Fri, 27 Jun 2014 07:27:03 -0400 Received: by mail-wi0-f169.google.com with SMTP id hi2so2497580wib.4 for ; Fri, 27 Jun 2014 04:27:03 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53AD54FD.4010807@redhat.com> Date: Fri, 27 Jun 2014 13:26:53 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403662641-28526-1-git-send-email-tiejun.chen@intel.com> <1403662641-28526-5-git-send-email-tiejun.chen@intel.com> <53AA6B2D.2030804@redhat.com> <53AD2C8E.8030009@intel.com> In-Reply-To: <53AD2C8E.8030009@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [v5][PATCH 4/5] xen, gfx passthrough: create host bridge to passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Chen, Tiejun" , anthony.perard@citrix.com, stefano.stabellini@eu.citrix.com, mst@redhat.com, Kelly.Zytaruk@amd.com Cc: peter.maydell@linaro.org, xen-devel@lists.xensource.com, allen.m.kay@intel.com, qemu-devel@nongnu.org, anthony@codemonkey.ws, yang.z.zhang@intel.com Il 27/06/2014 10:34, Chen, Tiejun ha scritto: > > > So how to separate this to specific to xen? Or you mean we need to > create an new machine to address this scenario? But actually this is > same as xenfv_machine except for these little codes. Yes, please create a new machine so that "-M pc" doesn't have any of these hacks. Note that "-M xenfv" is obsolete, Xen can now use "-M pc" (i.e. the default). Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [v5][PATCH 4/5] xen, gfx passthrough: create host bridge to passthrough Date: Fri, 27 Jun 2014 13:26:53 +0200 Message-ID: <53AD54FD.4010807@redhat.com> References: <1403662641-28526-1-git-send-email-tiejun.chen@intel.com> <1403662641-28526-5-git-send-email-tiejun.chen@intel.com> <53AA6B2D.2030804@redhat.com> <53AD2C8E.8030009@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53AD2C8E.8030009@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Chen, Tiejun" , anthony.perard@citrix.com, stefano.stabellini@eu.citrix.com, mst@redhat.com, Kelly.Zytaruk@amd.com Cc: peter.maydell@linaro.org, xen-devel@lists.xensource.com, allen.m.kay@intel.com, qemu-devel@nongnu.org, anthony@codemonkey.ws, yang.z.zhang@intel.com List-Id: xen-devel@lists.xenproject.org Il 27/06/2014 10:34, Chen, Tiejun ha scritto: > > > So how to separate this to specific to xen? Or you mean we need to > create an new machine to address this scenario? But actually this is > same as xenfv_machine except for these little codes. Yes, please create a new machine so that "-M pc" doesn't have any of these hacks. Note that "-M xenfv" is obsolete, Xen can now use "-M pc" (i.e. the default). Paolo