From: Avi Kivity Date: Wed, 16 Jan 2008 10:49:30 +0000 (+0200) Subject: KVM: Move apic timer migration away from critical section X-Git-Tag: v2.6.25-rc1~1138^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f52d58c92d971bf421f461ad06eb93fb4f34981;p=pandora-kernel.git KVM: Move apic timer migration away from critical section Migrating the apic timer in the critical section is not very nice, and is absolutely horrible with the real-time port. Move migration to the regular vcpu execution path, triggered by a new bitflag. Cc: Thomas Gleixner Signed-off-by: Avi Kivity --- Reading git-diff-tree failed