Revision 989cebff target-i386/helper.c

b/target-i386/helper.c
102 102
    for (i = 0; i < 32; ++i) {
103 103
        mask = 1U << i;
104 104
        if ((*features & mask) && !(supported & mask)) {
105
            printf("Processor feature %s not supported by kvm\n", names[i]);
106 105
            *features &= ~mask;
107 106
        }
108 107
    }

Also available in: Unified diff