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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-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
2020-11-02
migration: Postpone the kick of the fault thread after recover
Peter Xu
1
-3
/
+8
2020-11-02
migration: Unify reset of last_rb on destination node when recover
Peter Xu
2
-2
/
+6
2020-11-01
qapi: Add VFIO devices migration stats in Migration stats
Kirti Wankhede
1
-0
/
+17
2020-10-27
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...
Peter Maydell
11
-89
/
+208
2020-10-26
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...
Peter Maydell
1
-14
/
+12
2020-10-26
migration/postcopy: Release fd before going into 'postcopy-pause'
Peter Xu
1
-3
/
+3
2020-10-26
migration: Sync requested pages after postcopy recovery
Peter Xu
2
-0
/
+58
2020-10-26
migration: Maintain postcopy faulted addresses
Peter Xu
4
-5
/
+74
2020-10-26
migration: Introduce migrate_send_rp_message_req_pages()
Peter Xu
2
-2
/
+10
2020-10-26
migration: Pass incoming state into qemu_ufd_copy_ioctl()
Peter Xu
1
-3
/
+5
2020-10-26
migration: using trace_ to replace DPRINTF
Bihong Yu
3
-28
/
+34
2020-10-26
migration: Delete redundant spaces
Bihong Yu
1
-1
/
+1
2020-10-26
migration: Open brace '{' following function declarations go on the next line
Bihong Yu
1
-1
/
+2
2020-10-26
migration: Do not initialise statics and globals to 0 or NULL
Bihong Yu
2
-2
/
+2
2020-10-26
migration: Add braces {} for if statement
Bihong Yu
1
-2
/
+4
2020-10-26
migration: Open brace '{' following struct go on the same line
Bihong Yu
1
-2
/
+1
2020-10-26
migration: Add spaces around operator
Bihong Yu
5
-10
/
+10
2020-10-26
migration: Don't use '#' flag of printf format
Bihong Yu
2
-3
/
+3
2020-10-26
migration: Do not use C99 // comments
Bihong Yu
2
-2
/
+2
2020-10-26
migration: Drop unused VMSTATE_FLOAT64 support
Peter Maydell
1
-26
/
+0
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-10-26
machine: remove deprecated -machine enforce-config-section option
Paolo Bonzini
1
-10
/
+0
2020-10-21
qapi: Restrict Xen migration commands to migration.json
Philippe Mathieu-Daudé
1
-1
/
+0
2020-10-13
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+2
2020-10-13
mingw: fix error __USE_MINGW_ANSI_STDIO redefined
Marc-André Lureau
1
-1
/
+2
2020-10-12
migration: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
1
-7
/
+1
[next]