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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2023-04-27
migration: Make dirty_bytes_last_sync atomic
Juan Quintela
1
-1
/
+1
2023-04-27
migration: Make dirty_pages_rate atomic
Juan Quintela
1
-2
/
+3
2023-04-27
multifd: Only flush once each full round of memory
Juan Quintela
1
-1
/
+27
2023-04-27
multifd: Protect multifd_send_sync_main() calls
Juan Quintela
1
-5
/
+11
2023-04-24
migration: Create migrate_cpu_throttle_tailslow() function
Juan Quintela
1
-2
/
+1
2023-04-24
migration: Create migrate_cpu_throttle_increment() function
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Create migrate_cpu_throttle_initial() to option.c
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Create migrate_max_cpu_throttle()
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Create migrate_throttle_trigger_threshold()
Juan Quintela
1
-2
/
+1
2023-04-24
migration: Move migrate_use_xbzrle() to options.c
Juan Quintela
1
-5
/
+5
2023-04-24
migration: Move migrate_use_multifd() to options.c
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Move migrate_use_events() to options.c
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Move migrate_use_compression() to options.c
Juan Quintela
1
-8
/
+8
2023-04-24
migration: Create options.c
Juan Quintela
1
-0
/
+1
2023-04-24
migration: Rename normal to normal_pages
Juan Quintela
1
-5
/
+5
2023-04-24
migration: Rename duplicate to zero_pages
Juan Quintela
1
-5
/
+5
2023-04-24
migration: Make postcopy_requests atomic
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Make dirty_sync_count atomic
Juan Quintela
1
-6
/
+7
2023-04-24
migration: Make downtime_bytes atomic
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Make precopy_bytes atomic
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Make dirty_sync_missed_zero_copy atomic
Juan Quintela
1
-5
/
+0
2023-04-24
migration: Merge ram_counters and ram_atomic_counters
Juan Quintela
1
-23
/
+16
2023-04-24
migration: remove extra whitespace character for code style
李皆俊
1
-1
/
+1
2023-04-12
migration: fix ram_state_pending_exact()
Juan Quintela
1
-1
/
+2
2023-04-12
migration/ram.c: Fix migration with compress enabled
Lukas Straub
1
-13
/
+11
2023-02-15
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
1
-10
/
+8
2023-02-15
migration: Remove unused res_compatible
Juan Quintela
1
-2
/
+0
2023-02-15
migration: In case of postcopy, the memory ends in res_postcopy_only
Juan Quintela
1
-1
/
+1
2023-02-13
ram: Document migration ram flags
Juan Quintela
1
-6
/
+10
2023-02-11
AVX512 support for xbzrle_encode_buffer
ling xu
1
-3
/
+31
2023-02-11
migration: Make ram_save_target_page() a pointer
Juan Quintela
1
-4
/
+15
2023-02-11
migration: Calculate ram size once
Juan Quintela
1
-2
/
+5
2023-02-11
migration: Split ram_bytes_total_common() in two functions
Juan Quintela
1
-11
/
+14
2023-02-11
migration: Make find_dirty_block() return a single parameter
Juan Quintela
1
-15
/
+22
2023-02-11
migration: Simplify ram_find_and_save_block()
Juan Quintela
1
-11
/
+9
2023-02-06
migration/ram: Factor out check for advised postcopy
David Hildenbrand
1
-7
/
+1
2023-02-06
migration/ram: Optimize ram_write_tracking_start() for RamDiscardManager
David Hildenbrand
1
-2
/
+34
2023-02-06
migration/ram: Rely on used_length for uffd_change_protection()
David Hildenbrand
1
-1
/
+1
2023-02-06
migration/ram: Don't explicitly unprotect when unregistering uffd-wp
David Hildenbrand
1
-9
/
+0
2023-02-06
migration/ram: Fix error handling in ram_write_tracking_start()
David Hildenbrand
1
-2
/
+3
2023-02-06
migration/ram: Fix populate_read_range()
David Hildenbrand
1
-1
/
+3
2023-02-06
migration: Remove unused threshold_size parameter
Juan Quintela
1
-2
/
+2
2023-02-06
migration: Split save_live_pending() into state_pending_*
Juan Quintela
1
-9
/
+26
2023-02-06
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
1
-1
/
+1
2023-02-06
migration: Fix migration crash when target psize larger than host
Peter Xu
1
-2
/
+19
2022-12-15
migration: Drop rs->f
Peter Xu
1
-8
/
+4
2022-12-15
migration: Remove old preempt code around state maintainance
Peter Xu
1
-288
/
+3
2022-12-15
migration: Send requested page directly in rp-return thread
Peter Xu
1
-0
/
+112
2022-12-15
migration: Move last_sent_block into PageSearchStatus
Peter Xu
1
-30
/
+41
2022-12-15
migration: Make PageSearchStatus part of RAMState
Peter Xu
1
-51
/
+61
[next]