From: Gleb Natapov Date: Wed, 7 Jul 2010 17:16:45 +0000 (+0300) Subject: KVM: Return EFAULT from kvm ioctl when guest accesses bad area X-Git-Tag: v2.6.36-rc1~580^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edba23e51578f7cb6781461568489fc1825db4ac;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed