aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-12tools/virtiofsd: add support for --socket-groupAlex Bennée
2020-10-12virtiofsd: Silence gcc warningDr. David Alan Gilbert
2020-10-12Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-10' into ...Peter Maydell
2020-10-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-various-091020-1' int...Peter Maydell
2020-10-10qapi/visit.py: add type hint annotationsJohn Snow
2020-10-10qapi/visit.py: remove unused parameters from gen_visit_objectJohn Snow
2020-10-10qapi/visit.py: assert tag_member contains a QAPISchemaEnumTypeJohn Snow
2020-10-10qapi/types.py: remove one-letter variablesJohn Snow
2020-10-10qapi/types.py: add type hint annotationsJohn Snow
2020-10-10qapi/gen.py: delint with pylintJohn Snow
2020-10-10qapi/gen.py: update write() to be more idiomaticJohn Snow
2020-10-10qapi/gen.py: Remove unused parameterJohn Snow
2020-10-10qapi/gen.py: add type hint annotationsJohn Snow
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/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