summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-03migration/multifd: Stop changing the packet on recv sideFabiano Rosas2-28/+21
2024-09-03migration/multifd: Make MultiFDMethods constFabiano Rosas7-10/+10
2024-09-03migration/multifd: Move nocomp code into multifd-nocomp.cFabiano Rosas4-375/+402
2024-09-03migration/multifd: Register nocomp ops dynamicallyFabiano Rosas1-13/+19
2024-09-03migration/multifd: Standardize on multifd ops namesFabiano Rosas5-316/+36
2024-09-03migration/multifd: Allow multifd sync without flushFabiano Rosas3-8/+14
2024-09-03migration/multifd: Replace multifd_send_state->pages with client dataFabiano Rosas3-34/+50
2024-09-03migration/multifd: Don't send ram data during SYNCFabiano Rosas1-3/+10
2024-09-03migration/multifd: Isolate ram pages packet dataFabiano Rosas2-41/+63
2024-09-03migration/multifd: Remove total pages tracingFabiano Rosas3-20/+4
2024-09-03migration/multifd: Move pages accounting into multifd_send_zero_page_detect()Fabiano Rosas2-3/+6
2024-09-03migration/multifd: Replace p->pages with an union pointerFabiano Rosas7-47/+57
2024-09-03migration/multifd: Make MultiFDPages_t:offset a flexible array memberFabiano Rosas2-9/+14
2024-09-03migration/multifd: Introduce MultiFDSendDataFabiano Rosas1-0/+26
2024-09-03migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iovFabiano Rosas3-3/+4
2024-09-03migration/multifd: Remove pages->allocatedFabiano Rosas2-6/+2
2024-09-03migration/multifd: Inline page_size and page_countFabiano Rosas7-55/+71
2024-09-03migration/multifd: Reduce access to p->pagesFabiano Rosas5-15/+19
2024-09-03tests/qtest/migration-test: Don't leak QTestState in test_multifd_tcp_cancel()Peter Maydell1-0/+1
2024-09-03tests/qtest/migration-test: Don't strdup in get_dirty_rate()Peter Maydell1-2/+2
2024-09-03tests/qtest/migration-helpers: Don't dup argument to qdict_put_str()Peter Maydell1-1/+1
2024-09-03tests/unit/crypto-tls-x509-helpers: deinit privkey in test_tls_cleanupPeter Maydell1-0/+1
2024-09-03tests/qtest/migration-test: Free QCRyptoTLSTestCertReq objectsPeter Maydell3-2/+19
2024-09-03tests/qtest/migration-helpers: Fix migrate_get_socket_address() leakPeter Maydell1-10/+8
2024-09-03tests/qtest/migration-test: Fix leaks in calc_dirtyrate_ready()Peter Maydell1-3/+6
2024-09-03tests/qtest/migration-test: Don't leak resp in multifd_mapped_ram_fdset_end()Peter Maydell1-0/+1
2024-09-03tests/qtest/migration-test: Fix bootfile cleanup handlingPeter Maydell1-4/+4
2024-09-03tests/qtest/migration: Remove vmstate-static-checker testFabiano Rosas3-95/+6
2024-09-03migration: delete unused parameter misSteve Sistare1-6/+4
2024-09-03Open 9.2 development treeRichard Henderson1-1/+1
2024-09-03Update version for v9.1.0 releaseRichard Henderson1-1/+1
2024-08-28Update version for v9.1.0-rc4 releaseRichard Henderson1-1/+1
2024-08-27docs/sphinx: fix extra stuff in TOC after freeform QMP sectionsJohn Snow1-3/+2
2024-08-26nbd/server: CVE-2024-7409: Avoid use-after-free when closing serverEric Blake1-4/+8
2024-08-26tests/qtest: Delete previous boot fileAkihiko Odaki1-7/+11
2024-08-26.gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 jobThomas Huth1-24/+2
2024-08-26gitlab-ci: Replace build_script -> step_script in Cirrus jobsPhilippe Mathieu-Daudé1-1/+1
2024-08-23hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()Haoran Zhang1-1/+1
2024-08-23system/vl.c: Print machine name, not "(null)", for unknown machine typesPeter Maydell1-2/+2
2024-08-23hw/x86: add a couple of comments explaining how the kernel image is parsedAni Sinha1-2/+5
2024-08-22Update version for v9.1.0-rc3 releaseRichard Henderson1-1/+1
2024-08-21hw/loongarch: Fix length for lowram in ACPI SRATJiaxun Yang1-1/+1
2024-08-21target/i386: Fix tss access size in switch_tss_raRichard Henderson1-2/+3
2024-08-21target/i386: Fix carry flag for BLSIRichard Henderson7-1/+72
2024-08-21target/i386: Split out gen_prepare_val_nzRichard Henderson1-8/+14
2024-08-21bsd-user: Handle short reads in mmap_h_gt_gRichard Henderson1-2/+36
2024-08-21linux-user: Handle short reads in mmap_h_gt_gRichard Henderson1-6/+38
2024-08-20migration/multifd: Free MultiFDRecvParams::dataPeter Maydell1-0/+2
2024-08-20virtio-pci: Fix the use of an uninitialized irqfdCindy Lu1-0/+3
2024-08-20hw/audio/virtio-snd: fix invalid param checkVolker Rümelin1-2/+2