WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [VTD] fixed a timing issue on DELL calpel

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [VTD] fixed a timing issue on DELL calpella laptop while doing graphics pass-through
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 04 Jun 2010 03:45:31 -0700
Delivery-date: Fri, 04 Jun 2010 03:52:20 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1275643039 -3600
# Node ID f2b1924f20281bc42fa3532c7d82b3ee0700aff4
# Parent  f1faeaf76ddbed68d6cec256e89a1db208323b12
[VTD] fixed a timing issue on DELL calpella laptop while doing graphics 
pass-through

Added additional sleep time between FLR and PCI config restore.

Signed-off-by: Allen Kay <allen.m.kay@xxxxxxxxx>
---
 tools/python/xen/util/pci.py |    1 +
 1 files changed, 1 insertion(+)

diff -r f1faeaf76ddb -r f2b1924f2028 tools/python/xen/util/pci.py
--- a/tools/python/xen/util/pci.py      Fri Jun 04 10:14:06 2010 +0100
+++ b/tools/python/xen/util/pci.py      Fri Jun 04 10:17:19 2010 +0100
@@ -523,6 +523,7 @@ def save_pci_conf_space(devs_string):
     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)):

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [VTD] fixed a timing issue on DELL calpella laptop while doing graphics pass-through, Xen patchbot-unstable <=