[PATCH 0/5] KVM: x86: 64/32 bit fixes and INIT/BSP fixes

2015-03-30 Thread Nadav Amit
This patch-set handles 2 issues. Patches 1-3 deal with some more cases in which bits [63:32] are not cleared when using dword opsize. Patches 4-5 handle anomalies with INIT/BSP (INIT does not behave exactly as reset). Thanks for reviewing the patches. Nadav Amit (5): KVM: x86: CMOV emulation o

Re: [PATCH 0/5] KVM: x86: 64/32 bit fixes and INIT/BSP fixes

2015-03-30 Thread Paolo Bonzini
On 30/03/2015 14:39, Nadav Amit wrote: > This patch-set handles 2 issues. Patches 1-3 deal with some more cases in > which > bits [63:32] are not cleared when using dword opsize. Patches 4-5 handle > anomalies with INIT/BSP (INIT does not behave exactly as reset). > > Thanks for reviewing the