aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-10qapi/types.py: add type hint annotationsJohn Snow2-27/+64
2020-10-10qapi/gen.py: delint with pylintJohn Snow2-2/+5
2020-10-10qapi/gen.py: update write() to be more idiomaticJohn Snow1-14/+11
2020-10-10qapi/gen.py: Remove unused parameterJohn Snow1-2/+2
2020-10-10qapi/gen.py: add type hint annotationsJohn Snow2-52/+57
2020-10-10qapi/gen: Make _is_user_module() return boolJohn Snow1-1/+1
2020-10-10qapi/source.py: delint with pylintJohn Snow2-1/+3
2020-10-10qapi/source.py: add type hint annotationsJohn Snow2-18/+19
2020-10-10qapi/commands.py: add type hint annotationsJohn Snow2-23/+56
2020-10-10qapi/commands.py: Don't re-bind to variable of different typeJohn Snow1-3/+1
2020-10-10qapi/events.py: Move comments into docstringsJohn Snow1-1/+5
2020-10-10qapi/events.py: add type hint annotationsJohn Snow2-16/+35
2020-10-10qapi: establish mypy type-checking baselineJohn Snow2-1/+62
2020-10-10qapi/common.py: move build_params into gen.pyJohn Snow4-34/+36
2020-10-10qapi/common.py: Convert comments into docstrings, and elaborateJohn Snow1-14/+40
2020-10-10qapi/common.py: add type hint annotationsJohn Snow1-11/+16
2020-10-10qapi/common.py: check with pylintJohn Snow1-2/+1
2020-10-10qapi/common.py: Replace one-letter 'c' variableJohn Snow1-4/+4
2020-10-10qapi/common.py: delint with pylintJohn Snow2-17/+15
2020-10-10qapi/common.py: Add indent managerJohn Snow2-20/+36
2020-10-10qapi/common.py: Remove python compatibility workaroundJohn Snow1-4/+1
2020-10-10qapi: add pylintrcJohn Snow1-0/+73
2020-10-10qapi: delint using flake8John Snow4-9/+20
2020-10-10qapi: enforce import order/styling with isortJohn Snow5-5/+16
2020-10-10qapi: Remove wildcard includesJohn Snow6-8/+38
2020-10-10qapi: Prefer explicit relative importsJohn Snow10-33/+33
2020-10-10qapi: move generator entrypoint into packageJohn Snow2-88/+101
2020-10-10qapi-gen: Separate arg-parsing from generationJohn Snow1-22/+67
2020-10-10qapi: modify docstrings to be sphinx-compatibleJohn Snow1-2/+4
2020-10-10docs: repair broken referencesJohn Snow2-2/+2
2020-10-09Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...Peter Maydell17-128/+514
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell6-36/+12
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-10-09' in...Peter Maydell50-143/+573
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster3-21/+7
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster3-15/+5
2020-10-09block: Convert 'block_resize' to coroutineKevin Wolf3-9/+11
2020-10-09block: Add bdrv_lock()/unlock()Kevin Wolf2-0/+41
2020-10-09block: Add bdrv_co_enter()/leave()Kevin Wolf2-0/+40
2020-10-09util/async: Add aio_co_reschedule_self()Kevin Wolf2-0/+40
2020-10-09hmp: Add support for coroutine command handlersKevin Wolf3-7/+35
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf7-46/+214
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf15-14/+73
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf5-13/+33
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf6-13/+20
2020-10-09qmp: Assert that no other monitor is activeKevin Wolf1-1/+4
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf2-10/+5
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf21-46/+73
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf5-14/+14
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf3-7/+7
2020-10-09specs/ppc-spapr-numa: update with new NUMA supportDaniel Henrique Barboza1-8/+227