From 0552f73b9a81d39d50b71a5c06cf36efff80b6fd Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 18 Oct 2007 15:19:01 +0200 Subject: [PATCH] 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-format-patch failed