commit | e8861cfe2c75bdce36655b64d7ce02c2b31b604d | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Wed Apr 14 16:57:11 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Apr 21 13:51:42 2010 +0300 |
tree | bd7b837b7f645c0206605506e242655f3fcba015 | |
parent | eda2beda835697878e309b6049aa0a3bad051590 [diff] |
KVM: x86: Fix TSS size check for 16-bit tasks A 16-bit TSS is only 44 bytes long. So make sure to test for the correct size on task switch. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>