aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-12scsi: switch to bus->check_addressPaolo Bonzini1-47/+75
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky5-29/+63
2020-10-12device_core: use drain_call_rcu in in qmp_device_addMaxim Levitsky1-0/+12
2020-10-12scsi/scsi_bus: switch search direction in scsi_device_findMaxim Levitsky1-2/+10
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini4-5/+30
2020-10-12qemu-iotests, qtest: rewrite test 067 as a qtestPaolo Bonzini6-599/+191
2020-10-12qtest: check that drives are really appearing and disappearingPaolo Bonzini1-1/+31
2020-10-12qtest: switch users back to qtest_qmp_receiveMaxim Levitsky5-22/+15
2020-10-12device-plug-test: use qtest_qmp to send the device_del commandPaolo Bonzini1-23/+9
2020-10-12qtest: remove qtest_qmp_receive_successMaxim Levitsky3-70/+25
2020-10-12qtest: Reintroduce qtest_qmp_receive with QMP event bufferingMaxim Levitsky2-1/+71
2020-10-12qtest: rename qtest_qmp_receive to qtest_qmp_receive_dictMaxim Levitsky7-24/+24
2020-10-12meson.build: Re-enable KVM support for MIPSHuacai Chen1-0/+2
2020-10-12build-sys: fix git version from -versionMarc-André Lureau1-1/+1
2020-10-12docs/devel: update instruction on how to add new unit testsPaolo Bonzini2-18/+31
2020-10-12qtest: unify extra_qtest_srcs and extra_qtest_depsPaolo Bonzini1-29/+26
2020-10-12docs/devel/qtest: Include libqtest API referenceEduardo Habkost2-10/+16
2020-10-12docs/devel/qtest: Include protocol spec in documentEduardo Habkost2-10/+73
2020-10-12docs: Move QTest documentation to its own documentEduardo Habkost3-45/+61
2020-10-12qom: fix objects with improper parent typePaolo Bonzini5-3/+30
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini6-451/+467
2020-10-12softmmu: move more files to softmmu/Paolo Bonzini9-14/+15
2020-10-12hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACEPhilippe Mathieu-Daudé4-8/+27
2020-10-12qom: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2-8/+8
2020-10-12authz: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2-10/+10
2020-10-12crypto: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2-10/+10
2020-10-12io: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2-10/+10
2020-10-12migration: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2-7/+8
2020-10-12chardev: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2-6/+7
2020-10-12hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2-6/+6
2020-10-12meson.build: Sort sourcesets alphabeticallyPhilippe Mathieu-Daudé1-9/+9
2020-10-12meson.build: Add comments to clarify code organizationPhilippe Mathieu-Daudé1-0/+8
2020-10-12Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201012a'...Peter Maydell7-37/+57
2020-10-12migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng2-7/+4
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