From: Eddie Dong Date: Thu, 6 Sep 2007 09:22:56 +0000 (+0300) Subject: KVM: in-kernel LAPIC save and restore support X-Git-Tag: v2.6.24-rc1~1365^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ad2cc6132479aa0aea485d0838a13fda765bd5;p=pandora-kernel.git KVM: in-kernel LAPIC save and restore support This patch adds a new vcpu-based IOCTL to save and restore the local apic registers for a single vcpu. The kernel only copies the apic page as a whole, extraction of registers is left to userspace side. On restore, the APIC timer is restarted from the initial count, this introduces a little delay, but works fine. Signed-off-by: Yaozu (Eddie) Dong Signed-off-by: Qing He Signed-off-by: Avi Kivity --- Reading git-diff-tree failed