Re: [PATCH v6 0/7] Enlightened VMCS support for KVM on Hyper-V

2018-03-28 Thread Radim Krčmář
2018-03-26 14:42+0200, Vitaly Kuznetsov: > Vitaly Kuznetsov writes: > > > Changes since v5: > > - Fix a couple of issues reported by kbuild test robot, both in > > PATCH7 (hope Radim's Reviewed-by: stands). > > > > When running nested KVM on Hyper-V it's possible to use so called > > 'Enlighten

Re: [PATCH v6 0/7] Enlightened VMCS support for KVM on Hyper-V

2018-03-26 Thread Vitaly Kuznetsov
Vitaly Kuznetsov writes: > Changes since v5: > - Fix a couple of issues reported by kbuild test robot, both in > PATCH7 (hope Radim's Reviewed-by: stands). > > When running nested KVM on Hyper-V it's possible to use so called > 'Enlightened VMCS' and do normal memory reads/writes instead of > d

[PATCH v6 0/7] Enlightened VMCS support for KVM on Hyper-V

2018-03-20 Thread Vitaly Kuznetsov
Changes since v5: - Fix a couple of issues reported by kbuild test robot, both in PATCH7 (hope Radim's Reviewed-by: stands). When running nested KVM on Hyper-V it's possible to use so called 'Enlightened VMCS' and do normal memory reads/writes instead of doing VMWRITE/VMREAD instructions. In add