Re: [PATCH v2 0/2] x86/kvm/hyper-v: Direct Mode stimers fixes

2018-12-14 Thread Paolo Bonzini
On 12/12/18 17:50, Vitaly Kuznetsov wrote: > Changes in v2: > - PATCH2 added [Roman Kagan] > > This is a follow-up to my "x86/kvm/hyper-v: direct mode for synthetic > timers" series. Roman identified a couple of issues with the patchset: > we don't check that the supplied APIC vector is valid and

[PATCH v2 0/2] x86/kvm/hyper-v: Direct Mode stimers fixes

2018-12-12 Thread Vitaly Kuznetsov
Changes in v2: - PATCH2 added [Roman Kagan] This is a follow-up to my "x86/kvm/hyper-v: direct mode for synthetic timers" series. Roman identified a couple of issues with the patchset: we don't check that the supplied APIC vector is valid and we care about EOI for nothing. These can be merged with