public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] kvmclock fixes
@ 2008-03-05 18:41 Glauber Costa
  2008-03-05 18:41 ` [PATCH 1/4] [PATCH] kvmclock: release time_page if msr is rewritten Glauber Costa
  0 siblings, 1 reply; 12+ messages in thread
From: Glauber Costa @ 2008-03-05 18:41 UTC (permalink / raw)
  To: kvm-devel; +Cc: chrisw, avi

Hi,

With this series, I'm introducing the ability to turn off the kvmclock.
It is done by writting any thing to the first three bits of the address
passed as a parameter to the msr.

For that to work properly, we should make absolutely sure the guest is aligned.
If we really care about compatibility here, we can set the KVM_CAP_CLOCKSOURCE 
to 0, and define a new feature flag to mean that the clock data structures
should be aligned. However, as the guest part has not yet made its way to linus,
we're in a privileged position of having no users other than the experimental users,
and can change it withouth bothering so much.

/* Comments? */



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

end of thread, other threads:[~2008-03-06 12:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 18:41 [PATCH 0/4] kvmclock fixes Glauber Costa
2008-03-05 18:41 ` [PATCH 1/4] [PATCH] kvmclock: release time_page if msr is rewritten Glauber Costa
2008-03-05 18:41   ` [PATCH 2/4] [PATCH] cacheline-align kvmclock structures Glauber Costa
2008-03-05 18:41     ` [PATCH 3/4] [PATCH] kvmclock: allow it to be turned off Glauber Costa
2008-03-05 18:41       ` [PATCH 4/4] [PATCH] cleanup leftovers Glauber Costa
2008-03-06  6:49         ` Avi Kivity
2008-03-06  6:47       ` [PATCH 3/4] [PATCH] kvmclock: allow it to be turned off Avi Kivity
2008-03-06 12:01         ` Glauber Costa
2008-03-06 12:11           ` Avi Kivity
2008-03-06 12:15             ` Glauber Costa
2008-03-06  6:45     ` [PATCH 2/4] [PATCH] cacheline-align kvmclock structures Avi Kivity
2008-03-06  6:42   ` [PATCH 1/4] [PATCH] kvmclock: release time_page if msr is rewritten Avi Kivity

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