kvm: Make MMIO requests uncacheable
authorAndreas Sandberg <andreas@sandberg.pp.se>
Thu, 2 May 2013 10:01:50 +0000 (12:01 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Thu, 2 May 2013 10:01:50 +0000 (12:01 +0200)
commit41156c8196589dfca96a7370a7719a6c5bc9982c
treea345e8c495c0bb5705ee8eeae8a7a6b4765042f2
parent12d7498ad5da51062d9a93afe7fcf5f7a89f8f2a
kvm: Make MMIO requests uncacheable

Device accesses are normally uncacheable. This change probably doesn't
make any difference since we normally disable caching when KVM is
active. However, there might be devices that check this, so we'd
better enable this flag to be safe.
src/cpu/kvm/base.cc