Revision bb55e9b131d70ab9e30d73ab1342ad4907f9e0de authored by Ard Biesheuvel on 10 November 2014, 08:33:55 UTC, committed by Paolo Bonzini on 26 November 2014, 13:40:45 UTC
Instead of using kvm_is_mmio_pfn() to decide whether a host region
should be stage 2 mapped with device attributes, add a new static
function kvm_is_device_pfn() that disregards RAM pages with the
reserved bit set, as those should usually not be mapped as device
memory.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 6b50f54
History
File Mode Size
Kconfig -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 374 bytes
caif_dev.c -rw-r--r-- 12.8 KB
caif_socket.c -rw-r--r-- 26.6 KB
caif_usb.c -rw-r--r-- 5.3 KB
cfcnfg.c -rw-r--r-- 14.3 KB
cfctrl.c -rw-r--r-- 15.8 KB
cfdbgl.c -rw-r--r-- 1.5 KB
cfdgml.c -rw-r--r-- 2.9 KB
cffrml.c -rw-r--r-- 4.5 KB
cfmuxl.c -rw-r--r-- 6.3 KB
cfpkt_skbuff.c -rw-r--r-- 8.4 KB
cfrfml.c -rw-r--r-- 6.4 KB
cfserl.c -rw-r--r-- 4.3 KB
cfsrvl.c -rw-r--r-- 5.5 KB
cfutill.c -rw-r--r-- 2.8 KB
cfveil.c -rw-r--r-- 2.5 KB
cfvidl.c -rw-r--r-- 1.7 KB
chnl_net.c -rw-r--r-- 13.1 KB

back to top