1. 1adc1ce migration: Remove unneeded includes by Juan Quintela · 8 years ago
  2. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
  3. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  4. 53f09a1 add 'release-ram' migrate capability by Pavel Butsykin · 8 years ago
  5. 787d134 migration: fix live migration failure with compression by Liang Li · 8 years ago
  6. b3be289 qemu-file: Fix qemu_put_compression_data flaw by Liang Li · 9 years ago
  7. 12992c1 migration: remove qemu_get_fd method from QEMUFile by Daniel P. Berrange · 9 years ago
  8. 11808bb migration: remove support for non-iovec based write handlers by Daniel P. Berrange · 9 years ago
  9. a24939f migration: move definition of struct QEMUFile back into qemu-file.c by Daniel P. Berrange · 9 years ago
  10. 06ad513 migration: introduce set_blocking function in QEMUFileOps by Daniel P. Berrange · 9 years ago
  11. 0436e09 migration: split migration hooks out of QEMUFileOps by Daniel P. Berrange · 9 years ago
  12. baf51e7 migration: ensure qemu_fflush() always writes full data amount by Daniel P. Berrange · 9 years ago
  13. 1393a48 migration: Clean up includes by Peter Maydell · 9 years ago
  14. adc468e Return path: Open a return path on QEMUFile for sockets by Dr. David Alan Gilbert · 9 years ago
  15. a800cd5 Add wrapper for setting blocking status on a QEMUFile by Dr. David Alan Gilbert · 9 years ago
  16. 9504fb5 Add qemu_get_buffer_in_place to avoid copies some of the time by Dr. David Alan Gilbert · 9 years ago
  17. 10817bf coroutine: move into libqemuutil.a library by Daniel P. Berrange · 9 years ago
  18. 97f3ad3 migration: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  19. 56f3835 migration: qemu-file more size_t'ifying by Dr. David Alan Gilbert · 9 years ago
  20. 632e3a5 Rework ram_control_load_hook to hook during block load by Dr. David Alan Gilbert · 10 years ago
  21. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  22. 7c1e52b Move copy out of qemu_peek_buffer by Dr. David Alan Gilbert · 10 years ago
  23. b3af1bc Add qemu_get_counted_string to read a string prefixed by a count byte by Dr. David Alan Gilbert · 10 years ago
  24. 44f0ead qemu-file: Add compression functions to QEMUFile by Liang Li · 10 years ago
  25. 6e1dea4 ram: make all save_page functions take a uint64_t parameter by Juan Quintela · 10 years ago
  26. 9722140 qemu-file: Add fast ftell code path by Alexander Graf · 10 years ago
  27. e1a8c9b socket shutdown by Dr. David Alan Gilbert · 10 years ago
  28. 90d6a67 migration/qemu-file.c: Don't shift left into sign bit by Peter Maydell · 10 years ago
  29. 977184d Split the QEMU buffered file code out by Dr. David Alan Gilbert · 10 years ago
  30. 4f9d090 Split struct QEMUFile out by Dr. David Alan Gilbert · 10 years ago
  31. 60fe637 Start migrating migration code into a migration directory by Dr. David Alan Gilbert · 10 years ago[Renamed from qemu-file.c]
  32. c54d1c0 qemu-file: Move stdio implementation to qemu-file-stdio.c by Eduardo Habkost · 10 years ago
  33. bee223b qemu-file: Move unix and socket implementations to qemu-file-unix.c by Eduardo Habkost · 10 years ago
  34. 532bc72 qemu-file: Use qemu_file_is_writable() on stdio_fclose() by Eduardo Habkost · 10 years ago
  35. e68dd36 qemu-file: Make qemu_file_is_writable() non-static by Eduardo Habkost · 10 years ago
  36. 9a4ac51 qemu-file: Add copyright header to qemu-file.c by Eduardo Habkost · 10 years ago
  37. deb22f9 QEMUSizedBuffer based QEMUFile by Dr. David Alan Gilbert · 10 years ago
  38. 548f52e Make qemu_peek_buffer loop until it gets it's data by Dr. David Alan Gilbert · 11 years ago
  39. 9013dca migration: add more traces by Alexey Kardashevskiy · 11 years ago
  40. ac4df4e qemu_file: Fix mismerge of "use fwrite() correctly" by Markus Armbruster · 11 years ago
  41. aded653 qemu_file: use fwrite() correctly by Juan Quintela · 11 years ago
  42. 093c455 qemu-file: Move QEMUFile code to qemu-file.c by Eduardo Habkost · 11 years ago