Re: [PATCH v2 2/4] KVM: x86: drop set_rflags callback

2014-05-25 Thread Wei Huang
> Not needed anymore now that the CPL is computed directly > by the task switch code. Given the current form, looks OK to me. Reviewed-by: Wei Huang > > Signed-off-by: Paolo Bonzini > --- > arch/x86/include/asm/kvm_emulate.h | 1 - > arch/x86/kvm/x86.c | 6 -- > 2 files chan

[PATCH v2 2/4] KVM: x86: drop set_rflags callback

2014-05-15 Thread Paolo Bonzini
Not needed anymore now that the CPL is computed directly by the task switch code. Signed-off-by: Paolo Bonzini --- arch/x86/include/asm/kvm_emulate.h | 1 - arch/x86/kvm/x86.c | 6 -- 2 files changed, 7 deletions(-) diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86