Kay, Allen M
2010-Jul-29 23:25 UTC
[Xen-devel] [PATCH][VTD][v3] graphics passthrough cleanup
This patch as originally titled Calpella/Sandybridge IGD passthrough. In this revision, I have separated cleanup portion of the patch from Calpella/Sandybridge portion. This cleanup portion incorporates inputs from Stephano and proposed patch from Isaku. The main changes are consolidating graphics passthrough specific code into pt-graphics.c and removal of hardcoded intercepts for host bridge (device 00:00.0) accesses in pci.c. Signed-off-by: Allen Kay [allen.m.kay@intel.com<mailto:allen.m.kay@intel.com>] Signed-off-by: Isaku Yamahata [yamahata@valinux.co.jp] --- hw/pass-through.c | 215 +++++++----------------------------------------- hw/pass-through.h | 20 ++++- hw/pc.c | 4 + hw/pci.c | 31 +------ hw/pci.h | 6 +- hw/piix_pci.c | 4 +- hw/pt-graphics.c | 240 +++++++++++++++++++++++++++++++++++++++++++++++++++++ xen-hooks.mak | 2 +- 8 files changed, 303 insertions(+), 219 deletions(-) create mode 100644 hw/pt-graphics.c _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Kay, Allen M
2010-Jul-30 16:45 UTC
[Xen-devel] RE: [PATCH][VTD][v3] graphics passthrough cleanup
Ian, Given this is an old patch and there seems to be no additional comments, any chance to check this patch in soon before I get pull away into something else? Allen From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Kay, Allen M Sent: Thursday, July 29, 2010 4:25 PM To: xen-devel@lists.xensource.com Cc: Isaku Yamahata; Ian Jackson; Stefano Stabellini Subject: [Xen-devel] [PATCH][VTD][v3] graphics passthrough cleanup This patch as originally titled Calpella/Sandybridge IGD passthrough. In this revision, I have separated cleanup portion of the patch from Calpella/Sandybridge portion. This cleanup portion incorporates inputs from Stephano and proposed patch from Isaku. The main changes are consolidating graphics passthrough specific code into pt-graphics.c and removal of hardcoded intercepts for host bridge (device 00:00.0) accesses in pci.c. Signed-off-by: Allen Kay [allen.m.kay@intel.com<mailto:allen.m.kay@intel.com>] Signed-off-by: Isaku Yamahata [yamahata@valinux.co.jp] --- hw/pass-through.c | 215 +++++++----------------------------------------- hw/pass-through.h | 20 ++++- hw/pc.c | 4 + hw/pci.c | 31 +------ hw/pci.h | 6 +- hw/piix_pci.c | 4 +- hw/pt-graphics.c | 240 +++++++++++++++++++++++++++++++++++++++++++++++++++++ xen-hooks.mak | 2 +- 8 files changed, 303 insertions(+), 219 deletions(-) create mode 100644 hw/pt-graphics.c _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Stefano Stabellini
2010-Aug-03 09:56 UTC
[Xen-devel] RE: [PATCH][VTD][v3] graphics passthrough cleanup
On Fri, 30 Jul 2010, Kay, Allen M wrote:> > Ian, > > Given this is an old patch and there seems to be no additional comments, any chance to check this patch in soon before I > get pull away into something else? >Ian is on vacation this week, but I expect him to apply your patch next week when he is back. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Kay, Allen M
2010-Aug-11 23:56 UTC
[Xen-devel] RE: [PATCH][VTD][v3] graphics passthrough cleanup
Any update on this patch? -----Original Message----- From: Stefano Stabellini [mailto:stefano.stabellini@eu.citrix.com] Sent: Tuesday, August 03, 2010 2:57 AM To: Kay, Allen M Cc: Ian Jackson; Isaku Yamahata; Stefano Stabellini; xen-devel@lists.xensource.com Subject: RE: [PATCH][VTD][v3] graphics passthrough cleanup On Fri, 30 Jul 2010, Kay, Allen M wrote:> > Ian, > > Given this is an old patch and there seems to be no additional comments, any chance to check this patch in soon before I > get pull away into something else? >Ian is on vacation this week, but I expect him to apply your patch next week when he is back. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel