[PATCH 0/2] fix kvmclock bug - memory corruption

2010-05-04 Thread Glauber Costa
This patch series fixes I bug I just found with kvmclock, when I booted into a kernel without kvmclock enabled. Since I am setting msrs, I took the oportunity to use yet another function from upstream qemu (patch 1). Enjoy Glauber Costa (2): replace set_msr_entry with kvm_msr_entry turn off

Re: [PATCH 0/2] fix kvmclock bug - memory corruption

2010-05-04 Thread Zachary Amsden
On 05/04/2010 08:35 AM, Glauber Costa wrote: This patch series fixes I bug I just found with kvmclock, when I booted into a kernel without kvmclock enabled. Since I am setting msrs, I took the oportunity to use yet another function from upstream qemu (patch 1). Enjoy Glauber Costa (2):