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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-18
Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...
Richard Henderson
17
-136
/
+195
2023-05-18
migration: Fix duplicated included in meson.build
Juan Quintela
1
-1
/
+0
2023-05-18
migration/multifd: Compute transferred bytes correctly
Juan Quintela
1
-5
/
+8
2023-05-18
migration: We don't need the field rate_limit_used anymore
Juan Quintela
4
-25
/
+0
2023-05-18
migration: Use migration_transferred_bytes() to calculate rate_limit
Juan Quintela
3
-4
/
+13
2023-05-18
migration: Add a trace for migration_transferred_bytes
Juan Quintela
2
-1
/
+9
2023-05-18
migration: Move migration_total_bytes() to migration-stats.c
Juan Quintela
3
-10
/
+19
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
13
-86
/
+110
2023-05-18
qemu-file: Account for rate_limit usage on qemu_fflush()
Juan Quintela
1
-4
/
+3
2023-05-18
migration: Don't use INT64_MAX for unlimited rate
Juan Quintela
3
-3
/
+13
2023-05-18
migration: process_incoming_migration_co(): move colo part to colo
Vladimir Sementsov-Ogievskiy
2
-27
/
+40
2023-05-18
migration: split migration_incoming_co
Vladimir Sementsov-Ogievskiy
4
-8
/
+18
2023-05-18
migration: Add last stage indicator to global dirty log
Gavin Shan
2
-12
/
+12
2023-05-16
sysemu/kvm: Remove unused headers
Philippe Mathieu-Daudé
1
-0
/
+1
2023-05-15
qemu-file: Remove total from qemu_file_total_transferred_*()
Juan Quintela
6
-16
/
+15
2023-05-15
qemu-file: Make rate_limit_used an uint64_t
Juan Quintela
2
-3
/
+3
2023-05-15
qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
Juan Quintela
2
-5
/
+5
2023-05-15
migration: We set the rate_limit by a second
Juan Quintela
3
-7
/
+10
2023-05-15
migration: A rate limit value of 0 is valid
Juan Quintela
1
-6
/
+1
2023-05-15
migration: Make dirtyrate.c target independent
Juan Quintela
2
-4
/
+2
2023-05-15
migration: Teach dirtyrate about qemu_target_page_bits()
Juan Quintela
1
-2
/
+2
2023-05-15
migration: Teach dirtyrate about qemu_target_page_size()
Juan Quintela
1
-3
/
+5
2023-05-15
Use new created qemu_target_pages_to_MiB()
Juan Quintela
1
-6
/
+5
2023-05-15
migration/calc-dirty-rate: replaced CRC32 with xxHash
Andrei Gudkov
2
-11
/
+38
2023-05-11
cpu: expose qemu_cpu_list_lock for lock-guard use
Jamie Iles
1
-13
/
+13
2023-05-10
migration: block incoming colo when capability is disabled
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2023-05-10
migration: disallow change capabilities in COLO state
Vladimir Sementsov-Ogievskiy
2
-5
/
+2
2023-05-10
migration: process_incoming_migration_co: simplify code flow around ret
Vladimir Sementsov-Ogievskiy
1
-5
/
+6
2023-05-10
migration: drop colo_incoming_thread from MigrationIncomingState
Vladimir Sementsov-Ogievskiy
2
-5
/
+4
2023-05-10
build: move COLO under CONFIG_REPLICATION
Vladimir Sementsov-Ogievskiy
4
-30
/
+12
2023-05-10
colo: make colo_checkpoint_notify static and provide simpler API
Vladimir Sementsov-Ogievskiy
2
-14
/
+19
2023-05-10
multifd: Add the ramblock to MultiFDRecvParams
Lukas Straub
2
-6
/
+7
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
2
-3
/
+15
2023-05-10
migration: Attempt disk reactivation in more failure scenarios
Eric Blake
1
-10
/
+14
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
[next]