commit | abb3911965c1bd8eea305f64d4840a314259d96d | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Sun Oct 25 17:42:02 2009 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Wed Nov 04 12:42:36 2009 -0200 |
tree | 0df1063b5300a0914d1cbe6f49af7c607945d9db | |
parent | a9e38c3e01ad242fe2a625354cf065c34b01e3aa [diff] |
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 <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>