[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: pass-through: Only call setupOneDevice() once per device
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1245148403 -3600 # Node ID a5f584c1e2f63fac5ed38abe15f8ed06898e2402 # Parent cc07094a02e491240d15944d6e70bedcaca8d541 xend: pass-through: Only call setupOneDevice() once per device As observed by Dexuan Cui, when PCI devices are passed through at domain-creation-time setupOneDevice() will be called twice. Once via setupDevice() and once via econfigureDevice() which is called in pci_device_configure(). This patch removes the first of these. Cc: Dexuan Cui <dexuan.cui@xxxxxxxxx> Cc: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> --- tools/python/xen/xend/server/pciif.py | 2 -- 1 files changed, 2 deletions(-) diff -r cc07094a02e4 -r a5f584c1e2f6 tools/python/xen/xend/server/pciif.py --- a/tools/python/xen/xend/server/pciif.py Tue Jun 16 11:31:20 2009 +0100 +++ b/tools/python/xen/xend/server/pciif.py Tue Jun 16 11:33:23 2009 +0100 @@ -436,8 +436,6 @@ class PciController(DevController): ' same guest with %s' raise VmError(err_msg % (s, dev.name)) - for (domain, bus, slot, func) in pci_dev_list: - self.setupOneDevice(domain, bus, slot, func) wPath = '/local/domain/0/backend/pci/%u/0/aerState' % (self.getDomid()) self.aerStateWatch = xswatch(wPath, self._handleAerStateWatch) log.debug('pci: register aer watch %s', wPath) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |