Re: [Devel] [PATCH v2 0/4] kvm: hyperv: backport latest stuff from mainstream

2017-10-12 Thread Roman Kagan
On Thu, Oct 12, 2017 at 12:30:18PM +0300, Konstantin Khorenko wrote: > arch/x86/kvm/hyperv.c: In function 'kvm_hv_vcpu_postcreate': > arch/x86/kvm/hyperv.c:708:2: error: implicit declaration of function > 'kvm_vcpu_get_idx' [-Werror=implicit-function-declaration] > hv_vcpu->vp_index =

Re: [Devel] [PATCH v2 0/4] kvm: hyperv: backport latest stuff from mainstream

2017-10-12 Thread Konstantin Khorenko
arch/x86/kvm/hyperv.c: In function 'kvm_hv_vcpu_postcreate': arch/x86/kvm/hyperv.c:708:2: error: implicit declaration of function 'kvm_vcpu_get_idx' [-Werror=implicit-function-declaration] hv_vcpu->vp_index = kvm_vcpu_get_idx(vcpu); ^ cc1: all warnings being treated as errors make[2]: ***

Re: [Devel] [PATCH v2 0/4] kvm: hyperv: backport latest stuff from mainstream

2017-10-11 Thread Jan Dakinevich
Overall: ok. On 10/10/2017 10:49 AM, Roman Kagan wrote: > These are backports of the latest commits to hyperv subsystem in > mainsteram KVM (as of 4.13). They address a couple of design flaws, and > are necessary for the latest hyperv code in QEMU to work properly. > > v1 -> v2: > - replace

[Devel] [PATCH v2 0/4] kvm: hyperv: backport latest stuff from mainstream

2017-10-10 Thread Roman Kagan
These are backports of the latest commits to hyperv subsystem in mainsteram KVM (as of 4.13). They address a couple of design flaws, and are necessary for the latest hyperv code in QEMU to work properly. v1 -> v2: - replace incremental patch with a revert and a fresh backport - pull in an