From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 1/2] graphics passthrough with VT-d Date: Fri, 28 Aug 2009 09:45:21 +0100 Message-ID: References: <715D42877B251141A38726ABF5CABF2C054B533682@pdsmsx503.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <715D42877B251141A38726ABF5CABF2C054B533682@pdsmsx503.ccr.corp.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Han, Weidong" , "'xen-devel@lists.xensource.com'" Cc: "Lin, Ben Y" , "Kay, Allen M" , Jean Guyader , "'bengheng@eecs.umich.edu'" List-Id: xen-devel@lists.xenproject.org On 28/08/2009 08:54, "Han, Weidong" wrote: > This patch supports basic gfx passthrough on xen side: > - retrieves VGA bios from host VGA BIOS address (0xC0000), then load it to > guest VGA BIOS address (This is the same with XCI). > - Enlarge guest MMIO range to contain gfx card's large memory Hvmloader will auto-size the MMIO hole. You shouldn't need to change the default initial size of the hole. -- Keir > - add a config option 'gfx_passthru' for gfx passthrough