From: Avi Kivity Date: Thu, 7 Jun 2012 14:08:48 +0000 (+0300) Subject: KVM: VMX: Limit iterations with emulator_invalid_guest_state X-Git-Tag: v3.6-rc1~124^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8405c184b4ef3abcebc5cf2211215944d6e2acc;p=pandora-kernel.git KVM: VMX: Limit iterations with emulator_invalid_guest_state Otherwise, if the guest ends up looping, we never exit the srcu critical section, which causes synchronize_srcu() to hang. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed