[kvm-devel] [PATCH 1/4] [PATCH] kvmclock: release time_page if msr is rewritten

2008-03-05 Thread Glauber Costa
If the calling cpu rewrites the system clock msr for any reason, release the page we allocated in the last time Signed-off-by: Glauber Costa [EMAIL PROTECTED] --- arch/x86/kvm/x86.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c

Re: [kvm-devel] [PATCH 1/4] [PATCH] kvmclock: release time_page if msr is rewritten

2008-03-05 Thread Avi Kivity
Glauber Costa wrote: If the calling cpu rewrites the system clock msr for any reason, release the page we allocated in the last time Applied, thanks. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.