Re: [PATCH v2 0/7] x86/kvm/hyper-v: Implement KVM_GET_SUPPORTED_HV_CPUID

2018-12-18 Thread Vitaly Kuznetsov
Paolo Bonzini writes: > On 17/12/18 11:30, Vitaly Kuznetsov wrote: >>> Queued, thanks. I moved this above the direct EOI series so that >>> KVM_CAP_HYPERV_STIMER_DIRECT need not exist at any point of the history. >>> >> Thanks! Just to make sure (and to conclude our discussion with Roman): >> wi

Re: [PATCH v2 0/7] x86/kvm/hyper-v: Implement KVM_GET_SUPPORTED_HV_CPUID

2018-12-17 Thread Paolo Bonzini
On 17/12/18 11:30, Vitaly Kuznetsov wrote: >> Queued, thanks. I moved this above the direct EOI series so that >> KVM_CAP_HYPERV_STIMER_DIRECT need not exist at any point of the history. >> > Thanks! Just to make sure (and to conclude our discussion with Roman): > with your Qemu maintainer hat on,

Re: [PATCH v2 0/7] x86/kvm/hyper-v: Implement KVM_GET_SUPPORTED_HV_CPUID

2018-12-17 Thread Vitaly Kuznetsov
Paolo Bonzini writes: > > Queued, thanks. I moved this above the direct EOI series so that > KVM_CAP_HYPERV_STIMER_DIRECT need not exist at any point of the history. > Thanks! Just to make sure (and to conclude our discussion with Roman): with your Qemu maintainer hat on, do you agree with the

Re: [PATCH v2 0/7] x86/kvm/hyper-v: Implement KVM_GET_SUPPORTED_HV_CPUID

2018-12-14 Thread Paolo Bonzini
On 10/12/18 18:21, Vitaly Kuznetsov wrote: > Changes since v1: > - Add Michael's R-b tags. > - Document KVM_GET_SUPPORTED_HV_CPUID and KVM_CAP_HYPERV_CPUID. > - Fix error handling in kvm_vcpu_ioctl_get_hv_cpuid(). > - Check for -E2BIG in the selftest. PATCH6 is added to support the change. > > As

[PATCH v2 0/7] x86/kvm/hyper-v: Implement KVM_GET_SUPPORTED_HV_CPUID

2018-12-10 Thread Vitaly Kuznetsov
Changes since v1: - Add Michael's R-b tags. - Document KVM_GET_SUPPORTED_HV_CPUID and KVM_CAP_HYPERV_CPUID. - Fix error handling in kvm_vcpu_ioctl_get_hv_cpuid(). - Check for -E2BIG in the selftest. PATCH6 is added to support the change. As suggested by Paolo, introduce new KVM_GET_SUPPORTED_HV_CP