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