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
2021-07-23
qapi: introduce forwarding visitor
Paolo Bonzini
1
-0
/
+27
2021-06-04
vl: plumb keyval-based options into -readconfig
Paolo Bonzini
1
-0
/
+3
2021-04-08
Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"
Jason Wang
1
-30
/
+0
2021-03-19
qapi: Implement deprecated-input=reject for QMP command arguments
Markus Armbruster
4
-0
/
+25
2021-03-19
qapi: Implement deprecated-input=reject for QMP commands
Markus Armbruster
1
-0
/
+1
2021-03-19
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
4
-0
/
+25
2021-03-19
qemu-options: New -compat to set policy for deprecated interfaces
Markus Armbruster
1
-0
/
+20
2021-03-16
qga: return a more explicit error on why a command is disabled
Marc-André Lureau
1
-1
/
+3
2021-03-15
hmp: Use QAPI NetdevInfo in hmp_info_network
Alexey Kirillov
1
-0
/
+30
2021-03-05
error: Fix "Converting to ERRP_GUARD()" doc on "valid at return"
Markus Armbruster
1
-1
/
+1
2021-01-28
qapi: Introduce QAPI_LIST_APPEND
Eric Blake
1
-0
/
+13
2020-12-19
qobject: Make QString immutable
Markus Armbruster
1
-7
/
+1
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
1
-2
/
+0
2020-12-19
qobject: Factor JSON writer out of qobject_to_json()
Markus Armbruster
1
-0
/
+37
2020-12-19
qobject: Drop qstring_get_try_str()
Markus Armbruster
1
-1
/
+0
2020-12-19
qobject: Drop qobject_get_try_str()
Markus Armbruster
1
-1
/
+0
2020-12-19
qobject: Move internals to qobject-internal.h
Markus Armbruster
7
-21
/
+1
2020-12-19
Revert "qstring: add qstring_free()"
Markus Armbruster
1
-1
/
+0
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
1
-2
/
+2
2020-12-19
qobject: Use GString instead of QString to accumulate JSON
Markus Armbruster
1
-0
/
+1
2020-12-19
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
1
-1
/
+1
2020-12-15
remove preconfig state
Paolo Bonzini
1
-0
/
+1
2020-12-10
ui: Improve a client_migrate_info error message
Markus Armbruster
1
-3
/
+0
2020-12-10
ui: Improve some set_passwd, expire_password error messages
Markus Armbruster
1
-3
/
+0
2020-12-10
block: Improve some block-commit, block-stream error messages
Markus Armbruster
1
-2
/
+0
2020-12-10
qerror: Eliminate QERR_ macros used in just one place
Markus Armbruster
1
-9
/
+0
2020-12-10
qerror: Drop unused QERR_ macros
Markus Armbruster
1
-6
/
+0
2020-11-04
qapi, qemu-options: make all parsing visitors parse boolean options the same
Paolo Bonzini
1
-0
/
+2
2020-10-30
qapi: Add QAPI_LIST_PREPEND() macro
Eric Blake
1
-0
/
+13
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
1
-0
/
+1
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
1
-0
/
+1
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
1
-1
/
+2
2020-07-24
qapi/error: Check format string argument in error_*prepend()
Philippe Mathieu-Daudé
1
-2
/
+4
2020-07-10
scripts: Coccinelle script to use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2020-07-10
error: New macro ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
1
-19
/
+139
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
3
-57
/
+79
2020-07-10
error: Document Error API usage rules
Markus Armbruster
1
-6
/
+46
2020-07-10
error: Improve error.h's big comment
Markus Armbruster
1
-15
/
+36
2020-07-10
error: Fix examples in error.h's big comment
Markus Armbruster
1
-2
/
+14
2020-04-30
qapi: Only input visitors can actually fail
Markus Armbruster
2
-16
/
+28
2020-04-30
qapi: Fix Visitor contract for start_alternate()
Markus Armbruster
1
-3
/
+2
2020-04-30
qapi: Assert incomplete object occurs only in dealloc visitor
Markus Armbruster
1
-0
/
+5
2020-04-30
qapi: Polish prose in visitor.h
Markus Armbruster
1
-50
/
+54
2020-04-30
qapi: Document @errp usage more thoroughly in visitor.h
Markus Armbruster
1
-14
/
+23
2020-04-30
qapi: Fix typo in visit_start_list()'s contract
Markus Armbruster
1
-2
/
+2
2020-04-30
qapi: Fix the virtual walk example in visitor.h's big comment
Markus Armbruster
1
-1
/
+3
2020-04-30
qapi: Belatedly update visitor.h's big comment for QAPI modules
Markus Armbruster
1
-5
/
+5
2020-04-30
qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
Markus Armbruster
1
-3
/
+0
2020-04-30
qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
Markus Armbruster
1
-2
/
+0
2020-04-30
qobject: Clean up QLIST_FOREACH_ENTRY()
Markus Armbruster
1
-4
/
+4
[next]