summary refs log tree commit diff stats
path: root/scripts/qapi/parser.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-09nbd/server: Reject embedded NUL in NBD stringsEric Blake1-10/+20
2020-10-09qemu-nbd: Honor SIGINT and SIGHUPEric Blake1-7/+8
2020-10-09block/nbd: nbd_co_reconnect_loop(): don't connect if drainedVladimir Sementsov-Ogievskiy1-0/+3
2020-10-09block/nbd: fix reconnect-delayVladimir Sementsov-Ogievskiy1-9/+50
2020-10-09block/nbd: correctly use qio_channel_detach_aio_context when neededVladimir Sementsov-Ogievskiy1-2/+2
2020-10-09block/nbd: fix drain dead-lock because of nbd reconnect-delayVladimir Sementsov-Ogievskiy1-0/+5
2020-10-09nbd: silence maybe-uninitialized warningsChristian Borntraeger1-1/+1
2020-10-09tests/acceptance: disable machine_rx_gdbsim on GitLabAlex Bennée1-0/+1
2020-10-09cirrus: use V=1 when running tests on FreeBSD and macOSPaolo Bonzini1-3/+3
2020-10-09plugin: Fixes compiling errors on msys2/mingwYonggang Luo2-3/+3
2020-10-09plugins: Fixes a issue when dlsym failed, the handle not closedYonggang Luo1-0/+1
2020-10-09.mailmap: Fix more contributor entriesPhilippe Mathieu-Daudé1-0/+2
2020-10-09contrib/gitdm: Add Yandex to the domain mapPhilippe Mathieu-Daudé1-0/+1
2020-10-09contrib/gitdm: Add Yadro to the domain mapPhilippe Mathieu-Daudé1-0/+1
2020-10-09contrib/gitdm: Add SUSE to the domain mapPhilippe Mathieu-Daudé1-0/+1
2020-10-09contrib/gitdm: Add Nir Soffer to Red Hat domainPhilippe Mathieu-Daudé1-0/+1
2020-10-09contrib/gitdm: Add Qualcomm to the domain mapPhilippe Mathieu-Daudé1-0/+1
2020-10-09contrib/gitdm: Add Nuvia to the domain mapPhilippe Mathieu-Daudé1-0/+1
2020-10-09contrib/gitdm: Add Google to the domain mapPhilippe Mathieu-Daudé1-1/+2
2020-10-09contrib/gitdm: Add ByteDance to the domain mapPhilippe Mathieu-Daudé1-0/+1
2020-10-09contrib/gitdm: Add Baidu to the domain mapPhilippe Mathieu-Daudé1-0/+1
2020-10-09contrib/gitdm: Add more individual contributorsPhilippe Mathieu-Daudé1-0/+7
2020-10-09contrib/gitdm: Add more academic domainsPhilippe Mathieu-Daudé1-0/+4
2020-10-09tests/docker: Add genisoimage to the docker fileThomas Huth4-0/+4
2020-10-09cirrus: msys2/mingw speed is up, add excluded target backYonggang Luo1-2/+1
2020-10-09cirrus: Fixing and speedup the msys2/mingw CIYonggang Luo1-45/+67
2020-10-09hw/ide: restore replay support of IDEAlex Bennée1-2/+2
2020-10-09hw/misc/mips_cpc: Start vCPU when powered onPhilippe Mathieu-Daudé1-0/+1
2020-10-09configure: fix performance regression due to PIC objectsPaolo Bonzini1-0/+1
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