Re: [PATCH] fix MMIO_CONF_BASE MSR access

2009-07-07 Thread Avi Kivity
On 07/02/2009 04:04 PM, Andre Przywara wrote: Some Windows versions check whether the BIOS has setup MMI/O for config space accesses on AMD Fam10h CPUs, we say "no" by returning 0 on reads and only allow disabling of MMI/O CfgSpace setup by igoring "0" writes. Applied, thanks. -- err

[PATCH] fix MMIO_CONF_BASE MSR access

2009-07-02 Thread Andre Przywara
Some Windows versions check whether the BIOS has setup MMI/O for config space accesses on AMD Fam10h CPUs, we say "no" by returning 0 on reads and only allow disabling of MMI/O CfgSpace setup by igoring "0" writes. Signed-off-by: Andre Przywara --- arch/x86/kvm/x86.c |8 1 files