Skip to content
Commit e24dea2a authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUID



Virtual machines can be run with CPUID such that there are no MTRRs.
In that case, the firmware will never enable MTRRs and it is obviously
undesirable to run the guest entirely with UC memory.  Check out guest
CPUID, and use WB memory if MTRR do not exist.

Cc: qemu-stable@nongnu.org
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=107561
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent fa7c4ebd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment