Markus Armbruster
|
b359f4b203
tests: Rename UserDefNativeListUnion to UserDefListUnion
|
6 years ago |
Marc-André Lureau
|
c19099f637
build-sys: move qmp-introspect per target
|
6 years ago |
Markus Armbruster
|
eac78bd430
test-qobject-input-visitor: Avoid format string ambiguity
|
7 years ago |
Marc-André Lureau
|
cb3e7f08ae
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
|
7 years ago |
Max Reitz
|
7dc847ebba
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
|
7 years ago |
Marc-André Lureau
|
7d0f982bfb
qapi: generate a literal qobject for introspection
|
7 years ago |
Markus Armbruster
|
eb815e248f
qapi: Move qapi-schema.json to qapi/, rename generated files
|
7 years ago |
Markus Armbruster
|
112ed241f5
qapi: Empty out qapi-schema.json
|
7 years ago |
Markus Armbruster
|
fc81fa1eb0
Include qapi/qmp/qstring.h exactly where needed
|
7 years ago |
Markus Armbruster
|
452fcdbc49
Include qapi/qmp/qdict.h exactly where needed
|
7 years ago |
Markus Armbruster
|
15280c360e
qdict qlist: Make most helper macros functions
|
7 years ago |
Markus Armbruster
|
6b67395762
Eliminate qapi/qmp/types.h
|
7 years ago |
Markus Armbruster
|
522ece32d2
Drop superfluous includes of qapi-types.h and test-qapi-types.h
|
7 years ago |
Marc-André Lureau
|
f7abe0ecd4
qapi: Change data type of the FOO_lookup generated for enum FOO
|
8 years ago |
Markus Armbruster
|
977c736f80
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
|
8 years ago |
Markus Armbruster
|
1c236ba531
qapi: Avoid unnecessary use of enum lookup table's sentinel
|
8 years ago |
Markus Armbruster
|
06f80154b2
tests/test-qobject-input-visitor: Drop redundant test
|
8 years ago |
Markus Armbruster
|
4d2d5c41a9
qapi: Introduce a first class 'null' type
|
8 years ago |
Markus Armbruster
|
d2f95f4d48
qapi: Use QNull for a more regular visit_type_null()
|
8 years ago |
Marc-André Lureau
|
5923f85fb8
qapi: update the qobject visitor to use QNUM_U64
|
8 years ago |
Marc-André Lureau
|
60390d2dc8
qapi: Remove visit_start_alternate() parameter promote_int
|
8 years ago |
Marc-André Lureau
|
01b2ffcedd
qapi: merge QInt and QFloat in QNum
|
8 years ago |
Marc-André Lureau
|
c1214ad3dc
tests: add more int/number ranges checks
|
8 years ago |
Marc-André Lureau
|
7c877c8030
tests: Remove test cases for alternates of 'number' and 'int'
|
8 years ago |
Markus Armbruster
|
8168ca8ea3
tests/qapi-schema: Avoid 'str' in alternate test cases
|
8 years ago |
Markus Armbruster
|
5891c388bb
qobject-input-visitor: Reject non-finite numbers with keyval
|
8 years ago |
Markus Armbruster
|
4bc0c94da4
test-qobject-input-visitor: Cover visit_type_uint64()
|
8 years ago |
Markus Armbruster
|
bff17e84a9
test-qobject-input-visitor: Abort earlier on bad test input
|
8 years ago |
Markus Armbruster
|
99dbfd1db1
qobject: Propagate parse errors through qobject_from_jsonv()
|
8 years ago |
Daniel P. Berrange
|
cbd8acf38f
qapi: qobject input visitor variant for use with keyval_parse()
|
8 years ago |