j
k
j a
j l
On 16/07/21 09:27, stsp wrote:
...+ if (kvm_event_needs_reinjection(vcpu)) + return false; kvm_event_needs_reinjection() seems to miss exception.pending check. Don't we need it too?
+ if (kvm_event_needs_reinjection(vcpu)) + return false;
kvm_event_needs_reinjection() seems to miss exception.pending check. Don't we need it too?
Yes, good point.
Paolo
Back to the thread
Back to the list