index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-03-11
migration: fix warning for source_return_path_thread
Peter Xu
1
-3
/
+2
2016-03-08
Postcopy: Fix sync count in info migrate
Dr. David Alan Gilbert
1
-0
/
+1
2016-02-26
migration (ordinary): move bdrv_invalidate_cache_all of of coroutine context
Denis V. Lunev
1
-40
/
+49
2016-02-23
Postcopy+spice: Pass spice migration data earlier
Dr. David Alan Gilbert
1
-0
/
+14
2016-02-11
rdma: remove check on time_spent when calculating mbs
Wei Yang
1
-2
/
+2
2016-02-05
migration: remove useless code.
Liang Li
1
-6
/
+0
2016-02-05
migration: rename 'file' in MigrationState to 'to_dst_file'
zhanghailiang
1
-35
/
+37
2016-01-29
migration: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-20
block: Inactivate BDS when migration completes
Kevin Wolf
1
-0
/
+7
2016-01-13
migration: Add state records for migration incoming
zhanghailiang
1
-6
/
+10
2016-01-13
migration: Export migrate_set_state()
zhanghailiang
1
-15
/
+21
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-2
/
+2
2015-12-03
migration: do floating-point division
Paolo Bonzini
1
-1
/
+1
2015-11-19
Unneeded NULL check
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-19
migration: Dead assignment of current_time
Dr. David Alan Gilbert
1
-1
/
+0
2015-11-12
migration_init: Fix lock initialisation/make it explicit
Dr. David Alan Gilbert
1
-30
/
+23
2015-11-12
migrate-start-postcopy: Improve text
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-12
Finish non-postcopiable iterative devices before package
Dr. David Alan Gilbert
1
-2
/
+8
2015-11-10
End of migration for postcopy
Dr. David Alan Gilbert
1
-1
/
+25
2015-11-10
Start up a postcopy/listener thread ready for incoming page data
Dr. David Alan Gilbert
1
-0
/
+6
2015-11-10
Don't iterate on precopy-only devices during postcopy
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-10
Page request: Process incoming page request
Dr. David Alan Gilbert
1
-1
/
+30
2015-11-10
Page request: Add MIG_RP_MSG_REQ_PAGES reverse command
Dr. David Alan Gilbert
1
-0
/
+70
2015-11-10
Postcopy: End of iteration
Dr. David Alan Gilbert
1
-14
/
+37
2015-11-10
Postcopy: Postcopy startup in migration thread
Dr. David Alan Gilbert
1
-7
/
+167
2015-11-10
migration_completion: Take current state
Dr. David Alan Gilbert
1
-0
/
+1
[next]