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
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-03-07
slirp: use libslirp migration code
Marc-André Lureau
1
-1
/
+0
2019-03-06
Migration/colo.c: Make COLO node running after failover
Zhang Chen
2
-1
/
+3
2019-03-06
Migration/colo.c: Fix double close bug when occur COLO failover
Zhang Chen
1
-0
/
+1
2019-03-06
migration/ram.c: add the free page optimization enable flag
Wei Wang
1
-1
/
+17
2019-03-06
migration/ram.c: add a notifier chain for precopy
Wei Wang
2
-3
/
+63
2019-03-06
migration: API to clear bits of guest free pages from the dirty bitmap
Wei Wang
1
-0
/
+47
2019-03-06
migration: use bitmap_mutex in migration_bitmap_clear_dirty
Wei Wang
1
-1
/
+4
2019-03-06
migration: Create socket-address parameter
Juan Quintela
3
-0
/
+39
2019-03-06
migration: Add capabilities validation
Yury Kotov
1
-0
/
+137
2019-03-06
migration: Add an ability to ignore shared RAM blocks
Yury Kotov
4
-34
/
+94
2019-03-06
migration: Introduce ignore-shared capability
Yury Kotov
2
-0
/
+15
2019-03-06
exec: Change RAMBlockIterFunc definition
Yury Kotov
2
-17
/
+26
2019-03-06
migration/rdma: clang compilation fix
Marcel Apfelbaum
1
-1
/
+4
2019-03-06
migration: Cleanup during exit
Dr. David Alan Gilbert
1
-1
/
+9
2019-03-06
migration/rdma: Fix qemu_rdma_cleanup null check
Dr. David Alan Gilbert
1
-1
/
+3
2019-03-06
migration: Fix cancel state
Dr. David Alan Gilbert
1
-2
/
+9
2019-03-05
migration: Switch to using announce timer
Dr. David Alan Gilbert
4
-71
/
+8
2019-03-05
migration: Add announce parameters
Dr. David Alan Gilbert
1
-0
/
+100
2019-03-05
net: Introduce announce timer
Dr. David Alan Gilbert
1
-0
/
+1
2019-02-22
migration/block: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
1
-7
/
+3
2019-01-23
migration: introduce pages-per-second
Xiao Guangrong
3
-2
/
+25
2019-01-23
vmstate: constify SaveVMHandlers
Marc-André Lureau
1
-2
/
+2
2019-01-23
migration/rdma: unregister fd handler
Dr. David Alan Gilbert
1
-0
/
+1
2019-01-23
migration: unify error handling for process_incoming_migration_co
Fei Li
1
-13
/
+13
2019-01-23
migration: add more error handling for postcopy_ram_enable_notify
Fei Li
2
-0
/
+2
2019-01-23
migration: multifd_save_cleanup() can't fail, simplify
Fei Li
3
-12
/
+6
2019-01-23
migration: fix the multifd code when receiving less channels
Fei Li
5
-12
/
+29
2019-01-21
migration: Add post_save function to VMStateDescription
Aaron Lindsay
1
-1
/
+12
2019-01-17
migration: Use strnlen() for fixed-size string
Philippe Mathieu-Daudé
1
-1
/
+13
2019-01-17
migration: Fix stringop-truncation warning
Marc-André Lureau
1
-0
/
+1
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
3
-4
/
+4
2018-12-18
qmp hmp: Make system_wakeup check wake-up support and run state
Daniel Henrique Barboza
1
-2
/
+2
2018-12-14
qapi: add conditions to REPLICATION type/commands on the schema
Marc-André Lureau
1
-12
/
+4
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
3
-70
/
+87
2018-11-27
migration: savevm: consult migration blockers
Paolo Bonzini
1
-0
/
+4
2018-11-21
migration/migration.c: Add COLO dependency checks
Zhang Chen
1
-0
/
+9
2018-11-21
migration/colo.c: Fix compilation issue when disable replication
Zhang Chen
1
-1
/
+27
2018-10-31
migration: avoid segmentfault when take a snapshot of a VM which being migrated
Jia Lina
3
-9
/
+14
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-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
2
-10
/
+10
2018-10-19
migration: Fix !replay_can_snapshot() error handling
Markus Armbruster
1
-4
/
+4
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
1
-6
/
+6
2018-10-19
COLO: quick failover process by kick COLO thread
zhanghailiang
1
-0
/
+8
2018-10-19
COLO: notify net filters about checkpoint/failover event
zhanghailiang
1
-0
/
+15
2018-10-19
COLO: flush host dirty ram from cache
zhanghailiang
1
-0
/
+9
2018-10-19
savevm: split the process of different stages for loadvm/savevm
Zhang Chen
3
-16
/
+65
2018-10-19
qapi: Add new command to query colo status
Zhang Chen
1
-0
/
+21
[next]