Revision 40509f7f

b/kvm-all.c
1034 1034
            continue;
1035 1035
        }
1036 1036

  
1037
        if(!memcmp(entry, new_entry, sizeof *entry)) {
1038
            return 0;
1039
        }
1040

  
1037 1041
        *entry = *new_entry;
1038 1042

  
1039 1043
        kvm_irqchip_commit_routes(s);

Also available in: Unified diff