commit | 41156c8196589dfca96a7370a7719a6c5bc9982c | [log] [tgz] |
---|---|---|
author | Andreas Sandberg <andreas@sandberg.pp.se> | Thu May 02 12:01:50 2013 +0200 |
committer | Andreas Sandberg <andreas@sandberg.pp.se> | Thu May 02 12:01:50 2013 +0200 |
tree | a345e8c495c0bb5705ee8eeae8a7a6b4765042f2 | |
parent | 12d7498ad5da51062d9a93afe7fcf5f7a89f8f2a [diff] |
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.