summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Acceptance tests: show test report on GitLab CICleber Rosa2020-10-131-0/+5
| * | Acceptance tests: do not show canceled test logs on GitLab CICleber Rosa2020-10-131-1/+1
| * | Acceptance tests: bump pycdlib version for easier installationCleber Rosa2020-10-131-1/+1
| * | gitlab-ci.yml: Only run one test-case per fuzzerAlexander Bulekov2020-10-131-1/+1
| * | tests/qtest: Replace magic value by NANOSECONDS_PER_SECOND definitionPhilippe Mathieu-Daudé2020-10-131-1/+1
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-1252-1497/+1471Star
|\ \ \ | |/ / |/| |
| * | meson: identify more sections of meson.buildPaolo Bonzini2020-10-121-11/+25
| * | scsi/scsi_bus: fix races in REPORT LUNSMaxim Levitsky2020-10-121-35/+33Star
| * | virtio-scsi: use scsi_device_getMaxim Levitsky2020-10-121-8/+13
| * | scsi/scsi_bus: Add scsi_device_getMaxim Levitsky2020-10-122-0/+12
| * | scsi/scsi-bus: scsi_device_find: don't return unrealized devicesPaolo Bonzini2020-10-121-30/+53
| * | device-core: use atomic_set on .realized propertyMaxim Levitsky2020-10-122-1/+20
| * | scsi: switch to bus->check_addressPaolo Bonzini2020-10-121-47/+75
| * | device-core: use RCU for list of children of a busMaxim Levitsky2020-10-125-29/+63
| * | device_core: use drain_call_rcu in in qmp_device_addMaxim Levitsky2020-10-121-0/+12
| * | scsi/scsi_bus: switch search direction in scsi_device_findMaxim Levitsky2020-10-121-2/+10
| * | qdev: add "check if address free" callback for busesPaolo Bonzini2020-10-124-5/+30
| * | qemu-iotests, qtest: rewrite test 067 as a qtestPaolo Bonzini2020-10-126-599/+191Star
| * | qtest: check that drives are really appearing and disappearingPaolo Bonzini2020-10-121-1/+31
| * | qtest: switch users back to qtest_qmp_receiveMaxim Levitsky2020-10-125-22/+15Star
| * | device-plug-test: use qtest_qmp to send the device_del commandPaolo Bonzini2020-10-121-23/+9Star
| * | qtest: remove qtest_qmp_receive_successMaxim Levitsky2020-10-123-70/+25Star
| * | qtest: Reintroduce qtest_qmp_receive with QMP event bufferingMaxim Levitsky2020-10-122-1/+71
| * | qtest: rename qtest_qmp_receive to qtest_qmp_receive_dictMaxim Levitsky2020-10-127-24/+24
| * | meson.build: Re-enable KVM support for MIPSHuacai Chen2020-10-121-0/+2
| * | build-sys: fix git version from -versionMarc-André Lureau2020-10-121-1/+1
| * | docs/devel: update instruction on how to add new unit testsPaolo Bonzini2020-10-122-18/+31
| * | 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