aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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/ericb/tags/pull-nbd-2020-10-08-v3' into...Peter Maydell
2020-10-09nbd: Simplify meta-context parsingEric Blake
2020-10-09nbd/server: Reject embedded NUL in NBD stringsEric Blake
2020-10-09qemu-nbd: Honor SIGINT and SIGHUPEric Blake
2020-10-09block/nbd: nbd_co_reconnect_loop(): don't connect if drainedVladimir Sementsov-Ogievskiy
2020-10-09block/nbd: fix reconnect-delayVladimir Sementsov-Ogievskiy
2020-10-09block/nbd: correctly use qio_channel_detach_aio_context when neededVladimir Sementsov-Ogievskiy
2020-10-09block/nbd: fix drain dead-lock because of nbd reconnect-delayVladimir Sementsov-Ogievskiy
2020-10-09nbd: silence maybe-uninitialized warningsChristian Borntraeger
2020-10-09tests/acceptance: disable machine_rx_gdbsim on GitLabAlex Bennée
2020-10-09cirrus: use V=1 when running tests on FreeBSD and macOSPaolo Bonzini
2020-10-09plugin: Fixes compiling errors on msys2/mingwYonggang Luo
2020-10-09plugins: Fixes a issue when dlsym failed, the handle not closedYonggang Luo
2020-10-09.mailmap: Fix more contributor entriesPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add Yandex to the domain mapPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add Yadro to the domain mapPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add SUSE to the domain mapPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add Nir Soffer to Red Hat domainPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add Qualcomm to the domain mapPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add Nuvia to the domain mapPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add Google to the domain mapPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add ByteDance to the domain mapPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add Baidu to the domain mapPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add more individual contributorsPhilippe Mathieu-Daudé
2020-10-09contrib/gitdm: Add more academic domainsPhilippe Mathieu-Daudé
2020-10-09tests/docker: Add genisoimage to the docker fileThomas Huth
2020-10-09cirrus: msys2/mingw speed is up, add excluded target backYonggang Luo
2020-10-09cirrus: Fixing and speedup the msys2/mingw CIYonggang Luo
2020-10-09hw/ide: restore replay support of IDEAlex Bennée
2020-10-09hw/misc/mips_cpc: Start vCPU when powered onPhilippe Mathieu-Daudé
2020-10-09configure: fix performance regression due to PIC objectsPaolo Bonzini
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