[PATCH v3 0/6] Steal time for KVM

From: Glauber Costa
Date: Fri Feb 11 2011 - 13:21:20 EST


Hi Folks,

This is the same series as before, adressing most of the concerns raised.
Please let me know if there is something else I should take into account here.

Thanks!

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 | 33 +++++++++++++++++
arch/x86/Kconfig | 12 ++++++
arch/x86/include/asm/kvm_host.h | 5 +++
arch/x86/include/asm/kvm_para.h | 9 +++++
arch/x86/kernel/kvm.c | 43 ++++++++++++++++++++++
arch/x86/kernel/kvmclock.c | 2 +
arch/x86/kvm/x86.c | 39 +++++++++++++++++++-
include/linux/kvm.h | 1 +
include/linux/sched.h | 1 +
kernel/sched.c | 77 ++++++++++++++++++++++++++++++++++-----
kernel/sched_features.h | 4 +-
11 files changed, 212 insertions(+), 14 deletions(-)

--
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/