Gentlemen, If I may please steal a little bit of your time, for the revision of this patchset, this is appreciated. This version only includes the steal time part, using a new MSR+cpuid to register it. It also includes some documentation, describing the ABI. Mostly inspired by the kvmclock one. Comments welcome Glauber Costa (6): KVM-HDR: KVM Steal time implementation KVM-HV: KVM Steal time implementation KVM-GST: KVM Steal time accounting KVM-GST: KVM Steal time registration KVM-GST: adjust scheduler cpu power Describe KVM_MSR_STEAL_TIME Documentation/kvm/msr.txt | 32 ++++++++++ arch/x86/Kconfig | 12 ++++ arch/x86/include/asm/kvm_host.h | 6 ++ arch/x86/include/asm/kvm_para.h | 10 +++ arch/x86/kernel/kvm.c | 61 +++++++++++++++++++ arch/x86/kernel/kvmclock.c | 2 + arch/x86/kvm/x86.c | 48 +++++++++++++-- include/linux/kvm.h | 1 + include/linux/sched.h | 1 + kernel/sched.c | 126 +++++++++++++++++++++++++++++++++++---- kernel/sched_features.h | 4 +- 11 files changed, 283 insertions(+), 20 deletions(-) -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html