aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-15migration: In case of postcopy, the memory ends in res_postcopy_onlyJuan Quintela1-1/+1
2023-02-15migration/block: Convert remaining DPRINTF() debug macro to trace eventsPhilippe Mathieu-Daudé2-11/+2
2023-02-15migration/qemu-file: Add qemu_file_get_to_fd()Avihai Horon2-0/+35
2023-02-14Merge tag 'pull-request-2023-02-14' of https://gitlab.com/thuth/qemu into sta...Peter Maydell54-192/+312
2023-02-14hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT()Philippe Mathieu-Daudé1-2/+1
2023-02-14tests/tcg/s390x: Use -nostdlib for softmmu testsIlya Leoshkevich1-1/+1
2023-02-14tests/qtest: Don't build virtio-serial-test.c if device not presentFabiano Rosas1-1/+5
2023-02-14tests/qtest: bios-tables-test: Skip if missing configsFabiano Rosas1-1/+3
2023-02-14tests/qemu-iotests: Require virtio-scsi-pciFabiano Rosas1-0/+1
2023-02-14tests/qtest: Do not include hexloader-test if loader device is not presentFabiano Rosas1-2/+2
2023-02-14tests/qtest: Check for devices in bios-tables-testFabiano Rosas1-4/+71
2023-02-14tests/qtest: drive_del-test: Skip tests that require missing devicesFabiano Rosas1-0/+65
2023-02-14tests/qtest: Skip unplug tests that use missing devicesFabiano Rosas1-6/+27
2023-02-14test/qtest: Fix coding style in device-plug-test.cFabiano Rosas1-3/+5
2023-02-14tests/qtest: hd-geo-test: Check for missing devicesFabiano Rosas1-13/+25
2023-02-14tests/qtest: Add dependence on PCIE_PORT for virtio-net-failover.cFabiano Rosas1-1/+2
2023-02-14tests/qtest: Do not run lsi53c895a test if device is not presentFabiano Rosas1-0/+4
2023-02-14tests/qtest: Skip PXE tests for missing devicesFabiano Rosas1-0/+4
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth19-3/+16
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth5-3/+2
2023-02-14hw/misc/sga: Remove the deprecated "sga" deviceThomas Huth14-106/+12
2023-02-14tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2Peter Maydell1-6/+21
2023-02-14build: deprecate --enable-gprof builds and remove from CIAlex Bennée4-17/+26
2023-02-14meson: Disable libdw for static builds by defaultIlya Leoshkevich1-1/+2
2023-02-14meson: Add missing libdw knobsIlya Leoshkevich3-4/+12
2023-02-14configure: Bump minimum Clang version to 10.0Thomas Huth1-19/+6
2023-02-13Merge tag 'migration-20230213-pull-request' of https://gitlab.com/juan.quinte...Peter Maydell34-1489/+1261
2023-02-13ram: Document migration ram flagsJuan Quintela1-6/+10
2023-02-13migration/multifd: Move load_cleanup inside incoming_state_destroyLeonardo Bras3-1/+11
2023-02-13migration/multifd: Join all multifd threads in order to avoid leaksLeonardo Bras1-1/+2
2023-02-13migration/multifd: Remove unnecessary assignment on multifd_load_cleanup()Leonardo Bras1-1/+0
2023-02-13migration/multifd: Change multifd_load_cleanup() signature and usageLeonardo Bras3-15/+7
2023-02-11migration: Postpone postcopy preempt channel to be after mainPeter Xu5-21/+82
2023-02-11migration: Add a semaphore to count PONGsPeter Xu2-0/+9
2023-02-11migration: Cleanup postcopy_preempt_setup()Peter Xu3-14/+4
2023-02-11migration: Rework multi-channel checks on URIPeter Xu4-42/+28
2023-02-11Update bench-code for addressing CI problemling xu3-5/+509
2023-02-11AVX512 support for xbzrle_encode_bufferling xu6-3/+181
2023-02-11migration: I messed state_pending_exact/estimateJuan Quintela1-8/+8
2023-02-11migration: Make ram_save_target_page() a pointerJuan Quintela1-4/+15
2023-02-11migration: Calculate ram size onceJuan Quintela1-2/+5
2023-02-11migration: Split ram_bytes_total_common() in two functionsJuan Quintela1-11/+14
2023-02-11migration: Make find_dirty_block() return a single parameterJuan Quintela1-15/+22
2023-02-11migration: Simplify ram_find_and_save_block()Juan Quintela1-11/+9
2023-02-11util/userfaultfd: Support /dev/userfaultfdPeter Xu2-0/+33
2023-02-11linux-headers: Update to v6.1Peter Xu13-20/+298
2023-02-11multifd: Remove some redundant codeLi Zhang1-11/+4
2023-02-11multifd: cleanup the function multifd_channel_connectLi Zhang1-22/+21
2023-02-11migration: Remove spurious filesJuan Quintela3-1287/+0
2023-02-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell6-82/+210