1. 95a9457 Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging by Peter Maydell · 5 years ago
  2. 6a0acff Clean up inclusion of exec/cpu-common.h by Markus Armbruster · 5 years ago
  3. 3170a64 qemu-file: move qemu_{get,put}_counted_string() declarations by Marc-André Lureau · 5 years ago
  4. 5d7d255 migration: add qemu_file_update_transfer interface by Ivan Ren · 5 years ago
  5. 3d661c8 migration: Add error_desc for file channel errors by Yury Kotov · 6 years ago
  6. d890344 slirp: use libslirp migration code by Marc-André Lureau · 6 years ago
  7. dcaf446 migration: stop compression to allocate and free memory frequently by Xiao Guangrong · 7 years ago
  8. f0d64cb migration/qemu-file: add qemu_put_counted_string() by Vladimir Sementsov-Ogievskiy · 7 years ago
  9. 2ce3bf1 migration: ram_control_* are implemented in qemu_file by Juan Quintela · 8 years ago
  10. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago[Renamed (62%) from include/migration/qemu-file.h]
  11. 40014d8 migration: Export qemu-file-channel.c functions in its own file by Juan Quintela · 8 years ago
  12. 53f09a1 add 'release-ram' migrate capability by Pavel Butsykin · 8 years ago
  13. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 8 years ago
  14. 12992c1 migration: remove qemu_get_fd method from QEMUFile by Daniel P. Berrange · 9 years ago
  15. 11808bb migration: remove support for non-iovec based write handlers by Daniel P. Berrange · 9 years ago
  16. 7fdc61c migration: delete QEMUFile stdio implementation by Daniel P. Berrange · 9 years ago
  17. 40946ae migration: delete QEMUFile sockets implementation by Daniel P. Berrange · 9 years ago
  18. 2a22b4f migration: delete QEMUSizedBuffer struct by Daniel P. Berrange · 9 years ago
  19. 8b7c5c0 migration: delete QEMUFile buffer implementation by Daniel P. Berrange · 9 years ago
  20. a9cfeb3 migration: introduce a new QEMUFile impl based on QIOChannel by Daniel P. Berrange · 9 years ago
  21. 06ad513 migration: introduce set_blocking function in QEMUFileOps by Daniel P. Berrange · 9 years ago
  22. 0436e09 migration: split migration hooks out of QEMUFileOps by Daniel P. Berrange · 9 years ago
  23. baf51e7 migration: ensure qemu_fflush() always writes full data amount by Daniel P. Berrange · 9 years ago
  24. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  25. adc468e Return path: Open a return path on QEMUFile for sockets by Dr. David Alan Gilbert · 9 years ago
  26. a800cd5 Add wrapper for setting blocking status on a QEMUFile by Dr. David Alan Gilbert · 9 years ago
  27. 9504fb5 Add qemu_get_buffer_in_place to avoid copies some of the time by Dr. David Alan Gilbert · 9 years ago
  28. 56f3835 migration: qemu-file more size_t'ifying by Dr. David Alan Gilbert · 9 years ago
  29. a202a4c migration: size_t'ify some of qemu-file by Dr. David Alan Gilbert · 9 years ago
  30. 632e3a5 Rework ram_control_load_hook to hook during block load by Dr. David Alan Gilbert · 10 years ago
  31. 7c1e52b Move copy out of qemu_peek_buffer by Dr. David Alan Gilbert · 10 years ago
  32. b3af1bc Add qemu_get_counted_string to read a string prefixed by a count byte by Dr. David Alan Gilbert · 10 years ago
  33. 44f0ead qemu-file: Add compression functions to QEMUFile by Liang Li · 10 years ago
  34. 21cb492 migration: Remove unused functions by Thomas Huth · 10 years ago
  35. 6e1dea4 ram: make all save_page functions take a uint64_t parameter by Juan Quintela · 10 years ago
  36. 9722140 qemu-file: Add fast ftell code path by Alexander Graf · 10 years ago
  37. e1a8c9b socket shutdown by Dr. David Alan Gilbert · 10 years ago
  38. e68dd36 qemu-file: Make qemu_file_is_writable() non-static by Eduardo Habkost · 10 years ago
  39. deb22f9 QEMUSizedBuffer based QEMUFile by Dr. David Alan Gilbert · 10 years ago
  40. 548f52e Make qemu_peek_buffer loop until it gets it's data by Dr. David Alan Gilbert · 11 years ago
  41. c961514 qemu-file: Make a few functions non-static by Eduardo Habkost · 11 years ago
  42. 43487c6 rdma: new QEMUFileOps hooks by Michael R. Hines · 11 years ago
  43. be903b2 rdma: export qemu_fflush() by Michael R. Hines · 11 years ago
  44. bc1256f rdma: introduce qemu_file_mode_is_not_valid() by Michael R. Hines · 11 years ago
  45. 2b0ce07 rdma: introduce qemu_update_position() by Michael R. Hines · 11 years ago
  46. 05fcc84 savevm: Implement block_writev_buffer() by Kevin Wolf · 12 years ago
  47. 6181ec2 Add qemu_put_buffer_async by Orit Wasserman · 12 years ago
  48. d913829 Add QemuFileWritevBuffer QemuFileOps by Orit Wasserman · 12 years ago
  49. 1964a39 migration: move rate limiting to QEMUFile by Paolo Bonzini · 12 years ago
  50. 0cc3f3c qemu-file: add writable socket QEMUFile by Paolo Bonzini · 12 years ago
  51. 817b9ed migration: merge qemu_popen_cmd with qemu_popen by Paolo Bonzini · 12 years ago
  52. 05f28b8 qemu-file: make qemu_fflush and qemu_file_set_error private again by Paolo Bonzini · 12 years ago
  53. 4eb9381 qemu-file: temporarily expose qemu_file_set_error and qemu_fflush by Paolo Bonzini · 12 years ago
  54. ad55ab4 migration: make qemu_ftell() public and support writable files by Stefan Hajnoczi · 12 years ago
  55. dd217b8 migration: make writes blocking by Juan Quintela · 12 years ago
  56. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago[Renamed from qemu-file.h]
  57. d263a20 migration: replace qemu_stdio_fd with qemu_get_fd by Paolo Bonzini · 12 years ago
  58. 70eb633 migration: add qemu_get_fd by Paolo Bonzini · 12 years ago
  59. 9229bf3 migration: consolidate QEMUFile methods in a single QEMUFileOps struct by Paolo Bonzini · 12 years ago
  60. a2b4135 savevm: make qemu_file_put_notify() return errors by Juan Quintela · 12 years ago
  61. 6f121ff savevm: un-export qemu_file_set_error() by Juan Quintela · 12 years ago
  62. 3aee4be savevm: unexport qemu_ftell() by Juan Quintela · 12 years ago
  63. e5ae97c savevm: Remove qemu_fseek() by Juan Quintela · 12 years ago
  64. ffbfc74 savevm: unexport qemu_fflush by Juan Quintela · 12 years ago
  65. 93148aa Spelling fixes in comments (it's -> its) by Stefan Weil · 13 years ago
  66. 701a8f7 vmstate: extract declarations out of hw/hw.h by Paolo Bonzini · 13 years ago