[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] xend: Fix error caused by VT-d ACS patch.



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1250753141 -3600
# Node ID fb2dc2506aced51ca847fdb26a2e2432360d4571
# Parent  3509276d8ad697d3d32c04316bf2ebbc7ccf7ffc
xend: Fix error caused by VT-d ACS patch.

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

diff -r 3509276d8ad6 -r fb2dc2506ace tools/python/xen/util/pci.py
--- a/tools/python/xen/util/pci.py      Thu Aug 20 08:23:33 2009 +0100
+++ b/tools/python/xen/util/pci.py      Thu Aug 20 08:25:41 2009 +0100
@@ -1003,7 +1003,7 @@ class PciDevice:
                         if pos != 0:
                             ctrl = self.pci_conf_read16(pos + PCI_EXT_ACS_CTRL)
                             if (ctrl & PCI_EXT_CAP_ACS_ENABLED) == \
-                                PCI_EXT_CAP_ACS_ENABLED
+                                (PCI_EXT_CAP_ACS_ENABLED):
                                 self.acs_enabled = True
         else:
             if  pos != 0:

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.