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-07-03
qmp: Use QDict * instead of QObject * for response objects
Markus Armbruster
1
-2
/
+2
2018-07-03
qmp: De-duplicate error response building
Markus Armbruster
1
-1
/
+1
2018-07-03
qobject: New qdict_from_jsonf_nofail()
Markus Armbruster
1
-0
/
+2
2018-07-03
qmp: Don't let malformed in-band commands jump the queue
Markus Armbruster
1
-2
/
+0
2018-07-03
qmp qemu-ga: Fix qemu-ga not to accept "control"
Markus Armbruster
1
-2
/
+4
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-17
/
+0
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
1
-0
/
+1
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
2
-3
/
+9
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2
-23
/
+19
2018-05-04
qobject: use a QObjectBase_ struct
Marc-André Lureau
7
-17
/
+26
2018-05-04
qobject: Ensure base is at offset 0
Marc-André Lureau
1
-3
/
+2
2018-03-19
qmp: support out-of-band (oob) execution
Peter Xu
1
-0
/
+2
2018-03-19
qapi: introduce new cmd option "allow-oob"
Peter Xu
1
-2
/
+3
2018-03-19
qobject: introduce qobject_get_try_str()
Peter Xu
1
-0
/
+1
2018-03-19
qobject: introduce qstring_get_try_str()
Peter Xu
1
-0
/
+1
2018-03-19
qapi: Remove qobject_to_X() functions
Max Reitz
5
-5
/
+0
2018-03-19
qapi: Add qobject_to()
Max Reitz
1
-0
/
+29
2018-03-19
qlit: add qobject_from_qlit()
Marc-André Lureau
1
-0
/
+2
2018-03-19
qlit: use QType instead of int
Marc-André Lureau
1
-1
/
+1
2018-03-09
qdict: Introduce qdict_rename_keys()
Kevin Wolf
1
-0
/
+6
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
[next]