[PATCH] KVM: nVMX: Reset RFLAGS on VM-exit

2013-03-03 Thread Jan Kiszka
From: Jan Kiszka Ouch, how could this work so well that far? We need to clear RFLAGS to the reset value as specified by the SDM. Particularly, IF must be off after VM-exit! Signed-off-by: Jan Kiszka --- arch/x86/kvm/vmx.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a

Re: [PATCH] KVM: nVMX: Reset RFLAGS on VM-exit

2013-03-03 Thread Nadav Har'El
On Sun, Mar 03, 2013, Jan Kiszka wrote about "[PATCH] KVM: nVMX: Reset RFLAGS on VM-exit": > From: Jan Kiszka > > Ouch, how could this work so well that far? We need to clear RFLAGS to > the reset value as specified by the SDM. Particularly, IF must be off > after VM-

Re: [PATCH] KVM: nVMX: Reset RFLAGS on VM-exit

2013-03-03 Thread Jan Kiszka
On 2013-03-03 20:15, Nadav Har'El wrote: > On Sun, Mar 03, 2013, Jan Kiszka wrote about "[PATCH] KVM: nVMX: Reset RFLAGS > on VM-exit": >> From: Jan Kiszka >> >> Ouch, how could this work so well that far? We need to clear RFLAGS to >> the reset va