From: Xiao Guangrong Date: Tue, 21 Aug 2012 02:58:45 +0000 (+0800) Subject: KVM: hide KVM_MEMSLOT_INVALID from userspace X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b29204c8c9ecb4b2799a06ab646eeb363a0fe6;p=pandora-kernel.git KVM: hide KVM_MEMSLOT_INVALID from userspace Quote Avi's comment: | KVM_MEMSLOT_INVALID is actually an internal symbol, not used by | userspace. Please move it to kvm_host.h. Also, we divide the memlsot->flags into two parts, the lower 16 bits are visible for userspace, the higher 16 bits are internally used in kvm Signed-off-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed