aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-12migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng1-4/+9
2020-10-12virtiofsd: avoid /proc/self/fd tempdirStefan Hajnoczi1-23/+11
2020-10-12virtiofsd: Call qemu_init_exec_dirDr. David Alan Gilbert1-0/+2
2020-10-12tools/virtiofsd: add support for --socket-groupAlex Bennée4-2/+30
2020-10-12virtiofsd: Silence gcc warningDr. David Alan Gilbert1-1/+1
2020-10-12Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-10' into ...Peter Maydell19-344/+767
2020-10-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-various-091020-1' int...Peter Maydell17-56/+107
2020-10-10qapi/visit.py: add type hint annotationsJohn Snow2-22/+56
2020-10-10qapi/visit.py: remove unused parameters from gen_visit_objectJohn Snow2-3/+2
2020-10-10qapi/visit.py: assert tag_member contains a QAPISchemaEnumTypeJohn Snow1-5/+7
2020-10-10qapi/types.py: remove one-letter variablesJohn Snow2-15/+15
2020-10-10qapi/types.py: add type hint annotationsJohn Snow2-27/+64
2020-10-10qapi/gen.py: delint with pylintJohn Snow2-2/+5
2020-10-10qapi/gen.py: update write() to be more idiomaticJohn Snow1-14/+11
2020-10-10qapi/gen.py: Remove unused parameterJohn Snow1-2/+2
2020-10-10qapi/gen.py: add type hint annotationsJohn Snow2-52/+57
2020-10-10qapi/gen: Make _is_user_module() return boolJohn Snow1-1/+1
2020-10-10qapi/source.py: delint with pylintJohn Snow2-1/+3
2020-10-10qapi/source.py: add type hint annotationsJohn Snow2-18/+19
2020-10-10qapi/commands.py: add type hint annotationsJohn Snow2-23/+56
2020-10-10qapi/commands.py: Don't re-bind to variable of different typeJohn Snow1-3/+1
2020-10-10qapi/events.py: Move comments into docstringsJohn Snow1-1/+5
2020-10-10qapi/events.py: add type hint annotationsJohn Snow2-16/+35
2020-10-10qapi: establish mypy type-checking baselineJohn Snow2-1/+62
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/ericb/tags/pull-nbd-2020-10-08-v3' into...Peter Maydell3-148/+155
2020-10-09nbd: Simplify meta-context parsingEric Blake1-121/+68
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