index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve vm_stop reason declarations
Jan Kiszka
2011-02-14
1
-1
/
+1
*
add migration state change notifiers
Gerd Hoffmann
2011-01-24
1
-0
/
+28
*
savevm: Fix no_migrate
Alex Williamson
2011-01-17
1
-0
/
+4
*
migration/savevm: no need to flush requests
Michael S. Tsirkin
2010-12-09
1
-2
/
+0
*
migration: allow rate > 4g
Michael S. Tsirkin
2010-12-02
1
-2
/
+4
*
Switch migrate_set_speed() to take an 'o' argument rather than a float.
Jes Sorensen
2010-11-03
1
-2
/
+2
*
set proper migration status on ->write error (v5)
Marcelo Tosatti
2010-08-19
1
-1
/
+7
*
migration: Accept 'cont' only after successful incoming migration
Amit Shah
2010-07-30
1
-0
/
+2
*
Monitor: handle optional '-' arg as a bool
Luiz Capitulino
2010-07-01
1
-9
/
+7
*
Factorize common migration incoming code
Juan Quintela
2010-06-22
1
-0
/
+13
*
Exit if incoming migration fails
Juan Quintela
2010-06-22
1
-6
/
+10
*
migration: use qemu_free() instead of free().
Yoshiaki Tamura
2010-06-14
1
-1
/
+1
*
migration: respect exit status with exec:
Anthony Liguori
2010-06-03
1
-3
/
+14
*
Monitor: Drop QMP documentation from code
Luiz Capitulino
2010-06-01
1
-38
/
+0
*
Monitor: Convert do_migrate() to cmd_new_ret()
Luiz Capitulino
2010-02-19
1
-12
/
+17
*
Monitor: Convert simple handlers to cmd_new_ret()
Luiz Capitulino
2010-02-19
1
-4
/
+10
*
Monitor: remove unneeded checks
Luiz Capitulino
2010-02-10
1
-3
/
+0
*
Do not use dprintf
malc
2010-02-07
1
-13
/
+13
*
monitor: convert do_migrate_set_downtime() to QObject
Markus Armbruster
2010-02-03
1
-1
/
+2
*
monitor: Use argument type 'T' for migrate_set_downtime
Markus Armbruster
2010-02-03
1
-13
/
+2
*
monitor: convert do_migrate_set_speed() to QObject
Markus Armbruster
2010-02-03
1
-1
/
+1
*
monitor: Use argument type 'b' for migrate_set_speed
Markus Armbruster
2010-02-03
1
-15
/
+3
*
Revert "monitor: Convert do_migrate_set_speed() to QObject"
Anthony Liguori
2009-12-19
1
-1
/
+1
*
migration: Convert do_info_migrate() to QObject
Luiz Capitulino
2009-12-12
1
-15
/
+102
*
block migration: Report progress also via info migration
Jan Kiszka
2009-12-03
1
-0
/
+9
*
live migration: Propagate output monitor to callback handler
Jan Kiszka
2009-12-03
1
-14
/
+16
*
live migration: Allow cleanup after cancellation or error
Jan Kiszka
2009-12-03
1
-0
/
+1
*
migration: Catch multiple start commands
Jan Kiszka
2009-12-03
1
-1
/
+7
*
migration: Fix use of file after release
Jan Kiszka
2009-12-03
1
-3
/
+3
*
Block live migration
lirans@il.ibm.com
2009-11-17
1
-7
/
+16
*
monitor: Convert do_migrate_cancel() to QObject
Luiz Capitulino
2009-10-27
1
-1
/
+1
*
monitor: Convert do_migrate_set_speed() to QObject
Luiz Capitulino
2009-10-27
1
-1
/
+1
*
monitor: Convert do_migrate() to QObject
Luiz Capitulino
2009-10-27
1
-1
/
+1
*
monitor: Port handler_2 to use QDict
Luiz Capitulino
2009-09-04
1
-1
/
+3
*
monitor: Port handler_1 to use QDict
Luiz Capitulino
2009-09-04
1
-2
/
+4
*
monitor: Port handler_0 to use QDict
Luiz Capitulino
2009-09-04
1
-1
/
+1
*
add file descriptor migration
Paolo Bonzini
2009-08-27
1
-0
/
+4
*
Migration via unix sockets.
Chris Lalancette
2009-08-24
1
-0
/
+4
*
flush pending aio requests
Glauber Costa
2009-07-10
1
-0
/
+1
*
Make sure to only vm_start() a failed migration if we were running to begin
Anthony Liguori
2009-07-09
1
-1
/
+5
*
set migration max downtime
Glauber Costa
2009-06-16
1
-0
/
+19
*
add non-arbitrary migration stop condition
Glauber Costa
2009-06-16
1
-0
/
+11
*
migrate_fd_close: delete associated io-handler before closing the fd
Uri Lublin
2009-06-13
1
-0
/
+2
*
allow changing the speed of a running migration
Glauber Costa
2009-05-22
1
-0
/
+7
*
augment info migrate with page status
Glauber Costa
2009-05-22
1
-0
/
+3
*
migrate.c: migrate_fd_put_buffer: Do not busyloop: stop writing if EWOULDBLOCK
Uri Lublin
2009-05-20
1
-1
/
+1
*
propagate error on failed completion (Glauber Costa)
aliguori
2009-04-05
1
-2
/
+8
*
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
aliguori
2009-03-05
1
-2
/
+5
*
monitor: Decouple terminals (Jan Kiszka)
aliguori
2009-03-05
1
-4
/
+9
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
1
-14
/
+14
[next]