Cui, Dexuan
2009-Jun-02 09:13 UTC
[Xen-devel] [PATCH]xend: pci: improve the assignability checking
1) fix some small typos in util/pci.py; 2) find_all_the_multi_functions(): BDFs of a multi-function PCIe device could be different in all the 3 fields (bus, device, function), so we need self.find_parent() and list all the BDFs below the parent; 3) to assign a device of the must-be-co-assigned devices, we require all the related devices should be owned by pciback; 4) detect and disallow duplicate pci string specified in guest config file due to carelessness. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Simon Horman
2009-Jun-02 10:54 UTC
[Xen-devel] Re: [PATCH]xend: pci: improve the assignability checking
On Tue, Jun 02, 2009 at 05:13:21PM +0800, Cui, Dexuan wrote:> 1) fix some small typos in util/pci.py; > 2) find_all_the_multi_functions(): BDFs of a multi-function PCIe device could be different in all the 3 fields (bus, device, function), so we need self.find_parent() and list all the BDFs below the parent; > 3) to assign a device of the must-be-co-assigned devices, we require all the related devices should be owned by pciback; > 4) detect and disallow duplicate pci string specified in guest config file due to carelessness. > > Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>This changes seem find to me. Acked-by: Simon Horman <horms@verge.net.au> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel