public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] x86/kvm: implement Hyper-V reference TSC page clock
@ 2016-04-21 17:11 Roman Kagan
  2016-04-21 17:11 ` [PATCH 1/3] hyperv: add define for time unit Roman Kagan
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Roman Kagan @ 2016-04-21 17:11 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, Marcelo Tosatti, Denis V. Lunev, Roman Kagan

Implement Hyper-V paravirtualized clock -- reference TSC page -- in a
similar manner to kvm_clock.

The bulk of the change is in the last patch in the series; the preceding
ones are cleanups and refactorings paving the way to it.

Based on the patches and ideas by Andrey Smetanin and Paolo Bonzini.

Roman Kagan (3):
  hyperv: add define for time unit
  x86/kvm: factor out updating kvm_clock in guest
  x86/kvm: implement Hyper-V reference TSC page clock

 arch/x86/include/uapi/asm/hyperv.h |   3 +
 arch/x86/kernel/cpu/mshyperv.c     |   3 +-
 arch/x86/kvm/hyperv.c              | 135 +++++++++++++++++++++++++++++++------
 arch/x86/kvm/hyperv.h              |   3 +
 arch/x86/kvm/trace.h               |  25 +++++++
 arch/x86/kvm/x86.c                 | 122 ++++++++++++++++++---------------
 drivers/hv/hv.c                    |   3 +-
 drivers/hv/hv_util.c               |   2 +-
 8 files changed, 218 insertions(+), 78 deletions(-)

-- 
2.5.5


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-26 14:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 17:11 [PATCH 0/3] x86/kvm: implement Hyper-V reference TSC page clock Roman Kagan
2016-04-21 17:11 ` [PATCH 1/3] hyperv: add define for time unit Roman Kagan
2016-04-21 17:11 ` [PATCH 2/3] x86/kvm: factor out updating kvm_clock in guest Roman Kagan
2016-04-21 17:11 ` [PATCH 3/3] x86/kvm: implement Hyper-V reference TSC page clock Roman Kagan
2016-04-25 20:54   ` Radim Krčmář
2016-04-26  9:02     ` Roman Kagan
2016-04-26 13:00       ` Radim Krčmář
2016-04-26 14:16         ` Roman Kagan
2016-04-26 14:36           ` Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox