linux/virt/kvm
Gleb Natapov edba23e515 KVM: Return EFAULT from kvm ioctl when guest accesses bad area
Currently if guest access address that belongs to memory slot but is not
backed up by page or page is read only KVM treats it like MMIO access.
Remove that capability. It was never part of the interface and should
not be relied upon.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2010-08-02 06:40:33 +03:00
..
Kconfig KVM: Add KVM_MMIO kconfig item 2010-03-01 12:35:41 -03:00
assigned-dev.c KVM: Fix unused but set warnings 2010-08-01 10:46:29 +03:00
coalesced_mmio.c KVM: Update Red Hat copyrights 2010-08-01 10:35:51 +03:00
coalesced_mmio.h KVM: Simplify coalesced mmio initialization 2010-03-01 12:35:41 -03:00
eventfd.c KVM: Update Red Hat copyrights 2010-08-01 10:35:51 +03:00
ioapic.c KVM: Update Red Hat copyrights 2010-08-01 10:35:51 +03:00
ioapic.h KVM: convert ioapic lock to spinlock 2010-05-13 01:23:55 -03:00
iodev.h KVM: remove in_range from io devices 2009-09-10 08:33:05 +03:00
iommu.c KVM: Use u64 for frame data types 2010-08-02 06:39:44 +03:00
irq_comm.c KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's 2010-08-01 10:46:51 +03:00
kvm_main.c KVM: Return EFAULT from kvm ioctl when guest accesses bad area 2010-08-02 06:40:33 +03:00