aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-10qapi/gen: Make _is_user_module() return boolJohn Snow
2020-10-10qapi/source.py: delint with pylintJohn Snow
2020-10-10qapi/source.py: add type hint annotationsJohn Snow
2020-10-10qapi/commands.py: add type hint annotationsJohn Snow
2020-10-10qapi/commands.py: Don't re-bind to variable of different typeJohn Snow
2020-10-10qapi/events.py: Move comments into docstringsJohn Snow
2020-10-10qapi/events.py: add type hint annotationsJohn Snow
2020-10-10qapi: establish mypy type-checking baselineJohn Snow
2020-10-10qapi/common.py: move build_params into gen.pyJohn Snow
2020-10-10qapi/common.py: Convert comments into docstrings, and elaborateJohn Snow
2020-10-10qapi/common.py: add type hint annotationsJohn Snow
2020-10-10qapi/common.py: check with pylintJohn Snow
2020-10-10qapi/common.py: Replace one-letter 'c' variableJohn Snow
2020-10-10qapi/common.py: delint with pylintJohn Snow
2020-10-10qapi/common.py: Add indent managerJohn Snow
2020-10-10qapi/common.py: Remove python compatibility workaroundJohn Snow
2020-10-10qapi: add pylintrcJohn Snow
2020-10-10qapi: delint using flake8John Snow
2020-10-10qapi: enforce import order/styling with isortJohn Snow
2020-10-10qapi: Remove wildcard includesJohn Snow
2020-10-10qapi: Prefer explicit relative importsJohn Snow
2020-10-10qapi: move generator entrypoint into packageJohn Snow
2020-10-10qapi-gen: Separate arg-parsing from generationJohn Snow
2020-10-10qapi: modify docstrings to be sphinx-compatibleJohn Snow
2020-10-10docs: repair broken referencesJohn Snow
2020-10-09Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...Peter Maydell
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-10-09' in...Peter Maydell
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster
2020-10-09block: Convert 'block_resize' to coroutineKevin Wolf
2020-10-09block: Add bdrv_lock()/unlock()Kevin Wolf
2020-10-09block: Add bdrv_co_enter()/leave()Kevin Wolf
2020-10-09util/async: Add aio_co_reschedule_self()Kevin Wolf
2020-10-09hmp: Add support for coroutine command handlersKevin Wolf
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf
2020-10-09qmp: Assert that no other monitor is activeKevin Wolf
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf
2020-10-09specs/ppc-spapr-numa: update with new NUMA supportDaniel Henrique Barboza
2020-10-09spapr_numa: consider user input when defining associativityDaniel Henrique Barboza
2020-10-09spapr_numa: change reference-points and maxdomain settingsDaniel Henrique Barboza
2020-10-09spapr_numa: forbid asymmetrical NUMA setupsDaniel Henrique Barboza
2020-10-09spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza
2020-10-09ppc/pnv: Increase max firmware sizeCédric Le Goater