aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-09spapr_numa: consider user input when defining associativityDaniel Henrique Barboza1-1/+109
2020-10-09spapr_numa: change reference-points and maxdomain settingsDaniel Henrique Barboza1-8/+35
2020-10-09spapr_numa: forbid asymmetrical NUMA setupsDaniel Henrique Barboza1-0/+34
2020-10-09spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza2-0/+14
2020-10-09ppc/pnv: Increase max firmware sizeCédric Le Goater1-1/+1
2020-10-09spapr: Add a return value to spapr_check_pagesize()Greg Kurz3-6/+7
2020-10-09spapr: Add a return value to spapr_nvdimm_validate()Greg Kurz3-10/+10
2020-10-09spapr: Simplify error handling in spapr_cpu_core_realize()Greg Kurz1-9/+7
2020-10-09spapr: Add a return value to spapr_set_vcpu_id()Greg Kurz3-7/+5
2020-10-09spapr: Simplify error handling in prop_get_fdt()Greg Kurz1-7/+5
2020-10-09spapr: Add a return value to spapr_drc_attach()Greg Kurz5-23/+9
2020-10-09spapr: Simplify error handling in spapr_vio_busdev_realize()Greg Kurz1-7/+5
2020-10-09spapr: Simplify error handling in do_client_architecture_support()Greg Kurz1-4/+3