Re: [PATCH v2] KVM: x86: Fix TSS size check for 16-bit tasks

2010-03-23 Thread Avi Kivity
On 03/23/2010 01:25 PM, Jan Kiszka wrote: From: Jan Kiszka A 16-bit TSS is only 44 bytes long. So make sure to test for the correct size on task switch. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubs

[PATCH v2] KVM: x86: Fix TSS size check for 16-bit tasks

2010-03-23 Thread Jan Kiszka
From: Jan Kiszka 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 --- Changes in v2: - fixed off-by-one in 16-bit limit arch/x86/kvm/emulate.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a