From: Laurent Vivier Date: Thu, 18 Oct 2007 13:19:01 +0000 (+0200) Subject: KVM: Move kvm_guest_exit() after local_irq_enable() X-Git-Tag: v2.6.24-rc1~59^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0552f73b9a81d39d50b71a5c06cf36efff80b6fd;p=pandora-kernel.git KVM: Move kvm_guest_exit() after local_irq_enable() We need to make sure that the timer interrupt happens before we clear PF_VCPU, so the accounting code actually sees guest mode. http://lkml.org/lkml/2007/10/15/114 Signed-off-by: Laurent Vivier Signed-off-by: Avi Kivity --- Reading git-diff-tree failed