From: Gleb Natapov Date: Sun, 25 Oct 2009 15:42:02 +0000 (+0200) Subject: KVM: get_tss_base_addr() should return a gpa_t X-Git-Tag: v2.6.32-rc7~66^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abb3911965c1bd8eea305f64d4840a314259d96d;p=pandora-kernel.git KVM: get_tss_base_addr() should return a gpa_t If TSS we are switching to resides in high memory task switch will fail since address will be truncated. Windows2k3 does this sometimes when running with more then 4G Cc: stable@kernel.org Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed