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
/
migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
migration: use "" as the default for tls-creds/hostname
Daniel P. Berrange
1
-0
/
+4
2017-02-28
postcopy: Record largest page size
Dr. David Alan Gilbert
1
-0
/
+1
2017-02-28
migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable
Ashijeet Acharya
1
-0
/
+15
2017-02-28
Changing error message of QMP 'migrate_set_downtime' to seconds
Daniel Henrique Barboza
1
-4
/
+16
2017-02-13
COLO: fix setting checkpoint-delay not working properly
zhanghailiang
1
-0
/
+3
2017-02-13
migration: discard non-dirty ram pages after the start of postcopy
Pavel Butsykin
1
-0
/
+4
2017-02-13
add 'release-ram' migrate capability
Pavel Butsykin
1
-0
/
+9
2017-02-06
postcopy: Recover block devices on early failure
Dr. David Alan Gilbert
1
-0
/
+25
2017-02-06
migration: create Migration Incoming State at init time
Juan Quintela
1
-21
/
+17
2017-01-24
migration: Change name of live migration thread
Pankaj Gupta
1
-1
/
+1
2017-01-24
migration: re-active images while migration been canceled after inactive them
zhanghailiang
1
-0
/
+15
2017-01-24
migration: Fail migration blocker for --only-migratable
Ashijeet Acharya
1
-0
/
+7
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
1
-2
/
+35
2016-11-14
migration: fix missing assignment for has_x_checkpoint_delay
zhanghailiang
1
-0
/
+1
2016-10-31
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...
Peter Maydell
1
-5
/
+79
2016-10-31
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-1
/
+1
2016-10-30
COLO: Add checkpoint-delay parameter for migrate-set-parameters
zhanghailiang
1
-0
/
+16
2016-10-30
migration: Switch to COLO process after finishing loadvm
zhanghailiang
1
-0
/
+12
2016-10-30
migration: Enter into COLO mode after migration if COLO is enabled
zhanghailiang
1
-5
/
+33
2016-10-30
migration: Introduce capability 'x-colo' to migration
zhanghailiang
1
-0
/
+18
2016-10-28
migration: Remove unneeded NULL check from migrate_fd_error()
Peter Maydell
1
-1
/
+1
2016-10-27
migration: set name for all I/O channels created
Daniel P. Berrange
1
-0
/
+1
2016-10-13
migrate: move max-bandwidth and downtime-limit to migrate_set_parameter
Ashijeet Acharya
1
-33
/
+50
2016-10-13
migrate: Fix bounds check for migration parameters in migration.c
Ashijeet Acharya
1
-0
/
+2
2016-10-13
migrate: Use boxed qapi for migrate-set-parameters
Eric Blake
1
-38
/
+27
2016-10-13
migrate: Share common MigrationParameters struct
Eric Blake
1
-0
/
+7
2016-07-22
migration: set state to post-migrate on failure
Dr. David Alan Gilbert
1
-0
/
+4
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-2
/
+2
2016-06-17
migration: Don't use *_to_cpup() and cpu_to_*w()
Peter Maydell
1
-6
/
+6
2016-06-16
migration: rename functions to starting migrations
Daniel P. Berrange
1
-9
/
+9
2016-06-16
Postcopy: Check for support when setting the capability
Dr. David Alan Gilbert
1
-0
/
+14
2016-06-16
Postcopy: Add stats on page requests
Dr. David Alan Gilbert
1
-0
/
+2
2016-06-16
Migration: Split out ram part of qmp_query_migrate
Dr. David Alan Gilbert
1
-35
/
+22
2016-05-26
migration: add support for encrypting data with TLS
Daniel P. Berrange
1
-6
/
+34
2016-05-26
migration: define 'tls-creds' and 'tls-hostname' migration parameters
Daniel P. Berrange
1
-0
/
+14
2016-05-26
migration: don't use an array for storing migrate parameters
Daniel P. Berrange
1
-32
/
+23
2016-05-26
migration: convert exec socket protocol to use QIOChannel
Daniel P. Berrange
1
-4
/
+0
2016-05-26
migration: convert fd socket protocol to use QIOChannel
Daniel P. Berrange
1
-4
/
+0
2016-05-26
migration: convert unix socket protocol to use QIOChannel
Daniel P. Berrange
1
-0
/
+4
2016-05-26
migration: convert post-copy to use QIOChannelBuffer
Daniel P. Berrange
1
-8
/
+7
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
1
-3
/
+12
2016-05-26
migration: add helpers for creating QEMUFile from a QIOChannel
Daniel P. Berrange
1
-0
/
+21
2016-05-26
migration: force QEMUFile to blocking mode for outgoing migration
Daniel P. Berrange
1
-0
/
+1
2016-05-26
migration: introduce set_blocking function in QEMUFileOps
Daniel P. Berrange
1
-3
/
+1
2016-05-23
migration: regain control of images when migration fails to complete
Greg Kurz
1
-2
/
+15
2016-05-23
savevm: fail if migration blockers are present
Greg Kurz
1
-6
/
+15
2016-05-23
migration: Promote improved autoconverge commands out of experimental state
Jason J. Herne
1
-28
/
+28
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-1
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-03-11
postcopy: Remove the x-
Dr. David Alan Gilbert
1
-2
/
+2
[next]