/qemu/tests/qapi-schema/ |
H A D | meson.build | 85 'doc-missing-colon.json', 86 'doc-missing-expr.json', 87 'doc-missing-space.json', 88 'doc-missing.json', 102 'enum-missing-data.json', 113 'features-missing-name.json', 132 'missing-array-rsqb.json', 133 'missing-colon.json', 134 'missing-comma-list.json', 135 'missing-comma-object.json', [all …]
|
H A D | doc-missing-space.err | 1 doc-missing-space.json:5:1: missing space after #
|
H A D | doc-missing.err | 1 doc-missing.json: In command 'undocumented': 2 doc-missing.json:5: documentation comment required
|
H A D | enum-missing-data.err | 1 enum-missing-data.json: In enum 'MyEnum': 2 enum-missing-data.json:2: enum misses key 'data'
|
H A D | features-missing-name.err | 1 features-missing-name.json: In struct 'FeatureStruct0': 2 features-missing-name.json:1: 'features' member misses key 'name'
|
H A D | missing-colon.err | 1 missing-colon.json:1:10: expected ':'
|
H A D | include-nested-err.json | 1 { 'include': 'missing-colon.json' }
|
H A D | unclosed-string.err | 1 unclosed-string.json:1:11: missing terminating "'"
|
H A D | missing-comma-list.err | 1 missing-comma-list.json:2:20: expected ',' or ']'
|
H A D | missing-comma-object.err | 1 missing-comma-object.json:2:3: expected ',' or '}'
|
H A D | missing-type.json | 1 # we reject an expression with missing metatype
|
H A D | doc-missing-colon.err | 1 doc-missing-colon.json:4:1: line should end with ':'
|
H A D | missing-array-rsqb.err | 1 missing-array-rsqb.json:1:44: expected '{', '[', string, or boolean
|
H A D | include-before-err.json | 2 { 'command' 'missing-colon' }
|
H A D | doc-missing-colon.json | 4 # @missing-colon
|
H A D | missing-object-member-element.err | 1 missing-object-member-element.json:1:8: expected '{', '[', string, or boolean
|
H A D | doc-missing-space.json | 4 # missing space:
|
H A D | include-nested-err.err | 2 missing-colon.json:1:10: expected ':'
|
H A D | missing-schema.err | 1 can't read schema file 'missing-schema.json': No such file or directory
|
H A D | doc-missing-expr.err | 1 doc-missing-expr.json:3: documentation for 'bar' is not followed by the definition
|
/qemu/target/s390x/ |
H A D | cpu_models_system.c | 30 S390FeatBitmap missing; in check_unavailable_features() local 40 bitmap_andnot(missing, model->features, max_model->features, in check_unavailable_features() 42 if (!bitmap_empty(missing, S390_FEAT_MAX)) { in check_unavailable_features() 43 s390_feat_bitmap_to_ascii(missing, unavailable, list_add_feat); in check_unavailable_features() 272 S390FeatBitmap missing, added; in qmp_query_cpu_model_comparison() local 312 bitmap_andnot(missing, modela.features, modelb.features, S390_FEAT_MAX); in qmp_query_cpu_model_comparison() 313 s390_feat_bitmap_to_ascii(missing, in qmp_query_cpu_model_comparison() 319 if (bitmap_empty(missing, S390_FEAT_MAX)) { in qmp_query_cpu_model_comparison()
|
H A D | cpu_models.c | 304 S390FeatBitmap missing; in s390_find_cpu_def() local 317 bitmap_andnot(missing, def->base_feat, features, S390_FEAT_MAX); in s390_find_cpu_def() 322 bitmap_andnot(missing, missing, ignored_base_feat, S390_FEAT_MAX); in s390_find_cpu_def() 323 if (!bitmap_empty(missing, S390_FEAT_MAX)) { in s390_find_cpu_def() 587 S390FeatBitmap missing; in check_compatibility() local 608 bitmap_andnot(missing, model->features, max_model->features, S390_FEAT_MAX); in check_compatibility() 609 if (bitmap_empty(missing, S390_FEAT_MAX)) { in check_compatibility() 614 s390_feat_bitmap_to_ascii(missing, errp, error_prepend_missing_feat); in check_compatibility()
|
/qemu/scripts/ |
H A D | cpu-x86-uarch-abi.py | 131 missing = want - got variable 133 if len(missing) > 0: 136 models[name]["missing"][level] = missing
|
/qemu/hw/net/ |
H A D | eepro100.c | 89 #define missing(text) fprintf(stderr, "eepro100: feature is missing in this emulation: " text "\n") macro 724 missing("CU dump statistical counters"); in dump_statistics() 898 missing("CmdTx: NC = 0"); in action_command() 915 missing("undefined command"); in action_command() 970 missing("cu resume"); in eepro100_cu_command() 1013 missing("CU static resume"); in eepro100_cu_command() 1016 missing("Undefined CU command"); in eepro100_cu_command() 1064 missing("Undefined SU command"); in eepro100_ru_command() 1216 missing("not writable"); in eepro100_write_mdi() 1220 missing("not implemented"); in eepro100_write_mdi() [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 085 | 160 echo === Invalid command - missing device and nodename === 168 echo === Invalid command - missing snapshot-file ===
|