summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qtest: unify extra_qtest_srcs and extra_qtest_depsPaolo Bonzini2020-10-121-29/+26Star
* docs/devel/qtest: Include libqtest API referenceEduardo Habkost2020-10-122-10/+16
* docs/devel/qtest: Include protocol spec in documentEduardo Habkost2020-10-122-10/+73
* docs: Move QTest documentation to its own documentEduardo Habkost2020-10-123-45/+61
* qom: fix objects with improper parent typePaolo Bonzini2020-10-125-3/+30
* exec: split out non-softmmu-specific partsPaolo Bonzini2020-10-126-451/+467
* softmmu: move more files to softmmu/Paolo Bonzini2020-10-129-14/+15
* hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACEPhilippe Mathieu-Daudé2020-10-124-8/+27
* qom: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-122-8/+8
* authz: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-122-10/+10
* crypto: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-122-10/+10
* io: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-122-10/+10
* migration: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-122-7/+8
* chardev: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-122-6/+7
* hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-122-6/+6
* meson.build: Sort sourcesets alphabeticallyPhilippe Mathieu-Daudé2020-10-121-9/+9
* meson.build: Add comments to clarify code organizationPhilippe Mathieu-Daudé2020-10-121-0/+8
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201012a'...Peter Maydell2020-10-127-37/+57
|\
| * migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng2020-10-122-7/+4Star
| * migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng2020-10-121-4/+9
| * virtiofsd: avoid /proc/self/fd tempdirStefan Hajnoczi2020-10-121-23/+11Star
| * virtiofsd: Call qemu_init_exec_dirDr. David Alan Gilbert2020-10-121-0/+2
| * tools/virtiofsd: add support for --socket-groupAlex Bennée2020-10-124-2/+30
| * virtiofsd: Silence gcc warningDr. David Alan Gilbert2020-10-121-1/+1
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-10' into ...Peter Maydell2020-10-1219-344/+767
|\
| * qapi/visit.py: add type hint annotationsJohn Snow2020-10-102-22/+56
| * qapi/visit.py: remove unused parameters from gen_visit_objectJohn Snow2020-10-102-3/+2Star
| * qapi/visit.py: assert tag_member contains a QAPISchemaEnumTypeJohn Snow2020-10-101-5/+7
| * qapi/types.py: remove one-letter variablesJohn Snow2020-10-102-15/+15
| * qapi/types.py: add type hint annotationsJohn Snow2020-10-102-27/+64
| * qapi/gen.py: delint with pylintJohn Snow2020-10-102-2/+5
| * qapi/gen.py: update write() to be more idiomaticJohn Snow2020-10-101-14/+11Star
| * qapi/gen.py: Remove unused parameterJohn Snow2020-10-101-2/+2
| * qapi/gen.py: add type hint annotationsJohn Snow2020-10-102-52/+57
| * qapi/gen: Make _is_user_module() return boolJohn Snow2020-10-101-1/+1
| * qapi/source.py: delint with pylintJohn Snow2020-10-102-1/+3
| * qapi/source.py: add type hint annotationsJohn Snow2020-10-102-18/+19
| * qapi/commands.py: add type hint annotationsJohn Snow2020-10-102-23/+56
| * qapi/commands.py: Don't re-bind to variable of different typeJohn Snow2020-10-101-3/+1Star
| * qapi/events.py: Move comments into docstringsJohn Snow2020-10-101-1/+5
| * qapi/events.py: add type hint annotationsJohn Snow2020-10-102-16/+35
| * qapi: establish mypy type-checking baselineJohn Snow2020-10-102-1/+62
| * qapi/common.py: move build_params into gen.pyJohn Snow2020-10-104-34/+36
| * qapi/common.py: Convert comments into docstrings, and elaborateJohn Snow2020-10-101-14/+40
| * qapi/common.py: add type hint annotationsJohn Snow2020-10-101-11/+16
| * qapi/common.py: check with pylintJohn Snow2020-10-101-2/+1Star
| * qapi/common.py: Replace one-letter 'c' variableJohn Snow2020-10-101-4/+4
| * qapi/common.py: delint with pylintJohn Snow2020-10-102-17/+15Star
| * qapi/common.py: Add indent managerJohn Snow2020-10-102-20/+36
| * qapi/common.py: Remove python compatibility workaroundJohn Snow2020-10-101-4/+1Star