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-dirty-bitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-27
migration: Create migrate_block_bitmap_mapping() function
Juan Quintela
1
-6
/
+8
2023-04-24
migration: Create options.c
Juan Quintela
1
-0
/
+1
2023-02-15
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
1
-3
/
+3
2023-02-15
migration: Remove unused res_compatible
Juan Quintela
1
-1
/
+0
2023-02-06
migration: Remove unused threshold_size parameter
Juan Quintela
1
-1
/
+0
2023-02-06
migration: Split save_live_pending() into state_pending_*
Juan Quintela
1
-7
/
+8
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-12-14
qapi migration: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+2
2021-10-05
migration: block-dirty-bitmap: add missing qemu_mutex_lock_iothread
Emanuele Giuseppe Esposito
1
-1
/
+4
2021-03-24
migration/block-dirty-bitmap: make incoming disabled bitmaps busy
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2021-02-12
migration: dirty-bitmap: Allow control of bitmap persistence
Peter Krempa
1
-3
/
+26
2021-02-12
migration: dirty-bitmap: Use struct for alias map inner members
Peter Krempa
1
-12
/
+21
2020-10-26
migration/block-dirty-bitmap: fix uninitialized variable warning
Chen Qun
1
-12
/
+9
2020-10-26
migration/block-dirty-bitmap: fix larger granularity bitmaps
Stefan Reiter
1
-2
/
+3
2020-09-07
block: Use bdrv_filter_(bs|child) where obvious
Max Reitz
1
-7
/
+1
2020-08-21
migration: Add block-bitmap-mapping parameter
Max Reitz
1
-54
/
+358
2020-07-27
migration: Fix typos in bitmap migration comments
Eric Blake
1
-2
/
+2
2020-07-27
migration/block-dirty-bitmap: cancel migration on shutdown
Vladimir Sementsov-Ogievskiy
1
-0
/
+16
2020-07-27
migration/block-dirty-bitmap: relax error handling in incoming part
Vladimir Sementsov-Ogievskiy
1
-37
/
+127
2020-07-27
migration/block-dirty-bitmap: keep bitmap state for all bitmaps
Vladimir Sementsov-Ogievskiy
1
-21
/
+43
2020-07-27
migration/block-dirty-bitmap: simplify dirty_bitmap_load_complete
Vladimir Sementsov-Ogievskiy
1
-21
/
+4
2020-07-27
migration/block-dirty-bitmap: rename finish_lock to just lock
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2020-07-27
migration/block-dirty-bitmap: refactor state global variables
Vladimir Sementsov-Ogievskiy
1
-80
/
+99
2020-07-27
migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_init
Vladimir Sementsov-Ogievskiy
1
-5
/
+1
2020-07-27
migration/block-dirty-bitmap: rename dirty_bitmap_mig_cleanup
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2020-07-27
migration/block-dirty-bitmap: rename state structure types
Vladimir Sementsov-Ogievskiy
1
-33
/
+37
2020-07-27
migration/block-dirty-bitmap: fix dirty_bitmap_mig_before_vm_start
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-07-17
migration/block-dirty-bitmap: fix add_bitmaps_to_list
Vladimir Sementsov-Ogievskiy
1
-1
/
+5
2020-05-28
migration: forbid bitmap migration by generated node-name
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
2020-05-28
migration: add_bitmaps_to_list: check disk name once
Vladimir Sementsov-Ogievskiy
1
-6
/
+11
2020-05-28
migration: fix bitmaps pre-blockdev migration with mirror job
Vladimir Sementsov-Ogievskiy
1
-1
/
+44
2020-05-28
migration: refactor init_dirty_bitmap_migration
Vladimir Sementsov-Ogievskiy
1
-40
/
+49
2019-10-17
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
1
-3
/
+1
2019-10-17
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
2019-09-12
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
1
-1
/
+1
2019-08-16
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-05-28
migration/dirty-bitmaps: change bitmap enumeration method
John Snow
1
-10
/
+4
2019-03-12
bitmaps: Fix typo in function name
Eric Blake
1
-2
/
+2
2019-03-12
block/dirty-bitmaps: add block_dirty_bitmap_check function
John Snow
1
-9
/
+4
2019-03-12
block/dirty-bitmaps: unify qmp_locked and user_locked calls
John Snow
1
-3
/
+3
2019-03-12
block/dirty-bitmaps: rename frozen predicate helper
John Snow
1
-1
/
+1
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2018-10-29
dirty-bitmaps: clean-up bitmaps loading and migration logic
Vladimir Sementsov-Ogievskiy
1
-2
/
+8
2018-10-29
block/dirty-bitmaps: add user_locked status checker
John Snow
1
-8
/
+2
2018-07-04
dirty-bitmap: fix double lock on bitmap enabling
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2018-06-15
migration/block-dirty-bitmap: fix dirty_bitmap_load
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2018-06-01
migration: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-05-04
migration/block-dirty-bitmap: fix memory leak in dirty_bitmap_load_bits
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
[next]