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
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
1
-11
/
+11
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
1
-8
/
+8
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
1
-25
/
+9
2023-10-31
qemu-file: Remove _noflush from qemu_file_transferred_noflush()
Juan Quintela
1
-2
/
+2
2023-10-31
migration: Deprecate block migration
Juan Quintela
1
-0
/
+3
2023-10-17
migration: hold the BQL during setup
Fiona Ebner
1
-5
/
+0
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-10-02
Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
1
-2
/
+2
2023-09-29
migration: Use qemu_file_transferred_noflush() for block migration.
Juan Quintela
1
-2
/
+2
2023-09-29
migration: Clean up local variable shadowing
Markus Armbruster
1
-2
/
+2
2023-08-30
block-migration: Ensure we don't crash during migration cleanup
Fabiano Rosas
1
-2
/
+9
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
1
-2
/
+3
2023-05-15
qemu-file: Remove total from qemu_file_total_transferred_*()
Juan Quintela
1
-2
/
+2
2023-05-05
qemu-file: Make total_transferred an uint64_t
Juan Quintela
1
-3
/
+2
2023-05-05
migration: qemu_file_total_transferred() function is monotonic
Juan Quintela
1
-7
/
+1
2023-04-24
migration: Move migrate_use_block_incremental() to option.c
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Move migrate_use_block() to options.c
Juan Quintela
1
-1
/
+1
2023-04-24
migration: Create options.c
Juan Quintela
1
-0
/
+1
2023-04-11
migration/block: replace uses of blk_nb_sectors that do not check result
Paolo Bonzini
1
-3
/
+2
2023-02-15
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
1
-4
/
+3
2023-02-15
migration: Remove unused res_compatible
Juan Quintela
1
-1
/
+0
2023-02-15
migration/block: Convert remaining DPRINTF() debug macro to trace events
Philippe Mathieu-Daudé
1
-11
/
+1
2023-02-06
migration: Remove unused threshold_size parameter
Juan Quintela
1
-1
/
+1
2023-02-06
migration: Split save_live_pending() into state_pending_*
Juan Quintela
1
-6
/
+7
2023-02-06
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
1
-1
/
+1
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-11-21
migration: Block migration comment or code is wrong
Juan Quintela
1
-2
/
+2
2022-08-02
migration: Define BLK_MIG_BLOCK_SIZE as unsigned long long
Peter Maydell
1
-1
/
+1
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-3
/
+3
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
1
-2
/
+2
2022-06-22
migration: rename qemu_ftell to qemu_file_total_transferred
Daniel P. Berrangé
1
-5
/
+5
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
1
-1
/
+1
2020-10-26
migration: using trace_ to replace DPRINTF
Bihong Yu
1
-18
/
+18
2020-10-26
migration: Don't use '#' flag of printf format
Bihong Yu
1
-1
/
+1
2020-10-26
migration: Do not use C99 // comments
Bihong Yu
1
-1
/
+1
2020-02-28
migration/block: rename BLOCK_SIZE macro
Stefan Hajnoczi
1
-19
/
+20
2019-10-17
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2019-09-16
block: Remove unused masks
Nir Soffer
1
-1
/
+1
2019-09-12
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
1
-1
/
+1
2019-08-16
block/dirty-bitmap: add bdrv_dirty_bitmap_get
John Snow
1
-3
/
+2
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+2
2019-02-22
migration/block: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
1
-7
/
+3
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-2
/
+2
2018-03-23
migration/block: compare only read blocks against the rate limiter
Peter Lieven
1
-2
/
+1
2018-03-23
migration/block: limit the number of parallel I/O requests
Peter Lieven
1
-0
/
+2
2018-03-13
migration: introduce postcopy-only pending
Vladimir Sementsov-Ogievskiy
1
-3
/
+4
2018-03-09
migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERS
Peter Lieven
1
-4
/
+3
2018-03-09
migration/block: reset dirty bitmap before read in bulk phase
Peter Lieven
1
-3
/
+2
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
1
-2
/
+2
[next]