commit | 2aaf69dcee864f4fb6402638dd2f263324ac839f | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng@linux.intel.com> | Wed Jan 21 16:52:16 2009 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Feb 15 02:47:37 2009 +0200 |
tree | 52df0acd746ee31592d0c2e7463ba7a091ab7a55 | |
parent | abe6655dd699069b53bcccbc65b2717f60203b12 [diff] |
KVM: MMU: Map device MMIO as UC in EPT Software are not allow to access device MMIO using cacheable memory type, the patch limit MMIO region with UC and WC(guest can select WC using PAT and PCD/PWT). Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>