index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qapi
Age
Commit message (
Expand
)
Author
2021-03-05
error: Fix "Converting to ERRP_GUARD()" doc on "valid at return"
Markus Armbruster
2021-01-28
qapi: Introduce QAPI_LIST_APPEND
Eric Blake
2020-12-19
qobject: Make QString immutable
Markus Armbruster
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
qobject: Factor JSON writer out of qobject_to_json()
Markus Armbruster
2020-12-19
qobject: Drop qstring_get_try_str()
Markus Armbruster
2020-12-19
qobject: Drop qobject_get_try_str()
Markus Armbruster
2020-12-19
qobject: Move internals to qobject-internal.h
Markus Armbruster
2020-12-19
Revert "qstring: add qstring_free()"
Markus Armbruster
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
qobject: Use GString instead of QString to accumulate JSON
Markus Armbruster
2020-12-19
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
2020-12-15
remove preconfig state
Paolo Bonzini
2020-12-10
ui: Improve a client_migrate_info error message
Markus Armbruster
2020-12-10
ui: Improve some set_passwd, expire_password error messages
Markus Armbruster
2020-12-10
block: Improve some block-commit, block-stream error messages
Markus Armbruster
2020-12-10
qerror: Eliminate QERR_ macros used in just one place
Markus Armbruster
2020-12-10
qerror: Drop unused QERR_ macros
Markus Armbruster
2020-11-04
qapi, qemu-options: make all parsing visitors parse boolean options the same
Paolo Bonzini
2020-10-30
qapi: Add QAPI_LIST_PREPEND() macro
Eric Blake
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
2020-07-24
qapi/error: Check format string argument in error_*prepend()
Philippe Mathieu-Daudé
2020-07-10
scripts: Coccinelle script to use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
error: New macro ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
error: Document Error API usage rules
Markus Armbruster
2020-07-10
error: Improve error.h's big comment
Markus Armbruster
2020-07-10
error: Fix examples in error.h's big comment
Markus Armbruster
2020-04-30
qapi: Only input visitors can actually fail
Markus Armbruster
2020-04-30
qapi: Fix Visitor contract for start_alternate()
Markus Armbruster
2020-04-30
qapi: Assert incomplete object occurs only in dealloc visitor
Markus Armbruster
2020-04-30
qapi: Polish prose in visitor.h
Markus Armbruster
2020-04-30
qapi: Document @errp usage more thoroughly in visitor.h
Markus Armbruster
2020-04-30
qapi: Fix typo in visit_start_list()'s contract
Markus Armbruster
2020-04-30
qapi: Fix the virtual walk example in visitor.h's big comment
Markus Armbruster
2020-04-30
qapi: Belatedly update visitor.h's big comment for QAPI modules
Markus Armbruster
2020-04-30
qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
Markus Armbruster
2020-04-30
qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
Markus Armbruster
2020-04-30
qobject: Clean up QLIST_FOREACH_ENTRY()
Markus Armbruster
2020-03-17
qmp: constify QmpCommand and list
Marc-André Lureau
2020-01-24
qstring: add qstring_free()
Marc-André Lureau
2019-12-18
error: make Error **errp const where it is appropriate
Vladimir Sementsov-Ogievskiy
2019-09-24
qapi: Make visit_next_list()'s comment less confusing
Markus Armbruster
2019-08-16
qapi: Split error.json off common.json
Markus Armbruster
2019-02-18
qapi: remove qmp_unregister_command()
Marc-André Lureau
2019-01-24
qapi: Eliminate indirection through qmp_event_get_func_emit()
Markus Armbruster
2018-12-13
qapi: Rewrite string-input-visitor's integer and list parsing
David Hildenbrand
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
[next]