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-tcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close socket file descriptor when qemu_accept fails
Shahar Havivi
2010-07-25
1
-2
/
+3
*
Factorize common migration incoming code
Juan Quintela
2010-06-22
1
-13
/
+2
*
migration-tcp: call migrate_fd_error() instead of close() and free().
Yoshiaki Tamura
2010-06-14
1
-3
/
+1
*
migration: Clear fd also in error cases
Juan Quintela
2010-03-17
1
-3
/
+2
*
Do not use dprintf
malc
2010-02-07
1
-8
/
+8
*
Don't leak file descriptors
Kevin Wolf
2009-12-03
1
-3
/
+3
*
live migration: Propagate output monitor to callback handler
Jan Kiszka
2009-12-03
1
-4
/
+6
*
Block live migration
lirans@il.ibm.com
2009-11-17
1
-1
/
+6
*
fix migration to obey -S
Paolo Bonzini
2009-07-30
1
-0
/
+2
*
honor -S on incoming migration
Paolo Bonzini
2009-07-16
1
-3
/
+0
*
Cast pointer arguments of get/setsockopt, send to void * to keep GCC
malc
2009-05-21
1
-1
/
+1
*
monitor: Decouple terminals (Jan Kiszka)
aliguori
2009-03-05
1
-8
/
+4
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
1
-2
/
+2
*
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-2
/
+0
*
Fix brown-paper-bag bugs from live-migration patch (Charles Duffy)
aliguori
2008-11-12
1
-1
/
+1
*
Reintroduce migrate-to-exec: support (Charles Duffy)
aliguori
2008-11-11
1
-170
/
+18
*
Make sure to resume the monitor only after flushing out outstanding
aliguori
2008-11-06
1
-8
/
+6
*
Fix GCC 4 signedness warning
blueswir1
2008-10-25
1
-1
/
+1
*
Fix whitespace in migration code.
aliguori
2008-10-24
1
-20
/
+20
*
Fix possibly SEGV in tcp migration error case.
aliguori
2008-10-24
1
-1
/
+1
*
Live migration for Win32 (Hervé Poussineau)
aliguori
2008-10-24
1
-11
/
+11
*
Fix windows build after migration changes
aliguori
2008-10-24
1
-2
/
+2
*
Introduce TCP live migration protocol
aliguori
2008-10-13
1
-0
/
+371