Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 78) sorted by relevance

1234

/qemu/tests/qapi-schema/
H A Dmeson.build85 '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 Ddoc-missing-space.err1 doc-missing-space.json:5:1: missing space after #
H A Ddoc-missing.err1 doc-missing.json: In command 'undocumented':
2 doc-missing.json:5: documentation comment required
H A Denum-missing-data.err1 enum-missing-data.json: In enum 'MyEnum':
2 enum-missing-data.json:2: enum misses key 'data'
H A Dfeatures-missing-name.err1 features-missing-name.json: In struct 'FeatureStruct0':
2 features-missing-name.json:1: 'features' member misses key 'name'
H A Dmissing-colon.err1 missing-colon.json:1:10: expected ':'
H A Dinclude-nested-err.json1 { 'include': 'missing-colon.json' }
H A Dunclosed-string.err1 unclosed-string.json:1:11: missing terminating "'"
H A Dmissing-comma-list.err1 missing-comma-list.json:2:20: expected ',' or ']'
H A Dmissing-comma-object.err1 missing-comma-object.json:2:3: expected ',' or '}'
H A Dmissing-type.json1 # we reject an expression with missing metatype
H A Ddoc-missing-colon.err1 doc-missing-colon.json:4:1: line should end with ':'
H A Dmissing-array-rsqb.err1 missing-array-rsqb.json:1:44: expected '{', '[', string, or boolean
H A Dinclude-before-err.json2 { 'command' 'missing-colon' }
H A Ddoc-missing-colon.json4 # @missing-colon
H A Dmissing-object-member-element.err1 missing-object-member-element.json:1:8: expected '{', '[', string, or boolean
H A Ddoc-missing-space.json4 # missing space:
H A Dinclude-nested-err.err2 missing-colon.json:1:10: expected ':'
H A Dmissing-schema.err1 can't read schema file 'missing-schema.json': No such file or directory
H A Ddoc-missing-expr.err1 doc-missing-expr.json:3: documentation for 'bar' is not followed by the definition
/qemu/target/s390x/
H A Dcpu_models_system.c30 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 Dcpu_models.c304 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 Dcpu-x86-uarch-abi.py131 missing = want - got variable
133 if len(missing) > 0:
136 models[name]["missing"][level] = missing
/qemu/hw/net/
H A Deepro100.c89 #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 D085160 echo === Invalid command - missing device and nodename ===
168 echo === Invalid command - missing snapshot-file ===

1234