Re: [PATCH] KVM: x86: Fix CR3 and LDT sel should not be saved in TSS

2014-04-28 Thread Paolo Bonzini
Il 16/04/2014 21:20, Marcelo Tosatti ha scritto: On Mon, Apr 07, 2014 at 06:37:47PM +0300, Nadav Amit wrote: According to Intel specifications, only general purpose registers and segment selectors should are saved in the old TSS during 32-bit task-switch. should be Signed-off-by: Nadav Amit

Re: [PATCH] KVM: x86: Fix CR3 and LDT sel should not be saved in TSS

2014-04-16 Thread Marcelo Tosatti
On Mon, Apr 07, 2014 at 06:37:47PM +0300, Nadav Amit wrote: According to Intel specifications, only general purpose registers and segment selectors should are saved in the old TSS during 32-bit task-switch. should be Signed-off-by: Nadav Amit na...@cs.technion.ac.il ---

[PATCH] KVM: x86: Fix CR3 and LDT sel should not be saved in TSS

2014-04-07 Thread Nadav Amit
According to Intel specifications, only general purpose registers and segment selectors should are saved in the old TSS during 32-bit task-switch. Signed-off-by: Nadav Amit na...@cs.technion.ac.il --- arch/x86/kvm/emulate.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff