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
2021-03-24
migration/block-dirty-bitmap: make incoming disabled bitmaps busy
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2021-03-18
migrate: remove QMP/HMP commands for speed, downtime and cache size
Daniel P. Berrangé
2
-46
/
+1
2021-03-15
migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD
Mahmoud Mandour
2
-8
/
+4
2021-03-15
migration/tls: add error handling in multifd_tls_handshake_thread
Hao Wang
1
-1
/
+10
2021-03-15
migration/tls: fix inverted semantics in multifd_channel_connect
Hao Wang
1
-5
/
+5
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
2021-02-08
migration: only check page size match if RAM postcopy is enabled
Stefan Reiter
1
-1
/
+1
2021-02-08
migration: introduce snapshot-{save, load, delete} QMP commands
Daniel P. Berrangé
1
-0
/
+184
2021-02-08
migration: introduce a delete_snapshot wrapper
Daniel P. Berrangé
1
-0
/
+14
2021-02-08
migration: wire up support for snapshot device selection
Daniel P. Berrangé
1
-12
/
+18
2021-02-08
migration: control whether snapshots are ovewritten
Daniel P. Berrangé
1
-3
/
+16
2021-02-08
block: rename and alter bdrv_all_find_snapshot semantics
Daniel P. Berrangé
1
-1
/
+6
2021-02-08
block: allow specifying name of block device for vmstate storage
Daniel P. Berrangé
1
-2
/
+2
2021-02-08
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
1
-9
/
+9
2021-02-08
migration: stop returning errno from load_snapshot()
Daniel P. Berrangé
1
-10
/
+9
2021-02-08
migration: Make save_snapshot() return bool, not 0/-1
Philippe Mathieu-Daudé
1
-8
/
+8
2021-02-08
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
1
-28
/
+11
2021-02-08
migration: Add blocker information
Dr. David Alan Gilbert
3
-2
/
+37
2021-02-08
migration: Fix a few absurdly defective error messages
Markus Armbruster
1
-12
/
+11
2021-02-08
migration: Fix cache_init()'s "Failed to allocate" error messages
Markus Armbruster
1
-4
/
+2
2021-02-08
migration: Clean up signed vs. unsigned XBZRLE cache-size
Markus Armbruster
6
-7
/
+7
2021-02-08
migration: implementation of background snapshot thread
Andrey Gruzdev
4
-3
/
+258
2021-02-08
migration: support UFFD write fault processing in ram_save_iterate()
Andrey Gruzdev
3
-29
/
+299
2021-02-08
migration: introduce 'background-snapshot' migration capability
Andrey Gruzdev
4
-0
/
+128
2021-02-08
migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()
Wainer dos Santos Moschetta
1
-1
/
+1
2021-02-08
savevm: Fix memory leak of vmstate_configuration
Jinhao Gao
1
-4
/
+27
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
1
-14
/
+6
2021-01-13
migration: Add yank feature
Lukas Straub
5
-0
/
+57
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
2021-01-06
zstd: convert to meson
Paolo Bonzini
1
-1
/
+1
2021-01-01
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
1
-0
/
+1
2021-01-01
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
8
-236
/
+87
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
6
-213
/
+74
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2
-10
/
+4
2020-12-19
migration: Refactor migrate_cap_add
Eric Blake
1
-13
/
+9
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-12-18
migration: Don't allow migration if vm is in POSTMIGRATE
Tuguoyi
1
-0
/
+6
2020-12-18
savevm: Delete snapshots just created in case of error
Tuguoyi
1
-0
/
+1
2020-12-18
savevm: Remove dead code in save_snapshot()
Tuguoyi
1
-8
/
+2
2020-12-10
migration, vl: start migration via qmp_migrate_incoming
Paolo Bonzini
1
-25
/
+8
2020-12-10
vl: move various initialization routines out of qemu_init
Paolo Bonzini
1
-0
/
+4
2020-11-15
migration: Fix Lesser GPL version number
Chetan Pant
2
-2
/
+2
2020-11-12
migration: handle CANCELLING state in migration_completion()
Longpeng(Mike)
1
-0
/
+2
2020-11-12
multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...
Chuan Zheng
1
-0
/
+1
2020-11-12
migration/dirtyrate: simplify includes in dirtyrate.c
Chuan Zheng
1
-5
/
+0
2020-11-12
migration: fix uninitialized variable warning in migrate_send_rp_req_pages()
Chen Qun
1
-1
/
+1
2020-11-12
migration/multifd: fix hangup with TLS-Multifd due to blocking handshake
Chuan Zheng
1
-6
/
+17
2020-11-12
migration/ram: Fix hexadecimal format string specifier
Philippe Mathieu-Daudé
1
-1
/
+1
2020-11-11
Reduce the time of checkpoint for COLO
Rao, Lei
1
-1
/
+13
[next]