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
/
migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
machine: remove deprecated -machine enforce-config-section option
Paolo Bonzini
1
-10
/
+0
2020-10-09
error: Remove NULL checks on error_propagate() calls (again)
Markus Armbruster
1
-6
/
+2
2020-09-28
Revert "migration: Properly destroy variables on incoming side"
Dr. David Alan Gilbert
1
-5
/
+2
2020-09-25
migration/tls: save hostname into MigrationState
Chuan Zheng
1
-0
/
+1
2020-09-25
migration: increase max-bandwidth to 128 MiB/s (1 Gib/s)
Laurent Vivier
1
-1
/
+1
2020-09-25
migration: Rework migrate_send_rp_req_pages() function
Peter Xu
1
-8
/
+18
2020-09-25
migration: Properly destroy variables on incoming side
Peter Xu
1
-2
/
+5
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-4
/
+4
2020-08-28
migration: add vsock as data channel support
Longpeng(Mike)
1
-2
/
+4
2020-08-28
migration: unify the framework of socket-type channel
Longpeng(Mike)
1
-10
/
+8
2020-08-21
migration: Add block-bitmap-mapping parameter
Max Reitz
1
-0
/
+30
2020-07-27
migration/block-dirty-bitmap: cancel migration on shutdown
Vladimir Sementsov-Ogievskiy
1
-0
/
+13
2020-07-27
migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_init
Vladimir Sementsov-Ogievskiy
1
-2
/
+0
2020-07-13
migration/migration.c: Remove superfluous breaks
Liao Pingfang
1
-2
/
+0
2020-07-13
migration: fix memory leak in qmp_migrate_set_parameters
Zheng Chuan
1
-2
/
+2
2020-07-10
cpu-throttle: new module, extracted from cpus.c
Claudio Fontana
1
-0
/
+1
2020-07-02
migration/colo: Use ram_block_discard_disable()
David Hildenbrand
1
-1
/
+7
2020-07-02
virtio-balloon: Rip out qemu_balloon_inhibit()
David Hildenbrand
1
-0
/
+7
2020-06-15
qdev: qdev_create(), qdev_try_create() are now unused, drop
Markus Armbruster
1
-1
/
+1
2020-06-01
migration/migration.c: Fix hang in ram_save_host_page
Lukas Straub
1
-0
/
+4
2020-05-07
migration/xbzrle: add encoding rate
Wei Wang
1
-0
/
+1
2020-05-07
migration/throttle: Add cpu-throttle-tailslow migration parameter
Keqian Zhu
1
-0
/
+13
2020-05-07
migration: move the units of migrate parameters from milliseconds to ms
Mao Zhongyi
1
-1
/
+1
2020-05-07
migration/migration: improve error reporting for migrate parameters
Mao Zhongyi
1
-8
/
+12
2020-05-07
migration: fix bad indentation in error_report()
Mao Zhongyi
1
-5
/
+5
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
1
-2
/
+1
2020-04-02
migration: fix cleanup_bh leak on resume
Marc-André Lureau
1
-1
/
+6
2020-03-25
migration: use "" instead of (null) for tls-authz
Mao Zhongyi
1
-1
/
+2
2020-03-25
xbzrle: update xbzrle doc
Mao Zhongyi
1
-1
/
+1
2020-03-13
migration: recognize COLO as part of activating process
zhanghailiang
1
-0
/
+1
2020-03-13
migration/throttle: Add throttle-trig-thres migration parameter
Keqian Zhu
1
-0
/
+24
2020-02-28
savevm: Don't call colo_init_ram_cache twice
zhanghailiang
1
-5
/
+0
2020-02-28
migration: fix COLO broken caused by a previous commit
zhanghailiang
1
-1
/
+0
2020-02-28
multifd: Add multifd-zstd-level parameter
Juan Quintela
1
-0
/
+24
2020-02-28
multifd: Add multifd-zlib-level parameter
Juan Quintela
1
-0
/
+24
2020-02-28
multifd: Make no compression operations into its own structure
Juan Quintela
1
-0
/
+9
2020-02-28
multifd: Add multifd-compression parameter
Juan Quintela
1
-0
/
+13
2020-02-13
migration: Optimization about wait-unplug migration state
Keqian Zhu
1
-1
/
+1
2020-02-13
migration: Maybe VM is paused when migration is cancelled
Zhimin Feng
1
-8
/
+16
2020-01-29
multifd: Split multifd code into its own file
Juan Quintela
1
-0
/
+1
2020-01-29
multifd: Make multifd_load_setup() get an Error parameter
Juan Quintela
1
-6
/
+29
2020-01-29
multifd: Make multifd_save_setup() get an Error parameter
Juan Quintela
1
-1
/
+3
2020-01-29
migration: Create migration_is_running()
Juan Quintela
1
-5
/
+24
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-20
migration/postcopy: enable compress during postcopy
Wei Yang
1
-11
/
+0
2020-01-20
migration: Fix the re-run check of the migrate-incoming command
Yury Kotov
1
-0
/
+1
2020-01-20
migration: Fix incorrect integer->float conversion caught by clang
Fangrui Song
1
-2
/
+1
2020-01-20
migration: Rate limit inside host pages
Dr. David Alan Gilbert
1
-25
/
+32
2019-10-29
migration: add new migration state wait-unplug
Jens Freimann
1
-0
/
+21
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
1
-1
/
+1
[next]