Sign in
qemu
/
qemu
/
95c1eb19eab9d57035e05a02f7184b63c1da9775
/
migration-tcp.c
b352365
migration: eliminate s->migration_file
by Paolo Bonzini
· 12 years ago
e6a1cf2
migration: use QEMUFile for writing outgoing migration data
by Paolo Bonzini
· 12 years ago
f8bbc12
migration: use QEMUFile for migration channel lifetime
by Paolo Bonzini
· 12 years ago
0cc3f3c
qemu-file: add writable socket QEMUFile
by Paolo Bonzini
· 12 years ago
dd217b8
migration: make writes blocking
by Juan Quintela
· 12 years ago
557ec5a
migration: include qemu-file.h
by Juan Quintela
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
1c12e1f
migration: move qemu_fclose to process_incoming_migration
by Paolo Bonzini
· 12 years ago
ab52a82
migration: close socket QEMUFile from socket_close
by Paolo Bonzini
· 12 years ago
6c36013
migration: xxx_close will only be called once
by Paolo Bonzini
· 12 years ago
09bac73
migration: use closesocket, not close
by Paolo Bonzini
· 12 years ago
a6ef290
migration: clean up server sockets and handlers before invoking process_incoming_migration
by Paolo Bonzini
· 12 years ago
43eaae2
migration (incoming): add error propagation to fd and exec protocols
by Paolo Bonzini
· 12 years ago
f37afb5
migration (outgoing): add error propagation for all protocols
by Paolo Bonzini
· 12 years ago
342ab8d
migration: centralize call to migrate_fd_error()
by Paolo Bonzini
· 12 years ago
be7059c
migration: avoid using error_is_set and thus relying on errp != NULL
by Paolo Bonzini
· 12 years ago
233aa5c
Fix address handling in inet_nonblocking_connect
by Orit Wasserman
· 12 years ago
5db5f44
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
by Orit Wasserman
· 12 years ago
540c79f
migration: don't rely on any QERR_SOCKET_*
by Luiz Capitulino
· 12 years ago
02a08fe
net: inet_connect(), inet_connect_opts(): add in_progress argument
by Luiz Capitulino
· 12 years ago
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