From: Avi Kivity Date: Wed, 2 May 2007 13:54:03 +0000 (+0300) Subject: KVM: Fix potential guest state leak into host X-Git-Tag: v2.6.23-rc1~520^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33ed6329210f3ad0638306bfa46cd3aaf5a5f929;p=pandora-kernel.git KVM: Fix potential guest state leak into host The lightweight vmexit path avoids saving and reloading certain host state. However in certain cases lightweight vmexit handling can schedule() which requires reloading the host state. So we store the host state in the vcpu structure, and reloaded it if we relinquish the vcpu. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed