|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] fix multicall state tracking
On 12/12/06 13:30, "Jan Beulich" <jbeulich@xxxxxxxxxx> wrote:
> This replaces the previous fix to multicall state tracking so that now the
> multicall-
> in-progress status is maintained on a per-VCPU basis (all other state remains
> per physical CPU). This seems cleaner than the previous hack requiring
> clearing
> of the flags in domain_crash_synchronous().
>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
I decided to entirely move away from domain_crash_synchronous() in hypercall
context. So the code in domain_crash_synchronous() is just a warning for
errant code -- later it can become BUG_ON(). This means that multicall state
can remain per-cpu, unless per-vcpu seems much better (personally I think it
doesn't really matter either way so we may as well stick with what we have).
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|