From: Avi Kivity Date: Wed, 15 Aug 2007 12:23:34 +0000 (+0300) Subject: KVM: Close minor race in signal handling X-Git-Tag: v2.6.24-rc1~1365^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e66f350cfc853043bfa71b281581dd6f92fa347;p=pandora-kernel.git KVM: Close minor race in signal handling We need to check for signals inside the critical section, otherwise a signal can be sent which we will not notice. Also move the check before entry, so that if the signal happens before the first entry, we exit immediately instead of waiting for something to happen to the guest. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed