Re: [PATCH] handle AMD microcode MSR

2009-07-06 Thread Avi Kivity
On 07/03/2009 05:00 PM, Andre Przywara wrote: Windows 7 tries to update the CPU's microcode on some processors, so we ignore the MSR write here. The patchlevel register is already handled (returning 0), because the MSR number is the same as Intel's. Applied, thanks. -- error compiling comm

[PATCH] handle AMD microcode MSR

2009-07-03 Thread Andre Przywara
Windows 7 tries to update the CPU's microcode on some processors, so we ignore the MSR write here. The patchlevel register is already handled (returning 0), because the MSR number is the same as Intel's. Signed-off-by: Andre Przywara --- arch/x86/kvm/x86.c |1 + 1 files changed, 1 insertions