index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
block-dirty-bitmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Add Error** argument to add_bitmaps_to_list()
Cédric Le Goater
2024-04-23
1
-18
/
+16
*
migration: Add Error** argument to .save_setup() handler
Cédric Le Goater
2024-04-23
1
-1
/
+3
*
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
1
-5
/
+5
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-2
/
+2
*
block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
1
-0
/
+4
*
migration: hold the BQL during setup
Fiona Ebner
2023-10-17
1
-3
/
+0
*
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
2023-05-18
1
-1
/
+1
*
migration: Fix block_bitmap_mapping migration
Juan Quintela
2023-05-05
1
-9
/
+5
*
migration: Create migrate_block_bitmap_mapping() function
Juan Quintela
2023-04-27
1
-6
/
+8
*
migration: Create options.c
Juan Quintela
2023-04-24
1
-0
/
+1
*
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
2023-02-15
1
-3
/
+3
*
migration: Remove unused res_compatible
Juan Quintela
2023-02-15
1
-1
/
+0
*
migration: Remove unused threshold_size parameter
Juan Quintela
2023-02-06
1
-1
/
+0
*
migration: Split save_live_pending() into state_pending_*
Juan Quintela
2023-02-06
1
-7
/
+8
*
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
2023-02-06
1
-1
/
+1
*
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-20
1
-0
/
+1
*
qapi migration: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-2
/
+2
*
migration: block-dirty-bitmap: add missing qemu_mutex_lock_iothread
Emanuele Giuseppe Esposito
2021-10-05
1
-1
/
+4
*
migration/block-dirty-bitmap: make incoming disabled bitmaps busy
Vladimir Sementsov-Ogievskiy
2021-03-24
1
-0
/
+6
*
migration: dirty-bitmap: Allow control of bitmap persistence
Peter Krempa
2021-02-12
1
-3
/
+26
*
migration: dirty-bitmap: Use struct for alias map inner members
Peter Krempa
2021-02-12
1
-12
/
+21
*
migration/block-dirty-bitmap: fix uninitialized variable warning
Chen Qun
2020-10-26
1
-12
/
+9
*
migration/block-dirty-bitmap: fix larger granularity bitmaps
Stefan Reiter
2020-10-26
1
-2
/
+3
*
block: Use bdrv_filter_(bs|child) where obvious
Max Reitz
2020-09-07
1
-7
/
+1
*
migration: Add block-bitmap-mapping parameter
Max Reitz
2020-08-21
1
-54
/
+358
*
migration: Fix typos in bitmap migration comments
Eric Blake
2020-07-27
1
-2
/
+2
*
migration/block-dirty-bitmap: cancel migration on shutdown
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-0
/
+16
*
migration/block-dirty-bitmap: relax error handling in incoming part
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-37
/
+127
*
migration/block-dirty-bitmap: keep bitmap state for all bitmaps
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-21
/
+43
*
migration/block-dirty-bitmap: simplify dirty_bitmap_load_complete
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-21
/
+4
*
migration/block-dirty-bitmap: rename finish_lock to just lock
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-6
/
+6
*
migration/block-dirty-bitmap: refactor state global variables
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-80
/
+99
*
migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_init
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-5
/
+1
*
migration/block-dirty-bitmap: rename dirty_bitmap_mig_cleanup
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-4
/
+4
*
migration/block-dirty-bitmap: rename state structure types
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-33
/
+37
*
migration/block-dirty-bitmap: fix dirty_bitmap_mig_before_vm_start
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-1
/
+1
*
migration/block-dirty-bitmap: fix add_bitmaps_to_list
Vladimir Sementsov-Ogievskiy
2020-07-17
1
-1
/
+5
*
migration: forbid bitmap migration by generated node-name
Vladimir Sementsov-Ogievskiy
2020-05-28
1
-0
/
+7
*
migration: add_bitmaps_to_list: check disk name once
Vladimir Sementsov-Ogievskiy
2020-05-28
1
-6
/
+11
*
migration: fix bitmaps pre-blockdev migration with mirror job
Vladimir Sementsov-Ogievskiy
2020-05-28
1
-1
/
+44
*
migration: refactor init_dirty_bitmap_migration
Vladimir Sementsov-Ogievskiy
2020-05-28
1
-40
/
+49
*
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-3
/
+1
*
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-4
/
+3
*
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
2019-09-12
1
-1
/
+1
*
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
2019-08-16
1
-1
/
+1
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+1
*
migration/dirty-bitmaps: change bitmap enumeration method
John Snow
2019-05-28
1
-10
/
+4
*
bitmaps: Fix typo in function name
Eric Blake
2019-03-12
1
-2
/
+2
*
block/dirty-bitmaps: add block_dirty_bitmap_check function
John Snow
2019-03-12
1
-9
/
+4
*
block/dirty-bitmaps: unify qmp_locked and user_locked calls
John Snow
2019-03-12
1
-3
/
+3
[next]