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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-1
/
+1
2011-09-15
Drop the incoming_expected global variable
Luiz Capitulino
1
-2
/
+0
2011-09-15
RunState: Add additional states
Luiz Capitulino
1
-1
/
+7
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-1
/
+1
2011-08-05
Reorganize and fix monitor resume after migration
Jan Kiszka
1
-10
/
+9
2011-07-23
notifier: Pass data argument to callback
Jan Kiszka
1
-6
/
+6
2011-02-14
Improve vm_stop reason declarations
Jan Kiszka
1
-1
/
+1
2011-01-24
add migration state change notifiers
Gerd Hoffmann
1
-0
/
+28
2011-01-17
savevm: Fix no_migrate
Alex Williamson
1
-0
/
+4
2010-12-09
migration/savevm: no need to flush requests
Michael S. Tsirkin
1
-2
/
+0
2010-12-02
migration: allow rate > 4g
Michael S. Tsirkin
1
-2
/
+4
2010-11-03
Switch migrate_set_speed() to take an 'o' argument rather than a float.
Jes Sorensen
1
-2
/
+2
2010-08-19
set proper migration status on ->write error (v5)
Marcelo Tosatti
1
-1
/
+7
2010-07-30
migration: Accept 'cont' only after successful incoming migration
Amit Shah
1
-0
/
+2
2010-07-01
Monitor: handle optional '-' arg as a bool
Luiz Capitulino
1
-9
/
+7
2010-06-22
Factorize common migration incoming code
Juan Quintela
1
-0
/
+13
2010-06-22
Exit if incoming migration fails
Juan Quintela
1
-6
/
+10
2010-06-14
migration: use qemu_free() instead of free().
Yoshiaki Tamura
1
-1
/
+1
2010-06-03
migration: respect exit status with exec:
Anthony Liguori
1
-3
/
+14
2010-06-01
Monitor: Drop QMP documentation from code
Luiz Capitulino
1
-38
/
+0
2010-02-19
Monitor: Convert do_migrate() to cmd_new_ret()
Luiz Capitulino
1
-12
/
+17
2010-02-19
Monitor: Convert simple handlers to cmd_new_ret()
Luiz Capitulino
1
-4
/
+10
2010-02-10
Monitor: remove unneeded checks
Luiz Capitulino
1
-3
/
+0
2010-02-07
Do not use dprintf
malc
1
-13
/
+13
2010-02-03
monitor: convert do_migrate_set_downtime() to QObject
Markus Armbruster
1
-1
/
+2
2010-02-03
monitor: Use argument type 'T' for migrate_set_downtime
Markus Armbruster
1
-13
/
+2
2010-02-03
monitor: convert do_migrate_set_speed() to QObject
Markus Armbruster
1
-1
/
+1
2010-02-03
monitor: Use argument type 'b' for migrate_set_speed
Markus Armbruster
1
-15
/
+3
2009-12-19
Revert "monitor: Convert do_migrate_set_speed() to QObject"
Anthony Liguori
1
-1
/
+1
2009-12-12
migration: Convert do_info_migrate() to QObject
Luiz Capitulino
1
-15
/
+102
2009-12-03
block migration: Report progress also via info migration
Jan Kiszka
1
-0
/
+9
2009-12-03
live migration: Propagate output monitor to callback handler
Jan Kiszka
1
-14
/
+16
2009-12-03
live migration: Allow cleanup after cancellation or error
Jan Kiszka
1
-0
/
+1
2009-12-03
migration: Catch multiple start commands
Jan Kiszka
1
-1
/
+7
2009-12-03
migration: Fix use of file after release
Jan Kiszka
1
-3
/
+3
2009-11-17
Block live migration
lirans@il.ibm.com
1
-7
/
+16
2009-10-27
monitor: Convert do_migrate_cancel() to QObject
Luiz Capitulino
1
-1
/
+1
2009-10-27
monitor: Convert do_migrate_set_speed() to QObject
Luiz Capitulino
1
-1
/
+1
2009-10-27
monitor: Convert do_migrate() to QObject
Luiz Capitulino
1
-1
/
+1
2009-09-04
monitor: Port handler_2 to use QDict
Luiz Capitulino
1
-1
/
+3
2009-09-04
monitor: Port handler_1 to use QDict
Luiz Capitulino
1
-2
/
+4
2009-09-04
monitor: Port handler_0 to use QDict
Luiz Capitulino
1
-1
/
+1
2009-08-27
add file descriptor migration
Paolo Bonzini
1
-0
/
+4
2009-08-24
Migration via unix sockets.
Chris Lalancette
1
-0
/
+4
2009-07-10
flush pending aio requests
Glauber Costa
1
-0
/
+1
2009-07-09
Make sure to only vm_start() a failed migration if we were running to begin
Anthony Liguori
1
-1
/
+5
2009-06-16
set migration max downtime
Glauber Costa
1
-0
/
+19
2009-06-16
add non-arbitrary migration stop condition
Glauber Costa
1
-0
/
+11
2009-06-13
migrate_fd_close: delete associated io-handler before closing the fd
Uri Lublin
1
-0
/
+2
[prev]
[next]