xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][VTD] fixed a timing issue on DELL calpella laptop while doing graphics pass-through
@ 2010-06-04  0:22 Kay, Allen M
  2010-06-04  8:53 ` Jean Guyader
  0 siblings, 1 reply; 6+ messages in thread
From: Kay, Allen M @ 2010-06-04  0:22 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com
  Cc: ian.pratt@eu.citrix.com, Han, Weidong, Ross.Philipson@citrix.com,
	jean.guyader@citrix.com


[-- Attachment #1.1: Type: text/plain, Size: 153 bytes --]

Added additional sleep time between FLR and PCI config restore.



Signed-off-by: Allen Kay <allen.m.kay@intel.com<mailto:allen.m.kay@intel.com>>


[-- Attachment #1.2: Type: text/html, Size: 2314 bytes --]

[-- Attachment #2: igd-xen0603.patch --]
[-- Type: application/octet-stream, Size: 404 bytes --]

diff -r 370fd9f97c70 tools/python/xen/util/pci.py
--- a/tools/python/xen/util/pci.py	Sat May 22 07:18:16 2010 +0100
+++ b/tools/python/xen/util/pci.py	Thu Jun 03 11:42:05 2010 -0700
@@ -523,6 +523,7 @@
     return (pci_list, cfg_list)
 
 def restore_pci_conf_space(pci_cfg_list):
+    time.sleep(1.0)
     pci_list = pci_cfg_list[0]
     cfg_list = pci_cfg_list[1]
     for i in range(0, len(pci_list)):

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-06-07 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04  0:22 [PATCH][VTD] fixed a timing issue on DELL calpella laptop while doing graphics pass-through Kay, Allen M
2010-06-04  8:53 ` Jean Guyader
2010-06-04 13:30   ` Kay, Allen M
2010-06-04 20:30   ` Konrad Rzeszutek Wilk
2010-06-05  8:40     ` Jean Guyader
2010-06-07 15:58       ` Konrad Rzeszutek Wilk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).