index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
migration/multifd: Stop changing the packet on recv side
Fabiano Rosas
2
-28
/
+21
2024-09-03
migration/multifd: Make MultiFDMethods const
Fabiano Rosas
7
-10
/
+10
2024-09-03
migration/multifd: Move nocomp code into multifd-nocomp.c
Fabiano Rosas
4
-375
/
+402
2024-09-03
migration/multifd: Register nocomp ops dynamically
Fabiano Rosas
1
-13
/
+19
2024-09-03
migration/multifd: Standardize on multifd ops names
Fabiano Rosas
5
-316
/
+36
2024-09-03
migration/multifd: Allow multifd sync without flush
Fabiano Rosas
3
-8
/
+14
2024-09-03
migration/multifd: Replace multifd_send_state->pages with client data
Fabiano Rosas
3
-34
/
+50
2024-09-03
migration/multifd: Don't send ram data during SYNC
Fabiano Rosas
1
-3
/
+10
2024-09-03
migration/multifd: Isolate ram pages packet data
Fabiano Rosas
2
-41
/
+63
2024-09-03
migration/multifd: Remove total pages tracing
Fabiano Rosas
3
-20
/
+4
2024-09-03
migration/multifd: Move pages accounting into multifd_send_zero_page_detect()
Fabiano Rosas
2
-3
/
+6
2024-09-03
migration/multifd: Replace p->pages with an union pointer
Fabiano Rosas
7
-47
/
+57
2024-09-03
migration/multifd: Make MultiFDPages_t:offset a flexible array member
Fabiano Rosas
2
-9
/
+14
2024-09-03
migration/multifd: Introduce MultiFDSendData
Fabiano Rosas
1
-0
/
+26
2024-09-03
migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iov
Fabiano Rosas
3
-3
/
+4
2024-09-03
migration/multifd: Remove pages->allocated
Fabiano Rosas
2
-6
/
+2
2024-09-03
migration/multifd: Inline page_size and page_count
Fabiano Rosas
7
-55
/
+71
2024-09-03
migration/multifd: Reduce access to p->pages
Fabiano Rosas
5
-15
/
+19
2024-09-03
tests/qtest/migration-test: Don't leak QTestState in test_multifd_tcp_cancel()
Peter Maydell
1
-0
/
+1
2024-09-03
tests/qtest/migration-test: Don't strdup in get_dirty_rate()
Peter Maydell
1
-2
/
+2
2024-09-03
tests/qtest/migration-helpers: Don't dup argument to qdict_put_str()
Peter Maydell
1
-1
/
+1
2024-09-03
tests/unit/crypto-tls-x509-helpers: deinit privkey in test_tls_cleanup
Peter Maydell
1
-0
/
+1
2024-09-03
tests/qtest/migration-test: Free QCRyptoTLSTestCertReq objects
Peter Maydell
3
-2
/
+19
2024-09-03
tests/qtest/migration-helpers: Fix migrate_get_socket_address() leak
Peter Maydell
1
-10
/
+8
2024-09-03
tests/qtest/migration-test: Fix leaks in calc_dirtyrate_ready()
Peter Maydell
1
-3
/
+6
2024-09-03
tests/qtest/migration-test: Don't leak resp in multifd_mapped_ram_fdset_end()
Peter Maydell
1
-0
/
+1
2024-09-03
tests/qtest/migration-test: Fix bootfile cleanup handling
Peter Maydell
1
-4
/
+4
2024-09-03
tests/qtest/migration: Remove vmstate-static-checker test
Fabiano Rosas
3
-95
/
+6
2024-09-03
migration: delete unused parameter mis
Steve Sistare
1
-6
/
+4
2024-09-03
Open 9.2 development tree
Richard Henderson
1
-1
/
+1
2024-09-03
Update version for v9.1.0 release
Richard Henderson
1
-1
/
+1
2024-08-28
Update version for v9.1.0-rc4 release
Richard Henderson
1
-1
/
+1
2024-08-27
docs/sphinx: fix extra stuff in TOC after freeform QMP sections
John Snow
1
-3
/
+2
2024-08-26
nbd/server: CVE-2024-7409: Avoid use-after-free when closing server
Eric Blake
1
-4
/
+8
2024-08-26
tests/qtest: Delete previous boot file
Akihiko Odaki
1
-7
/
+11
2024-08-26
.gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job
Thomas Huth
1
-24
/
+2
2024-08-26
gitlab-ci: Replace build_script -> step_script in Cirrus jobs
Philippe Mathieu-Daudé
1
-1
/
+1
2024-08-23
hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()
Haoran Zhang
1
-1
/
+1
2024-08-23
system/vl.c: Print machine name, not "(null)", for unknown machine types
Peter Maydell
1
-2
/
+2
2024-08-23
hw/x86: add a couple of comments explaining how the kernel image is parsed
Ani Sinha
1
-2
/
+5
2024-08-22
Update version for v9.1.0-rc3 release
Richard Henderson
1
-1
/
+1
2024-08-21
hw/loongarch: Fix length for lowram in ACPI SRAT
Jiaxun Yang
1
-1
/
+1
2024-08-21
target/i386: Fix tss access size in switch_tss_ra
Richard Henderson
1
-2
/
+3
2024-08-21
target/i386: Fix carry flag for BLSI
Richard Henderson
7
-1
/
+72
2024-08-21
target/i386: Split out gen_prepare_val_nz
Richard Henderson
1
-8
/
+14
2024-08-21
bsd-user: Handle short reads in mmap_h_gt_g
Richard Henderson
1
-2
/
+36
2024-08-21
linux-user: Handle short reads in mmap_h_gt_g
Richard Henderson
1
-6
/
+38
2024-08-20
migration/multifd: Free MultiFDRecvParams::data
Peter Maydell
1
-0
/
+2
2024-08-20
virtio-pci: Fix the use of an uninitialized irqfd
Cindy Lu
1
-0
/
+3
2024-08-20
hw/audio/virtio-snd: fix invalid param check
Volker Rümelin
1
-2
/
+2
[next]