aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-12meson.build: Re-enable KVM support for MIPSHuacai Chen
2020-10-12build-sys: fix git version from -versionMarc-André Lureau
2020-10-12docs/devel: update instruction on how to add new unit testsPaolo Bonzini
2020-10-12qtest: unify extra_qtest_srcs and extra_qtest_depsPaolo Bonzini
2020-10-12docs/devel/qtest: Include libqtest API referenceEduardo Habkost
2020-10-12docs/devel/qtest: Include protocol spec in documentEduardo Habkost
2020-10-12docs: Move QTest documentation to its own documentEduardo Habkost
2020-10-12qom: fix objects with improper parent typePaolo Bonzini
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini
2020-10-12softmmu: move more files to softmmu/Paolo Bonzini
2020-10-12hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACEPhilippe Mathieu-Daudé
2020-10-12qom: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-12authz: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-12crypto: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-12io: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-12migration: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-12chardev: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-12hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-12meson.build: Sort sourcesets alphabeticallyPhilippe Mathieu-Daudé
2020-10-12meson.build: Add comments to clarify code organizationPhilippe Mathieu-Daudé
2020-10-12Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201012a'...Peter Maydell
2020-10-12migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng
2020-10-12migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng
2020-10-12virtiofsd: avoid /proc/self/fd tempdirStefan Hajnoczi
2020-10-12virtiofsd: Call qemu_init_exec_dirDr. David Alan Gilbert
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