aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell
2021-05-14Merge remote-tracking branch 'remotes/marcandre/tags/rtd-pull-request' into s...Peter Maydell
2021-05-14Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-v1' into sta...Peter Maydell
2021-05-14cirrus.yml: Fix the MSYS2 taskThomas Huth
2021-05-14sphinx: adopt kernel readthedoc themeMarc-André Lureau
2021-05-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell
2021-05-14pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth
2021-05-14tests/qtest/migration-test: Use g_autofree to avoid leaks on error pathsPeter Maydell
2021-05-14configure: Poison all current target-specific #definesThomas Huth
2021-05-14migration: Move populate_vfio_info() into a separate fileThomas Huth
2021-05-14include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth
2021-05-14tests: Avoid side effects inside g_assert() argumentsPeter Maydell
2021-05-14tests/qtest/rtc-test: Remove pointless NULL checkPeter Maydell
2021-05-14tests/qtest/tpm-util.c: Free memory with correct free functionPeter Maydell
2021-05-14tests/migration-test: Fix "true" vs trueDr. David Alan Gilbert
2021-05-14tests/qtest/npcm7xx_pwm-test.c: Avoid g_assert_true() for non-test assertionsPeter Maydell
2021-05-14tests/qtest/ahci-test.c: Calculate iso_size with 64-bit arithmeticPeter Maydell
2021-05-14util/compatfd.c: Replaced a malloc call with g_malloc.Mahmoud Mandour
2021-05-14libqtest: refuse QTEST_QEMU_BINARY=qemu-kvmStefan Hajnoczi
2021-05-14docs/devel/qgraph: add troubleshooting informationStefan Hajnoczi
2021-05-14libqos/qgraph: fix "UNAVAILBLE" typoStefan Hajnoczi
2021-05-14gitlab-ci: Replace YAML anchors by extends (native_test_job)Philippe Mathieu-Daudé
2021-05-14gitlab-ci: Replace YAML anchors by extends (native_build_job)Philippe Mathieu-Daudé
2021-05-14gitlab-ci: Replace YAML anchors by extends (container_job)Philippe Mathieu-Daudé
2021-05-14tests/docker/dockerfiles: Add ccache to containers where it was missingThomas Huth
2021-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...Peter Maydell
2021-05-13tests/migration: introduce multifd into guestperfHyman
2021-05-13tests/qtest/migration-test: Use g_autofree to avoid leaks on error pathsPeter Maydell
2021-05-13tests/migration-test: Fix "true" vs trueDr. David Alan Gilbert
2021-05-13migration/ram: Use offset_in_ramblock() in range checksDavid Hildenbrand
2021-05-13migration/multifd: Print used_length of memory blockDavid Hildenbrand
2021-05-13migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand
2021-05-13migration/ram: Simplify host page handling in ram_load_postcopy()David Hildenbrand
2021-05-13migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incomin...David Hildenbrand
2021-05-13exec: Relax range check in ram_block_discard_range()David Hildenbrand
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand
2021-05-13numa: Make all callbacks of ram block notifiers optionalDavid Hildenbrand
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand
2021-05-13migration: Drop redundant query-migrate result @blockedMarkus Armbruster
2021-05-13migration/ram: Optimize ram_save_host_page()Kunkun Jiang
2021-05-13migration/ram: Reduce unnecessary rate limitingKunkun Jiang
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand
2021-05-13Merge remote-tracking branch 'remotes/philmd/tags/pflash-20210511' into stagingPeter Maydell
2021-05-12Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-05-12block: Drop the sheepdog block driverMarkus Armbruster
2021-05-12Remove the deprecated moxie targetThomas Huth
2021-05-12monitor/qmp: fix race on CHR_EVENT_CLOSED without OOBStefan Reiter