commit | 74d33dedc2fb8d98821bcf7df9800ce59456502e | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Sep 21 17:04:47 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Sep 21 18:18:18 2011 -0400 |
tree | 3249b1bb83c5647f8f4c1fb27b308f308780b808 | |
parent | b1766b62890e3bba1a778a20ef8bf9348d6096c2 [diff] |
xen/pciback: use mutex rather than spinlock in vpci backend Similar to the "xen/pciback: use mutex rather than spinlock in passthrough backend" this patch converts the vpci backend to use a mutex instead of a spinlock. Note that the code taking the lock won't ever get called from non-sleepable context Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>