From: Gleb Natapov Date: Mon, 23 Mar 2009 13:11:44 +0000 (+0200) Subject: KVM: Timer event should not unconditionally unhalt vcpu. X-Git-Tag: v2.6.31-rc1~393^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09cec754885f900f6aab23801878c0cd217ee1d6;p=pandora-kernel.git KVM: Timer event should not unconditionally unhalt vcpu. Currently timer events are processed before entering guest mode. Move it to main vcpu event loop since timer events should be processed even while vcpu is halted. Timer may cause interrupt/nmi to be injected and only then vcpu will be unhalted. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed