commit | 24d8bf1b0a12a92171c6f08a665c6ff3f0788c91 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Apr 21 15:43:08 2014 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri May 23 12:33:50 2014 -0400 |
tree | b33b506798dd763e0c9e14b84c6e90ff2a98f8f7 | |
parent | 8be9df6d4b6b53112abb078cb58827767471d797 [diff] |
xen/pciback: Document when the 'unbind' and 'bind' functions are called. And also mention that you cannot do any pci_reset_function, pci_reset_slot, or such calls. This is because they take the same lock as SysFS does - and we would end up with a dead-lock if we call those functions. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: David Vrabel <david.vrabel@citrix.com>