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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-08
migration: Initialize and cleanup decompression in migration.c
Lukas Straub
2
-5
/
+9
2023-05-08
ram-compress.c: Make target independent
Lukas Straub
2
-8
/
+12
2023-05-08
ram compress: Assert that the file buffer matches the result
Lukas Straub
4
-0
/
+19
2023-05-08
ram.c: Move core decompression code into its own file
Lukas Straub
3
-204
/
+208
2023-05-08
ram.c: Move core compression code into its own file
Lukas Straub
4
-262
/
+344
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
qemu-file: Make ram_control_save_page() use accessors for rate_limit
Juan Quintela
1
-1
/
+1
2023-05-05
qemu-file: Make total_transferred an uint64_t
Juan Quintela
5
-14
/
+11
2023-05-05
qemu-file: remove shutdown member
Juan Quintela
1
-7
/
+3
2023-05-05
qemu-file: No need to check for shutdown in qemu_file_rate_limit
Juan Quintela
1
-3
/
+0
2023-05-05
migration: qemu_file_total_transferred() function is monotonic
Juan Quintela
1
-7
/
+1
2023-05-05
migration: max_postcopy_bandwidth is a size parameter
Juan Quintela
3
-4
/
+4
2023-05-05
migration/rdma: Check for postcopy sooner
Juan Quintela
1
-12
/
+12
2023-05-05
migration/rdma: It makes no sense to recive that flag without RDMA
Juan Quintela
1
-8
/
+0
2023-05-05
migration/rdma: We can calculate the rioc from the QEMUFile
Juan Quintela
1
-3
/
+3
2023-05-05
migration/rdma: simplify ram_control_load_hook()
Juan Quintela
1
-4
/
+2
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-05
migration: Put zero_pages in alphabetical order
Juan Quintela
1
-4
/
+4
2023-05-05
migration: Document all migration_stats
Juan Quintela
1
-0
/
+43
2023-05-05
migration/rdma: Don't pass the QIOChannelRDMA as an opaque
Juan Quintela
1
-3
/
+3
2023-05-05
migration: Fix block_bitmap_mapping migration
Juan Quintela
3
-9
/
+14
2023-05-03
migration: Drop unused parameter for migration_tls_client_create()
Juan Quintela
4
-7
/
+5
2023-05-03
migration: Drop unused parameter for migration_tls_get_creds()
Juan Quintela
1
-7
/
+3
2023-05-03
migration/rdma: Unfold last user of acct_update_position()
Juan Quintela
3
-11
/
+3
2023-05-03
migration/rdma: Split the zero page case from acct_update_position
Juan Quintela
3
-11
/
+10
2023-05-03
migration: Rename RAMStats to MigrationAtomicStats
Juan Quintela
2
-3
/
+3
2023-05-03
migration: Rename ram_counters to mig_stats
Juan Quintela
6
-46
/
+46
2023-05-03
migration: Move ram_stats to its own file migration-stats.[ch]
Juan Quintela
8
-25
/
+63
2023-05-03
multifd: We already account for this packet on the multifd thread
Juan Quintela
1
-3
/
+0
2023-05-02
migration/xbzrle: Use __attribute__((target)) for avx512
Richard Henderson
1
-5
/
+4
2023-04-27
migration: Make dirty_bytes_last_sync atomic
Juan Quintela
3
-3
/
+4
2023-04-27
migration: Make dirty_pages_rate atomic
Juan Quintela
3
-5
/
+8
2023-04-27
multifd: Only flush once each full round of memory
Juan Quintela
3
-9
/
+30
2023-04-27
multifd: Protect multifd_send_sync_main() calls
Juan Quintela
1
-5
/
+11
2023-04-27
multifd: Create property multifd-flush-after-each-section
Juan Quintela
3
-0
/
+26
2023-04-27
migration: Move migration_properties to options.c
Juan Quintela
3
-157
/
+162
2023-04-27
migration: Create migrate_block_bitmap_mapping() function
Juan Quintela
3
-6
/
+16
2023-04-27
migration: Create migrate_tls_hostname() function
Juan Quintela
3
-2
/
+11
2023-04-27
migration: Create migrate_tls_authz() function
Juan Quintela
3
-4
/
+9
2023-04-27
migration: Create migrate_tls_creds() function
Juan Quintela
3
-5
/
+12
2023-04-27
migration: Remove MigrationState from block_cleanup_parameters()
Juan Quintela
3
-4
/
+6
2023-04-27
migration: Move block_cleanup_parameters() to options.c
Juan Quintela
3
-10
/
+11
2023-04-27
migration: Move migrate_set_block_incremental() to options.c
Juan Quintela
3
-7
/
+15
2023-04-27
migration: Create migrate_downtime_limit() function
Juan Quintela
3
-2
/
+10
[next]