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 huangwei.v...@gmail.com Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- arch/x86/include/asm/kvm_emulate.h | 1 - arch/x86/kvm/x86.c

[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 pbonz...@redhat.com --- arch/x86/include/asm/kvm_emulate.h | 1 - arch/x86/kvm/x86.c | 6 -- 2 files changed, 7 deletions(-) diff --git