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
2019-02-18
qapi: remove qmp_unregister_command()
Marc-André Lureau
1
-1
/
+0
2019-01-24
qapi: Eliminate indirection through qmp_event_get_func_emit()
Markus Armbruster
1
-6
/
+0
2018-12-13
qapi: Rewrite string-input-visitor's integer and list parsing
David Hildenbrand
1
-2
/
+2
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
1
-0
/
+14
2018-10-19
scripts: Remove check-qerror.sh
Alberto Garcia
1
-3
/
+3
2018-09-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-09-01' in...
Peter Maydell
1
-1
/
+1
2018-08-30
qmp: constify qmp_is_oob()
Marc-André Lureau
1
-1
/
+1
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-2
/
+1
2018-08-24
json: Update references to RFC 7159 to RFC 8259
Markus Armbruster
1
-1
/
+1
2018-08-24
json: Clean up headers
Markus Armbruster
3
-103
/
+29
2018-08-24
qobject: Drop superfluous includes of qemu-common.h
Markus Armbruster
1
-1
/
+0
2018-08-24
json: Make JSONToken opaque outside json-parser.c
Markus Armbruster
2
-7
/
+4
2018-08-24
json: Unbox tokens queue in JSONMessageParser
Markus Armbruster
1
-1
/
+1
2018-08-24
json: Fix streamer not to ignore trailing unterminated structures
Markus Armbruster
1
-0
/
+1
2018-08-24
json: Pass lexical errors and limit violations to callback
Markus Armbruster
1
-3
/
+0
2018-08-24
json: Treat unwanted interpolation as lexical error
Markus Armbruster
1
-2
/
+2
2018-08-24
json: Rename token JSON_ESCAPE & friends to JSON_INTERP
Markus Armbruster
1
-1
/
+1
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
2
-4
/
+7
2018-08-24
json: Have lexer call streamer directly
Markus Armbruster
2
-10
/
+6
2018-08-24
json: remove useless return value from lexer/parser
Marc-André Lureau
2
-4
/
+4
2018-08-16
qobject: qobject_from_jsonv() is dangerous, hide it away
Markus Armbruster
1
-2
/
+0
2018-08-16
qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()
Markus Armbruster
1
-0
/
+4
2018-08-16
qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()
Markus Armbruster
1
-2
/
+4
2018-07-28
qstring: Fix qstring_from_substr() not to provoke int overflow
liujunjie
1
-1
/
+1
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
[next]