Re: [PATCH v3 00/28] KVM: nSVM: event fixes and migration support

2020-05-29 Thread Paolo Bonzini
On 29/05/20 19:59, Sean Christopherson wrote: >> [PATCH v3 00/28] KVM: nSVM: event fixes and migration support > You've got something funky going on with the way you generate cover letters, > looks like it doesn't count patches authored by someone else. The 'v3' is

Re: [PATCH v3 00/28] KVM: nSVM: event fixes and migration support

2020-05-29 Thread Sean Christopherson
> [PATCH v3 00/28] KVM: nSVM: event fixes and migration support You've got something funky going on with the way you generate cover letters, looks like it doesn't count patches authored by someone else. The 'v3' is also missing from the patches, though I suppose some heat

[PATCH v3 00/28] KVM: nSVM: event fixes and migration support

2020-05-29 Thread Paolo Bonzini
This is basically the same as v2 except that it has a small fix to "KVM: x86: enable event window in inject_pending_event", where a second pending interrupt or NMI was not enabling the window-open vmexit (caught by apic.flat). In addition I've renamed inject_pending_event to handle_processor_event