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