From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDttb-0005ax-LU for qemu-devel@nongnu.org; Wed, 21 Jan 2015 06:56:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDttY-0000j4-G0 for qemu-devel@nongnu.org; Wed, 21 Jan 2015 06:56:27 -0500 Received: from smtp.citrix.com ([66.165.176.89]:60115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDttY-0000id-CJ for qemu-devel@nongnu.org; Wed, 21 Jan 2015 06:56:24 -0500 Message-ID: <1421841376.13271.5.camel@citrix.com> From: Ian Campbell Date: Wed, 21 Jan 2015 11:56:16 +0000 In-Reply-To: <21695.36752.122911.770104@mariner.uk.xensource.com> References: <1421824792-3925-1-git-send-email-tiejun.chen@intel.com> <21695.36752.122911.770104@mariner.uk.xensource.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC][PATCH 1/1] libxl: add one machine property to support IGD GFX passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ian Jackson Cc: qemu-devel@nongnu.org, Tiejun Chen , wei.liu2@citrix.com, kraxel@redhat.com, xen-devel@lists.xen.org On Wed, 2015-01-21 at 11:37 +0000, Ian Jackson wrote: > Tiejun Chen writes ("[RFC][PATCH 1/1] libxl: add one machine property to support IGD GFX passthrough"): > > When we're working to support IGD GFX passthrough with qemu > > upstream, instead of "-gfx_passthru" we'd like to make that > > a machine option, "-machine xxx,gfx_passthru=on". This need > > to bring several changes on tool side. > > Has the corresponding patch to qemu-upstream been accepted yet ? > > I'd like to see a confirmation from the qemu side that this is going > into their tree and that the command-line option syntax has been > agreed. Do we need to detect old vs. new qemu to know when this option is valid? Ian.