commit | f7c6d140032ae7e80df36d350c6edc41f92b2f94 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Thu Jul 02 15:04:14 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:33:10 2009 +0300 |
tree | 4d69b6bc63e25b2e6599575c7377af71f82ea58d | |
parent | f691fe1da7e2715137d21ae5a80bec64db4625db [diff] |
KVM: fix MMIO_CONF_BASE MSR access 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 <andre.przywara@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>