|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] A wrong assert in get_ioreq()?
In the function get_ioreq(), there is a line:
ASSERT((v == current) || spin_is_locked(&d->arch.hvm_domain.ioreq.lock )); I don't think it should be
ASSERT(v == current).
we don't get the lock first, and I think we needn't it.
Am I missing something?
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] A wrong assert in get_ioreq()?,
Paul Samon <=
|
|
|
|
|