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-05-23
migration/xbzrle: Use i386 host/cpuinfo.h
Richard Henderson
1
-31
/
+3
2023-05-18
Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...
Richard Henderson
1
-1
/
+1
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
1
-1
/
+1
2023-05-18
migration: Add last stage indicator to global dirty log
Gavin Shan
1
-10
/
+10
2023-05-10
ram: Let colo_flush_ram_cache take the bitmap_mutex
Lukas Straub
1
-0
/
+2
2023-05-10
ram: Add public helper to set colo bitmap
Lukas Straub
1
-3
/
+14
2023-05-08
migration: Initialize and cleanup decompression in migration.c
Lukas Straub
1
-5
/
+0
2023-05-08
ram compress: Assert that the file buffer matches the result
Lukas Straub
1
-0
/
+2
2023-05-08
ram.c: Move core decompression code into its own file
Lukas Straub
1
-204
/
+0
2023-05-08
ram.c: Move core compression code into its own file
Lukas Straub
1
-261
/
+1
2023-05-08
ram.c: Remove last ram.c dependency from the core compress code
Lukas Straub
1
-10
/
+17
2023-05-08
ram.c: Call update_compress_thread_counts from compress_send_queued_data
Lukas Straub
1
-12
/
+6
2023-05-08
ram.c: Do not call save_page_header() from compress threads
Lukas Straub
1
-9
/
+35
2023-05-08
ram.c: Reset result after sending queued data
Lukas Straub
1
-10
/
+22
2023-05-08
ram.c: Dont change param->block in the compress thread
Lukas Straub
1
-2
/
+4
2023-05-08
ram.c: Let the compress threads return a CompressResult enum
Lukas Straub
1
-12
/
+22
2023-05-05
migration: Make RAM_SAVE_FLAG_HOOK a normal case entry
Juan Quintela
1
-7
/
+5
2023-05-05
migration: Rename xbzrle_enabled xbzrle_started
Juan Quintela
1
-7
/
+7
2023-05-03
migration/rdma: Unfold last user of acct_update_position()
Juan Quintela
1
-9
/
+0
2023-05-03
migration/rdma: Split the zero page case from acct_update_position
Juan Quintela
1
-8
/
+4
2023-05-03
migration: Rename ram_counters to mig_stats
Juan Quintela
1
-24
/
+24
2023-05-03
migration: Move ram_stats to its own file migration-stats.[ch]
Juan Quintela
1
-2
/
+1
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
[next]