1. d658f65 migration: unify the framework of socket-type channel by Longpeng(Mike) · 4 years, 5 months ago
  2. 0705e56 multifd: Use number of channels as listen backlog by Juan Quintela · 5 years ago
  3. fc8135c socket: Add num connections to qio_net_listener_open_sync() by Juan Quintela · 5 years ago
  4. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  5. 5e78bc6 migration: fix memory leak by Paolo Bonzini · 6 years ago
  6. 9aca82b migration: Create socket-address parameter by Juan Quintela · 6 years ago
  7. a429e7f migration: unify incoming processing by Peter Xu · 7 years ago
  8. e89f5ff migration: let incoming side use thread context by Peter Xu · 7 years ago
  9. 36c2f8b migration: Delay start of migration main routines by Juan Quintela · 7 years ago
  10. 3854956 migration: Export functions to create send channels by Juan Quintela · 7 years ago
  11. bdd847a migration: convert socket server to QIONetListener by Daniel P. Berrange · 7 years ago
  12. 8005fdd qio: non-default context for async conn by Peter Xu · 7 years ago
  13. 688a3dc migration: Route errors down through migration_channel_connect by Dr. David Alan Gilbert · 7 years ago
  14. 9102d27 migration: free addr in the same function that we created it by Juan Quintela · 7 years ago
  15. 428d890 migration: Create migration_has_all_channels by Juan Quintela · 7 years ago
  16. 2a543bf migration: Teach it about G_SOURCE_REMOVE by Juan Quintela · 7 years ago
  17. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
  18. 5431471 migration: Remove MigrationState from migration_channel_incomming() by Juan Quintela · 8 years ago
  19. 61e8b14 migration: Export socket.c functions in its own file by Juan Quintela · 8 years ago
  20. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  21. dd4339c migration: Split migration/channel.c for channel operations by Juan Quintela · 8 years ago
  22. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  23. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 8 years ago
  24. 0785bd7 sockets: Prepare inet_parse() for flattened SocketAddress by Markus Armbruster · 8 years ago
  25. fd4144d migration: to_dst_file at that point is NULL by Juan Quintela · 8 years ago
  26. 60e705c io: change the QIOTask callback signature by Daniel P. Berrange · 8 years ago
  27. 6f01f13 migration: set name for all I/O channels created by Daniel P. Berrange · 8 years ago
  28. 9308ae5 migration: Fix seg with missing port by Dr. David Alan Gilbert · 8 years ago
  29. 474c624 migration/socket: fix typo in file header by Cao jin · 8 years ago
  30. 22724f4 migration: rename functions to starting migrations by Daniel P. Berrange · 9 years ago
  31. e122636 migration: add support for encrypting data with TLS by Daniel P. Berrange · 9 years ago
  32. e65c67e migration: convert tcp socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  33. 6f860ae migration: rename unix.c to socket.c by Daniel P. Berrange · 9 years ago[Renamed (65%) from migration/unix.c]
  34. d984464 migration: convert unix socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  35. d59ce6f migration: add reporting of errors for outgoing migration by Daniel P. Berrange · 9 years ago
  36. 89a02a9 migration: rename 'file' in MigrationState to 'to_dst_file' by zhanghailiang · 9 years ago
  37. 1393a48 migration: Clean up includes by Peter Maydell · 9 years ago
  38. 82e1cc4 Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler by Fam Zheng · 10 years ago
  39. 329c9b1 Remove migration- pre/post fixes off files in migration/ dir by Dr. David Alan Gilbert · 10 years ago[Renamed from migration/migration-unix.c]
  40. 60fe637 Start migrating migration code into a migration directory by Dr. David Alan Gilbert · 10 years ago[Renamed from migration-unix.c]
  41. 5179502 qemu-sockets: Add error to non-blocking connect handler by Corey Minyard · 10 years ago
  42. d99598c Coverity: Fix failure path for qemu_accept in migration by Dr. David Alan Gilbert · 11 years ago
  43. 6a1751b aio / timers: Untangle include files by Alex Bligh · 11 years ago
  44. b352365 migration: eliminate s->migration_file by Paolo Bonzini · 12 years ago
  45. e6a1cf2 migration: use QEMUFile for writing outgoing migration data by Paolo Bonzini · 12 years ago
  46. f8bbc12 migration: use QEMUFile for migration channel lifetime by Paolo Bonzini · 12 years ago
  47. 0cc3f3c qemu-file: add writable socket QEMUFile by Paolo Bonzini · 12 years ago
  48. dd217b8 migration: make writes blocking by Juan Quintela · 12 years ago
  49. 557ec5a migration: include qemu-file.h by Juan Quintela · 12 years ago
  50. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  51. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  52. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  53. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  54. 1c12e1f migration: move qemu_fclose to process_incoming_migration by Paolo Bonzini · 12 years ago
  55. ab52a82 migration: close socket QEMUFile from socket_close by Paolo Bonzini · 12 years ago
  56. 6c36013 migration: xxx_close will only be called once by Paolo Bonzini · 12 years ago
  57. a6ef290 migration: clean up server sockets and handlers before invoking process_incoming_migration by Paolo Bonzini · 12 years ago
  58. 43eaae2 migration (incoming): add error propagation to fd and exec protocols by Paolo Bonzini · 12 years ago
  59. f37afb5 migration (outgoing): add error propagation for all protocols by Paolo Bonzini · 12 years ago
  60. e08c95c migration: use qemu-sockets to establish Unix sockets by Paolo Bonzini · 12 years ago
  61. 342ab8d migration: centralize call to migrate_fd_error() by Paolo Bonzini · 12 years ago
  62. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  63. 8160bfb unix_close(): check for close() errors too (v2) by Eduardo Habkost · 13 years ago
  64. ee86c61 migration: make migration-{tcp,unix} consistent by Juan Quintela · 14 years ago
  65. 8414ff3 migration: propagate error correctly by Juan Quintela · 14 years ago
  66. efab471 migration: Don't use callback on file defining it by Juan Quintela · 14 years ago
  67. 07af445 migration: move migrate_new to do_migrate by Juan Quintela · 15 years ago
  68. 0edda1c migration: Refactor MigrationState creation by Juan Quintela · 15 years ago
  69. 22f00a4 migration: Rename FdMigrationState MigrationState by Juan Quintela · 15 years ago
  70. 3f77fc5 migration: Fold MigrationState into FdMigrationState by Juan Quintela · 15 years ago
  71. 7be4363 migration: Make *start_outgoing_migration return FdMigrationState by Juan Quintela · 15 years ago
  72. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  73. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  74. e0efb99 Fix conversions from pointer to int and vice versa by Stefan Weil · 14 years ago
  75. 511c023 Factorize common migration incoming code by Juan Quintela · 15 years ago
  76. af82117 migration: unix migration should obey autostart are the other ones by Juan Quintela · 15 years ago
  77. cfaf6d3 migration: Clear fd also in error cases by Juan Quintela · 15 years ago
  78. d0f2c4c Do not use dprintf by malc · 15 years ago
  79. 2dd650e Avoid permanently disabled QEMU monitor when UNIX migration fails by Daniel P. Berrange · 15 years ago
  80. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  81. f327aa0 live migration: Propagate output monitor to callback handler by Jan Kiszka · 15 years ago
  82. c163b5c Block live migration by lirans@il.ibm.com · 15 years ago
  83. 4951f65 Migration via unix sockets. by Chris Lalancette · 15 years ago