index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qapi
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2
-2
/
+2
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
4
-4
/
+3
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
1
-2
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2
-2
/
+1
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2
-2
/
+0
2018-02-09
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
5
-5
/
+1
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
2
-23
/
+8
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-24
/
+0
2018-02-09
Typedef the subtypes of QObject in qemu/typedefs.h, too
Markus Armbruster
5
-10
/
+10
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Clean up includes
Markus Armbruster
1
-1
/
+0
2018-02-06
error: Improve documentation of error_append_hint()
Markus Armbruster
1
-0
/
+8
2017-11-17
qapi: Add qobject_is_equal()
Max Reitz
7
-0
/
+16
2017-11-17
qapi/qlist: Add qlist_append_null() macro
Max Reitz
1
-0
/
+3
2017-11-17
qapi/qnull: Add own header
Max Reitz
4
-12
/
+32
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2
-3
/
+8
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-0
/
+1
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
1
-1
/
+1
2017-09-04
qlit: add QLIT_QNULL and QLIT_BOOL
Marc-André Lureau
1
-0
/
+5
2017-09-04
qlit: make qlit_equal_qobject() take const arguments
Marc-André Lureau
1
-1
/
+1
2017-09-04
qlit: make qlit_equal_qobject return a bool
Marc-André Lureau
1
-1
/
+1
2017-09-04
qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()
Marc-André Lureau
1
-1
/
+1
2017-09-04
qlit: Change compound literals to initializers
Marc-André Lureau
1
-4
/
+4
2017-09-04
qlit: use QLit prefix consistently
Marc-André Lureau
1
-12
/
+12
2017-09-04
qlit: move qlit from check-qjson to qobject/
Marc-André Lureau
1
-0
/
+49
2017-09-04
qdict: Add qdict_put_null() helper, and put it to use
Marc-André Lureau
1
-1
/
+3
2017-09-04
qobject: Explain how QNum works, and why
Markus Armbruster
1
-0
/
+21
2017-07-31
docs: fix broken paths to docs/devel/qapi-code-gen.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-24
qapi: Introduce a first class 'null' type
Markus Armbruster
1
-2
/
+2
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
2
-5
/
+6
2017-07-24
qapi: Separate type QNull from QObject
Markus Armbruster
1
-3
/
+7
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
1
-0
/
+11
2017-07-13
error: Implement the warn and free Error functions
Alistair Francis
1
-0
/
+11
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
1
-1
/
+0
2017-06-20
qnum: add uint type
Marc-André Lureau
1
-0
/
+7
2017-06-20
qapi: Remove visit_start_alternate() parameter promote_int
Marc-André Lureau
2
-4
/
+2
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
8
-68
/
+58
2017-05-31
qapi: Document visit_type_any() issues with keyval input
Markus Armbruster
1
-0
/
+4
2017-05-09
qapi: Document intended use of @name within alternate visits
Markus Armbruster
1
-2
/
+4
2017-05-09
qapi: New QAPI_CLONE_MEMBERS()
Markus Armbruster
1
-0
/
+14
2017-05-08
qobject: Add helper macros for common scalar insertions
Eric Blake
2
-0
/
+16
2017-03-07
qapi: New qobject_input_visitor_new_str() for convenience
Markus Armbruster
1
-0
/
+12
2017-03-07
qapi: New parse_qapi_name()
Markus Armbruster
1
-0
/
+2
2017-03-07
qobject: Propagate parse errors through qobject_from_json()
Markus Armbruster
1
-1
/
+1
2017-03-07
qobject: Propagate parse errors through qobject_from_jsonv()
Markus Armbruster
1
-1
/
+2
2017-03-07
qapi: qobject input visitor variant for use with keyval_parse()
Daniel P. Berrange
1
-0
/
+9
2017-03-05
qapi: Improve qobject visitor documentation
Markus Armbruster
2
-5
/
+67
2017-03-05
qapi: Make input visitors detect unvisited list tails
Markus Armbruster
2
-0
/
+16
2017-03-05
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
1
-4
/
+1
[next]