KVM: MMU: Map device MMIO as UC in EPT
authorSheng Yang <sheng@linux.intel.com>
Wed, 21 Jan 2009 08:52:16 +0000 (16:52 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 15 Feb 2009 00:47:37 +0000 (02:47 +0200)
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>

No differences found