Sign in
qemu
/
qemu
/
6e06d515d401f0cff81cb81ef230b2b4b6543367
/
migration-tcp.c
d5c5dac
use inet_listen()/inet_connect() to support ipv6 migration
by Amos Kong
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
61a5872
tcp_close(): check for close() errors too (v2)
by Eduardo Habkost
· 13 years ago
ee86c61
migration: make migration-{tcp,unix} consistent
by Juan Quintela
· 14 years ago
8414ff3
migration: propagate error correctly
by Juan Quintela
· 14 years ago
efab471
migration: Don't use callback on file defining it
by Juan Quintela
· 14 years ago
07af445
migration: move migrate_new to do_migrate
by Juan Quintela
· 15 years ago
0edda1c
migration: Refactor MigrationState creation
by Juan Quintela
· 15 years ago
22f00a4
migration: Rename FdMigrationState MigrationState
by Juan Quintela
· 15 years ago
3f77fc5
migration: Fold MigrationState into FdMigrationState
by Juan Quintela
· 15 years ago
7be4363
migration: Make *start_outgoing_migration return FdMigrationState
by Juan Quintela
· 15 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 14 years ago
e0efb99
Fix conversions from pointer to int and vice versa
by Stefan Weil
· 14 years ago
d092c10
Close socket file descriptor when qemu_accept fails
by Shahar Havivi
· 14 years ago
511c023
Factorize common migration incoming code
by Juan Quintela
· 15 years ago
304e3a7
migration-tcp: call migrate_fd_error() instead of close() and free().
by Yoshiaki Tamura
· 15 years ago
cfaf6d3
migration: Clear fd also in error cases
by Juan Quintela
· 15 years ago
d0f2c4c
Do not use dprintf
by malc
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
f327aa0
live migration: Propagate output monitor to callback handler
by Jan Kiszka
· 15 years ago
c163b5c
Block live migration
by lirans@il.ibm.com
· 15 years ago
d399f67
fix migration to obey -S
by Paolo Bonzini
· 15 years ago
89befdd
honor -S on incoming migration
by Paolo Bonzini
· 15 years ago
0a656f5
Cast pointer arguments of get/setsockopt, send to void * to keep GCC
by malc
· 16 years ago
731b036
monitor: Decouple terminals (Jan Kiszka)
by aliguori
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
8ad9fa5
Fix brown-paper-bag bugs from live-migration patch (Charles Duffy)
by aliguori
· 16 years ago
065e281
Reintroduce migrate-to-exec: support (Charles Duffy)
by aliguori
· 16 years ago
825a492
Make sure to resume the monitor only after flushing out outstanding
by aliguori
· 16 years ago
4761a48
Fix GCC 4 signedness warning
by blueswir1
· 16 years ago
ff8d81d
Fix whitespace in migration code.
by aliguori
· 16 years ago
88d2d9e
Fix possibly SEGV in tcp migration error case.
by aliguori
· 16 years ago
c1d3666
Live migration for Win32 (Hervé Poussineau)
by aliguori
· 16 years ago
17e9097
Fix windows build after migration changes
by aliguori
· 16 years ago
34c9dd8
Introduce TCP live migration protocol
by aliguori
· 16 years ago