index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
ram.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration/multifd: Avoid the final FLUSH in complete()
Peter Xu
2024-06-21
1
-4
/
+0
*
migration: Remove non-multifd compression
Fabiano Rosas
2024-05-08
1
-145
/
+9
*
migration: Remove block migration
Fabiano Rosas
2024-05-08
1
-15
/
+0
*
migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to WITH_QEMU_LOCK_GUARD macro
Will Gyda
2024-05-08
1
-6
/
+6
*
migration/multifd: solve zero page causing multiple page faults
Yuan Liu
2024-04-23
1
-0
/
+4
*
migration: Modify ram_init_bitmaps() to report dirty tracking errors
Cédric Le Goater
2024-04-23
1
-16
/
+11
*
migration: Add Error** argument to xbzrle_init()
Cédric Le Goater
2024-04-23
1
-12
/
+10
*
migration: Add Error** argument to ram_state_init()
Cédric Le Goater
2024-04-23
1
-6
/
+13
*
memory: Add Error** argument to the global_dirty_log routines
Cédric Le Goater
2024-04-23
1
-2
/
+21
*
migration: Introduce ram_bitmaps_destroy()
Cédric Le Goater
2024-04-23
1
-7
/
+15
*
migration: Add Error** argument to .load_setup() handler
Cédric Le Goater
2024-04-23
1
-1
/
+2
*
migration: Add Error** argument to .save_setup() handler
Cédric Le Goater
2024-04-23
1
-7
/
+8
*
migration: Always report an error in ram_save_setup()
Cédric Le Goater
2024-04-23
1
-1
/
+10
*
migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page.
Hao Xiang
2024-03-11
1
-9
/
+29
*
migration/multifd: Implement zero page transmission on the multifd thread.
Hao Xiang
2024-03-11
1
-1
/
+0
*
migration/multifd: Add new migration option zero-page-detection.
Hao Xiang
2024-03-11
1
-0
/
+4
*
migration/multifd: Allow clearing of the file_bmap from multifd
Fabiano Rosas
2024-03-11
1
-2
/
+6
*
migration: export migration_is_setup_or_active
Steve Sistare
2024-03-11
1
-3
/
+2
*
migration/ram: add additional check
Maksim Davydov
2024-03-11
1
-0
/
+6
*
Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu into staging
Peter Maydell
2024-03-05
1
-18
/
+333
|
\
|
*
migration/multifd: Document two places for mapped-ram
Peter Xu
2024-03-04
1
-1
/
+7
|
*
migration/multifd: Support incoming mapped-ram stream format
Fabiano Rosas
2024-03-01
1
-2
/
+24
|
*
migration/multifd: Support outgoing mapped-ram stream format
Fabiano Rosas
2024-03-01
1
-3
/
+14
|
*
migration/multifd: Prepare multifd sync for mapped-ram migration
Fabiano Rosas
2024-03-01
1
-7
/
+31
|
*
migration/ram: Add incoming 'mapped-ram' migration
Fabiano Rosas
2024-03-01
1
-2
/
+141
|
*
migration/ram: Add outgoing 'mapped-ram' migration
Fabiano Rosas
2024-03-01
1
-9
/
+122
*
|
migration: Remove qemu_host_page_size
Richard Henderson
2024-02-29
1
-4
/
+18
|
/
*
migration: remove error from notifier data
Steve Sistare
2024-02-28
1
-1
/
+0
*
notify: pass error to notifier with return
Steve Sistare
2024-02-28
1
-1
/
+1
*
migration/multifd: Change retval of multifd_queue_page()
Peter Xu
2024-02-05
1
-1
/
+1
*
migration: Drop unnecessary check in ram's pending_exact()
Peter Xu
2024-01-29
1
-5
/
+4
*
migration/multifd: Remove QEMUFile from where it is not needed
Fabiano Rosas
2024-01-16
1
-8
/
+7
*
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
1
-2
/
+2
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-6
/
+6
*
migration: Unlock mutex in error case
Juan Quintela
2023-11-03
1
-52
/
+52
*
migration: Change ram_dirty_bitmap_reload() retval to bool
Peter Xu
2023-11-02
1
-12
/
+12
*
migration: Allow network to fail even during recovery
Peter Xu
2023-11-02
1
-1
/
+3
*
migration: Refactor error handling in source return path
Peter Xu
2023-11-02
1
-20
/
+21
*
qemu-file: Make qemu_fflush() return errors
Juan Quintela
2023-10-31
1
-15
/
+7
*
migration: Remove transferred atomic counter
Juan Quintela
2023-10-31
1
-1
/
+0
*
migration: Use migration_transferred_bytes()
Juan Quintela
2023-10-31
1
-3
/
+3
*
migration: Stop migration immediately in RDMA error paths
Peter Xu
2023-10-31
1
-11
/
+10
*
migration/ram: Fix compilation with -Wshadow=local
Thomas Huth
2023-10-30
1
-3
/
+5
*
migration: Rename ram_compressed_pages() to compress_ram_pages()
Juan Quintela
2023-10-30
1
-1
/
+1
*
migration: Move ram_flush_compressed_data() to ram-compress.c
Juan Quintela
2023-10-30
1
-13
/
+4
*
migration: Export send_queued_data()
Juan Quintela
2023-10-30
1
-3
/
+3
*
migration: Create compress_update_rates()
Juan Quintela
2023-10-30
1
-28
/
+1
*
migration: Move busy++ to migrate_with_multithread
Juan Quintela
2023-10-30
1
-6
/
+2
*
migration: Make compress_data_with_multithreads return bool
Juan Quintela
2023-10-30
1
-2
/
+1
*
migration: Remove save_page_use_compression()
Juan Quintela
2023-10-30
1
-27
/
+7
[next]