Am 27.02.2017 um 09:45 schrieb Andrew Jones: > On Fri, Feb 24, 2017 at 08:50:01PM +0100, Radim Krčmář wrote: >> Signed-off-by: Radim Krčmář <rkrcmar@xxxxxxxxxx> >> --- >> arch/mips/kvm/emulate.c | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/arch/mips/kvm/emulate.c b/arch/mips/kvm/emulate.c >> index 552ae2b5e911..70614ca41744 100644 >> --- a/arch/mips/kvm/emulate.c >> +++ b/arch/mips/kvm/emulate.c >> @@ -865,7 +865,6 @@ enum emulation_result kvm_mips_emul_wait(struct kvm_vcpu *vcpu) >> * check if any I/O interrupts are pending. >> */ >> if (kvm_request_test_and_clear(KVM_REQ_UNHALT, vcpu)) { >> - __kvm_request_clear(KVM_REQ_UNHALT, vcpu); >> vcpu->run->exit_reason = KVM_EXIT_IRQ_WINDOW_OPEN; >> } > > should remove the {} too. > With that, Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> -- Thanks, David