|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [HVM][SVM][PATCH][2/2] Delay ExtInt Injection
> Since EventInj is separate from V_IRQ, and both are supported
> simultaneously (EventInj followed by V_IRQ, I hope!), why do
> you need to enforce mutual exclusion favouring EventInj and
> delaying V_IRQ injection?
>
> Removing the RFLAGS.IF check makes sense because the previous
> patch moves the check later (and does dummy VIRQ injection
> instead of simply bailing).
> But I don't see why the EventInj check gets added by this patch.
We have seen issues when both fields are filled out and delaying the
V_IRQ injection until the next opportunity alleviates these problems.
We are looking into root cause and will then remove this code and allow
both EventInj and V_IRQ simultaneously, but timeframe on when that will
be is a bit unknown at this point. Clearly we would want to take
advantage of the ucode's ability to support both fields on the same
vmrun!
We have though, thoroughly tested (we believe) these patches.
Let me know if you have any other concerns/questions..
--Tom
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|