From: Xiao Guangrong Date: Fri, 7 Jun 2013 08:51:28 +0000 (+0800) Subject: KVM: MMU: init kvm generation close to mmio wrap-around value X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~22^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c9ea93eaea95e3a2c5f1a0cf77b02c58979b9a;p=pandora-kernel.git KVM: MMU: init kvm generation close to mmio wrap-around value Then it has the chance to trigger mmio generation number wrap-around Signed-off-by: Xiao Guangrong Reviewed-by: Gleb Natapov Reviewed-by: Marcelo Tosatti [Change from MMIO_MAX_GEN - 13 to MMIO_MAX_GEN - 150, because 13 is very close to the number of calls to KVM_SET_USER_MEMORY_REGION before the guest is started and there is any chance to create any spte. - Paolo] Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed