index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
ram.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
migration: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
1
-1
/
+1
2024-09-24
migration: remove return after g_assert_not_reached()
Pierrick Bouvier
1
-2
/
+0
2024-09-24
migration: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-3
/
+3
2024-09-03
migration/multifd: Allow multifd sync without flush
Fabiano Rosas
1
-4
/
+4
2024-09-03
migration/multifd: Replace multifd_send_state->pages with client data
Fabiano Rosas
1
-0
/
+2
2024-06-21
migration/multifd: Avoid the final FLUSH in complete()
Peter Xu
1
-4
/
+0
2024-05-08
migration: Remove non-multifd compression
Fabiano Rosas
1
-145
/
+9
2024-05-08
migration: Remove block migration
Fabiano Rosas
1
-15
/
+0
2024-05-08
migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to...
Will Gyda
1
-6
/
+6
2024-04-23
migration/multifd: solve zero page causing multiple page faults
Yuan Liu
1
-0
/
+4
2024-04-23
migration: Modify ram_init_bitmaps() to report dirty tracking errors
Cédric Le Goater
1
-16
/
+11
2024-04-23
migration: Add Error** argument to xbzrle_init()
Cédric Le Goater
1
-12
/
+10
2024-04-23
migration: Add Error** argument to ram_state_init()
Cédric Le Goater
1
-6
/
+13
2024-04-23
memory: Add Error** argument to the global_dirty_log routines
Cédric Le Goater
1
-2
/
+21
2024-04-23
migration: Introduce ram_bitmaps_destroy()
Cédric Le Goater
1
-7
/
+15
2024-04-23
migration: Add Error** argument to .load_setup() handler
Cédric Le Goater
1
-1
/
+2
2024-04-23
migration: Add Error** argument to .save_setup() handler
Cédric Le Goater
1
-7
/
+8
2024-04-23
migration: Always report an error in ram_save_setup()
Cédric Le Goater
1
-1
/
+10
2024-03-11
migration/multifd: Implement ram_save_target_page_multifd to handle multifd v...
Hao Xiang
1
-9
/
+29
2024-03-11
migration/multifd: Implement zero page transmission on the multifd thread.
Hao Xiang
1
-1
/
+0
2024-03-11
migration/multifd: Add new migration option zero-page-detection.
Hao Xiang
1
-0
/
+4
2024-03-11
migration/multifd: Allow clearing of the file_bmap from multifd
Fabiano Rosas
1
-2
/
+6
2024-03-11
migration: export migration_is_setup_or_active
Steve Sistare
1
-3
/
+2
2024-03-11
migration/ram: add additional check
Maksim Davydov
1
-0
/
+6
2024-03-05
Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...
Peter Maydell
1
-18
/
+333
2024-03-04
migration/multifd: Document two places for mapped-ram
Peter Xu
1
-1
/
+7
2024-03-01
migration/multifd: Support incoming mapped-ram stream format
Fabiano Rosas
1
-2
/
+24
2024-03-01
migration/multifd: Support outgoing mapped-ram stream format
Fabiano Rosas
1
-3
/
+14
2024-03-01
migration/multifd: Prepare multifd sync for mapped-ram migration
Fabiano Rosas
1
-7
/
+31
2024-03-01
migration/ram: Add incoming 'mapped-ram' migration
Fabiano Rosas
1
-2
/
+141
2024-03-01
migration/ram: Add outgoing 'mapped-ram' migration
Fabiano Rosas
1
-9
/
+122
2024-02-29
migration: Remove qemu_host_page_size
Richard Henderson
1
-4
/
+18
2024-02-28
migration: remove error from notifier data
Steve Sistare
1
-1
/
+0
2024-02-28
notify: pass error to notifier with return
Steve Sistare
1
-1
/
+1
2024-02-05
migration/multifd: Change retval of multifd_queue_page()
Peter Xu
1
-1
/
+1
2024-01-29
migration: Drop unnecessary check in ram's pending_exact()
Peter Xu
1
-5
/
+4
2024-01-16
migration/multifd: Remove QEMUFile from where it is not needed
Fabiano Rosas
1
-8
/
+7
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
1
-2
/
+2
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
1
-6
/
+6
2023-11-03
migration: Unlock mutex in error case
Juan Quintela
1
-52
/
+52
2023-11-02
migration: Change ram_dirty_bitmap_reload() retval to bool
Peter Xu
1
-12
/
+12
2023-11-02
migration: Allow network to fail even during recovery
Peter Xu
1
-1
/
+3
2023-11-02
migration: Refactor error handling in source return path
Peter Xu
1
-20
/
+21
2023-10-31
qemu-file: Make qemu_fflush() return errors
Juan Quintela
1
-15
/
+7
2023-10-31
migration: Remove transferred atomic counter
Juan Quintela
1
-1
/
+0
2023-10-31
migration: Use migration_transferred_bytes()
Juan Quintela
1
-3
/
+3
2023-10-31
migration: Stop migration immediately in RDMA error paths
Peter Xu
1
-11
/
+10
2023-10-30
migration/ram: Fix compilation with -Wshadow=local
Thomas Huth
1
-3
/
+5
2023-10-30
migration: Rename ram_compressed_pages() to compress_ram_pages()
Juan Quintela
1
-1
/
+1
2023-10-30
migration: Move ram_flush_compressed_data() to ram-compress.c
Juan Quintela
1
-13
/
+4
[next]