From: Gleb Natapov Date: Mon, 11 May 2009 10:35:53 +0000 (+0300) Subject: KVM: Do not migrate pending software interrupts. X-Git-Tag: v2.6.31-rc1~393^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36752c9b91f75aa3ff0f214a89f13d806cb2f61f;p=pandora-kernel.git KVM: Do not migrate pending software interrupts. INTn will be re-executed after migration. If we wanted to migrate pending software interrupt we would need to migrate interrupt type and instruction length too, but we do not have all required info on SVM, so SVM->VMX migration would need to re-execute INTn anyway. To make it simple never migrate pending soft interrupt. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed