1. 8e86729 The calculation of bytes_xfer in qemu_put_buffer() is wrong by Wangting (Kathy) · 11 years ago
  2. c77a5f2 savevm: fix wrong initialization by ram_control_load_hook by Lei Li · 12 years ago
  3. 675fd0a savevm: add comments for qemu_file_get_error() by Lei Li · 12 years ago
  4. a89d89d snapshot: distinguish id and name in snapshot delete by Wenchao Xia · 12 years ago
  5. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  6. 40daca5 aio / timers: Rearrange timer.h & make legacy functions call non-legacy by Alex Bligh · 12 years ago
  7. e93379b aio / timers: Rename qemu_timer_* functions by Alex Bligh · 12 years ago
  8. de7b685 rdma: bugfix: ram_control_save_page() by Michael R. Hines · 12 years ago
  9. 43487c6 rdma: new QEMUFileOps hooks by Michael R. Hines · 12 years ago
  10. be903b2 rdma: export qemu_fflush() by Michael R. Hines · 12 years ago
  11. bc1256f rdma: introduce qemu_file_mode_is_not_valid() by Michael R. Hines · 12 years ago
  12. 9f05d0c rdma: export yield_until_fd_readable() by Michael R. Hines · 12 years ago
  13. 2b0ce07 rdma: introduce qemu_update_position() by Michael R. Hines · 12 years ago
  14. 4f08005 savevm: Fix potential memory leak by Stefan Weil · 12 years ago
  15. 1befce9 savevm: qmp_xen_save_devices_state(): use error_setg_file_open() by Luiz Capitulino · 12 years ago
  16. 5b91704 block: dump snapshot and image info to specified output by Wenchao Xia · 12 years ago
  17. f364ec6 block: move qmp and info dump related code to block/qapi.c by Wenchao Xia · 12 years ago
  18. de08c60 block: move snapshot code in block.c to block/snapshot.c by Wenchao Xia · 12 years ago
  19. 29d7827 block: drop bs_snapshots global variable by Stefan Hajnoczi · 12 years ago
  20. a4cc73d do not check pointers after dereferencing them by Paolo Bonzini · 12 years ago
  21. e9d8fbf qemu-file: do not use stdio for qemu_fdopen by Paolo Bonzini · 12 years ago
  22. 1571156 qemu-file: drop socket_put_buffer by Paolo Bonzini · 12 years ago
  23. db08dc2 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  24. 05fcc84 savevm: Implement block_writev_buffer() by Kevin Wolf · 12 years ago
  25. 4d11724 migration: simplify writev vs. non-writev logic by Paolo Bonzini · 12 years ago
  26. d9658c4 migration: drop is_write complications by Paolo Bonzini · 12 years ago
  27. 7ce51f1 migration: use a single I/O operation when writev_buffer is not defined by Paolo Bonzini · 12 years ago
  28. af74db7 migration: set f->is_write and flush in add_to_iovec by Paolo Bonzini · 12 years ago
  29. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  30. 6181ec2 Add qemu_put_buffer_async by Orit Wasserman · 12 years ago
  31. cb88aa8 Use writev ops if available by Orit Wasserman · 12 years ago
  32. b3ea2bd Store the data to send also in iovec by Orit Wasserman · 12 years ago
  33. 7d8a30bb Update bytes_xfer in qemu_put_byte by Orit Wasserman · 12 years ago
  34. 28085f7 Add socket_writev_buffer function by Orit Wasserman · 12 years ago
  35. 213945e savevm: Add VMSTATE_FLOAT64 helpers by David Gibson · 12 years ago
  36. e344b8a savevm: Add VMSTATE_UINT64_EQUAL helpers by David Gibson · 12 years ago
  37. d7650ea vmstate: Make vmstate_register() static inline by Andreas Färber · 12 years ago
  38. 1964a39 migration: move rate limiting to QEMUFile by Paolo Bonzini · 12 years ago
  39. f8bbc12 migration: use QEMUFile for migration channel lifetime by Paolo Bonzini · 12 years ago
  40. 3f2d38f qemu-file: simplify and export qemu_ftell by Paolo Bonzini · 12 years ago
  41. 0cc3f3c qemu-file: add writable socket QEMUFile by Paolo Bonzini · 12 years ago
  42. 13c7b2d qemu-file: check exit status when closing a pipe QEMUFile by Paolo Bonzini · 12 years ago
  43. ce39ee3 qemu-file: fsync a writable stdio QEMUFile by Paolo Bonzini · 12 years ago
  44. 817b9ed migration: merge qemu_popen_cmd with qemu_popen by Paolo Bonzini · 12 years ago
  45. 05f28b8 qemu-file: make qemu_fflush and qemu_file_set_error private again by Paolo Bonzini · 12 years ago
  46. edaae61 migration: yay, buffering is gone by Paolo Bonzini · 12 years ago
  47. 9b09503 migration: run setup callbacks out of big lock by Paolo Bonzini · 12 years ago
  48. 4eb9381 qemu-file: temporarily expose qemu_file_set_error and qemu_fflush by Paolo Bonzini · 12 years ago
  49. 47c8c17 migration: use qemu_file_set_error to pass error codes back to qemu_savevm_state by Paolo Bonzini · 12 years ago
  50. 93bf210 qemu-file: pass errno from qemu_fflush via f->last_error by Paolo Bonzini · 12 years ago
  51. 04943eb migration: push qemu_savevm_state_cancel out of qemu_savevm_state_* by Paolo Bonzini · 12 years ago
  52. ad55ab4 migration: make qemu_ftell() public and support writable files by Stefan Hajnoczi · 12 years ago
  53. d7cd369 migration: restrict scope of incoming fd read handler by Stefan Hajnoczi · 12 years ago
  54. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  55. ba2e28e Move XBZRLE encoding code to a separate file to allow testing by Orit Wasserman · 12 years ago
  56. 016c718 Merge remote-tracking branch 'quintela/thread.next' into staging by Anthony Liguori · 12 years ago
  57. 6522773 migration: remove argument to qemu_savevm_state_cancel by Juan Quintela · 12 years ago
  58. afe4193 qemu-file: Only set last_error if it is not already set by Juan Quintela · 12 years ago
  59. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  60. 68b891e savevm: Remove MinGW specific code which is no longer needed by Stefan Weil · 12 years ago
  61. 74e9137 savevm.c: cleanup system includes by Michael Tokarev · 12 years ago
  62. e4ed154 savevm: New save live migration method: pending by Juan Quintela · 13 years ago
  63. dd217b8 migration: make writes blocking by Juan Quintela · 13 years ago
  64. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  65. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  66. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  67. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  68. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  69. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  70. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  71. 595ab64 migration: handle EAGAIN while reading QEMUFile by Paolo Bonzini · 13 years ago
  72. ab52a82 migration: close socket QEMUFile from socket_close by Paolo Bonzini · 13 years ago
  73. d263a20 migration: replace qemu_stdio_fd with qemu_get_fd by Paolo Bonzini · 13 years ago
  74. 70eb633 migration: add qemu_get_fd by Paolo Bonzini · 13 years ago
  75. 9229bf3 migration: consolidate QEMUFile methods in a single QEMUFileOps struct by Paolo Bonzini · 13 years ago
  76. 5f0ebf1 migration: unify stdio-based QEMUFile operations by Paolo Bonzini · 13 years ago
  77. 08e99e2 vmstate: Add support for saving/loading bitmaps by Peter Maydell · 12 years ago
  78. a2b4135 savevm: make qemu_file_put_notify() return errors by Juan Quintela · 13 years ago
  79. 6f121ff savevm: un-export qemu_file_set_error() by Juan Quintela · 13 years ago
  80. c10682c savevm: Only qemu_fflush() can generate errors by Juan Quintela · 13 years ago
  81. 02c4a05 savevm: make qemu_fill_buffer() be consistent by Juan Quintela · 13 years ago
  82. 3aee4be savevm: unexport qemu_ftell() by Juan Quintela · 13 years ago
  83. 29eee86 savevm: unfold qemu_fclose_internal() by Juan Quintela · 13 years ago
  84. 7311bea savevm: make qemu_fflush() return an error code by Juan Quintela · 13 years ago
  85. e5ae97c savevm: Remove qemu_fseek() by Juan Quintela · 13 years ago
  86. ffbfc74 savevm: unexport qemu_fflush by Juan Quintela · 13 years ago
  87. 4d5b97d cleanup useless return sentence by Amos Kong · 13 years ago
  88. 0d16fdd Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging by Anthony Liguori · 13 years ago
  89. a5b7172 xbzrle: fix compilation on ppc32 by Alexander Graf · 13 years ago
  90. 2e1e79d block: Convert close calls to qemu_close by Corey Bryant · 13 years ago
  91. 302dfbe Add xbzrle_encode_buffer and xbzrle_decode_buffer functions by Orit Wasserman · 13 years ago
  92. 16310a3 savevm: split save_live into stage2 and stage3 by Juan Quintela · 13 years ago
  93. d1315aa savevm: split save_live_setup from save_live_state by Juan Quintela · 13 years ago
  94. 6bd6878 savevm: introduce is_active method by Juan Quintela · 13 years ago
  95. 9b5bfab savevm: Refactor cancel operation in its own operation by Juan Quintela · 13 years ago
  96. 7908c78 savevm: Live migration handlers register the struct directly by Juan Quintela · 13 years ago
  97. 22ea40f savevm: Use a struct to pass all handlers by Juan Quintela · 13 years ago
  98. aac844e No need to iterate if we already are over the limit by Juan Quintela · 13 years ago
  99. 517a13c Add tracepoints for savevm section start/end by Juan Quintela · 13 years ago
  100. 6607ae2 Add MigrationParams structure by Isaku Yamahata · 13 years ago