1. 74e9137 savevm.c: cleanup system includes by Michael Tokarev · 12 years ago
  2. e4ed154 savevm: New save live migration method: pending by Juan Quintela · 13 years ago
  3. dd217b8 migration: make writes blocking by Juan Quintela · 13 years ago
  4. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  5. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  6. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  7. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  8. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  9. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  10. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  11. 595ab64 migration: handle EAGAIN while reading QEMUFile by Paolo Bonzini · 13 years ago
  12. ab52a82 migration: close socket QEMUFile from socket_close by Paolo Bonzini · 13 years ago
  13. d263a20 migration: replace qemu_stdio_fd with qemu_get_fd by Paolo Bonzini · 13 years ago
  14. 70eb633 migration: add qemu_get_fd by Paolo Bonzini · 13 years ago
  15. 9229bf3 migration: consolidate QEMUFile methods in a single QEMUFileOps struct by Paolo Bonzini · 13 years ago
  16. 5f0ebf1 migration: unify stdio-based QEMUFile operations by Paolo Bonzini · 13 years ago
  17. 08e99e2 vmstate: Add support for saving/loading bitmaps by Peter Maydell · 12 years ago
  18. a2b4135 savevm: make qemu_file_put_notify() return errors by Juan Quintela · 13 years ago
  19. 6f121ff savevm: un-export qemu_file_set_error() by Juan Quintela · 13 years ago
  20. c10682c savevm: Only qemu_fflush() can generate errors by Juan Quintela · 13 years ago
  21. 02c4a05 savevm: make qemu_fill_buffer() be consistent by Juan Quintela · 13 years ago
  22. 3aee4be savevm: unexport qemu_ftell() by Juan Quintela · 13 years ago
  23. 29eee86 savevm: unfold qemu_fclose_internal() by Juan Quintela · 13 years ago
  24. 7311bea savevm: make qemu_fflush() return an error code by Juan Quintela · 13 years ago
  25. e5ae97c savevm: Remove qemu_fseek() by Juan Quintela · 13 years ago
  26. ffbfc74 savevm: unexport qemu_fflush by Juan Quintela · 13 years ago
  27. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  28. 0d16fdd Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging by Anthony Liguori · 13 years ago
  29. a5b7172 xbzrle: fix compilation on ppc32 by Alexander Graf · 13 years ago
  30. 2e1e79d block: Convert close calls to qemu_close by Corey Bryant · 13 years ago
  31. 302dfbe Add xbzrle_encode_buffer and xbzrle_decode_buffer functions by Orit Wasserman · 13 years ago
  32. 16310a3 savevm: split save_live into stage2 and stage3 by Juan Quintela · 13 years ago
  33. d1315aa savevm: split save_live_setup from save_live_state by Juan Quintela · 13 years ago
  34. 6bd6878 savevm: introduce is_active method by Juan Quintela · 13 years ago
  35. 9b5bfab savevm: Refactor cancel operation in its own operation by Juan Quintela · 13 years ago
  36. 7908c78 savevm: Live migration handlers register the struct directly by Juan Quintela · 13 years ago
  37. 22ea40f savevm: Use a struct to pass all handlers by Juan Quintela · 13 years ago
  38. aac844e No need to iterate if we already are over the limit by Juan Quintela · 13 years ago
  39. 517a13c Add tracepoints for savevm section start/end by Juan Quintela · 13 years ago
  40. 6607ae2 Add MigrationParams structure by Isaku Yamahata · 13 years ago
  41. 8aca521 Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging by Anthony Liguori · 13 years ago
  42. 09e5ab6 qdev: Use wrapper for qdev_get_path by Anthony Liguori · 13 years ago
  43. ad492c9 savevm: flush after saving vm state by Paolo Bonzini · 13 years ago
  44. 55dd9ff w64: Fix time conversion for some versions of MinGW-w64 by Stefan Weil · 13 years ago
  45. 33cf629 Merge remote-tracking branch 'sstabellini/saverestore-8' into staging by Anthony Liguori · 13 years ago
  46. a7ae835 Introduce "xen-save-devices-state" by Stefano Stabellini · 13 years ago
  47. b8b3e75 Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging by Anthony Liguori · 13 years ago
  48. 1329d18 vmstate: fix varrays with uint32_t indexes by Amos Kong · 13 years ago
  49. e1c37d0 qapi: Convert migrate by Luiz Capitulino · 13 years ago
  50. 539de12 Purge migration of (almost) everything to do with monitors by Luiz Capitulino · 13 years ago
  51. 1ddde08 Fix vmstate_register_ram() for rom/device regions by Avi Kivity · 13 years ago
  52. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  53. c2c9a46 qcow2: Allow >4 GB VM state by Kevin Wolf · 13 years ago
  54. 0e28670 stdio_fclose: return -errno on errors (v2) by Eduardo Habkost · 13 years ago
  55. 26f1af0 stdio_pclose: return -errno on error (v3) by Eduardo Habkost · 13 years ago
  56. d82ca91 qemu_fclose: return last_error if set (v3) by Eduardo Habkost · 13 years ago
  57. c29110d savevm: use qemu_file_set_error() instead of setting last_error directly by Eduardo Habkost · 13 years ago
  58. eb5d5be Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  59. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  60. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago
  61. 38e0735 ivshmem: use migration blockers to prevent live migration in peer mode (v2) by Anthony Liguori · 13 years ago
  62. fa39a30 savevm: qemu_fille_buffer() used to return one error for reads of size 0. by Juan Quintela · 13 years ago
  63. 2ff68d0 qemu-timer: move more stuff out of qemu-timer.c by Paolo Bonzini · 14 years ago
  64. a6e43da Merge remote-tracking branch 'quintela/migration-pull' into staging by Anthony Liguori · 13 years ago
  65. 2975725 migration: make *save_live return errors by Juan Quintela · 13 years ago
  66. 42802d4 migration: use qemu_file_get_error() return value when possible by Juan Quintela · 13 years ago
  67. 3961b4d savevm: Rename has_error to last_error field by Juan Quintela · 13 years ago
  68. 624b9cc migration: rename qemu_file_has_error to qemu_file_get_error by Juan Quintela · 13 years ago
  69. 3934638 migration: return real error code by Juan Quintela · 14 years ago
  70. dcd1d22 migration: change has_error to contain errno values by Juan Quintela · 14 years ago
  71. 3da9eeb Revert "savevm: fix corruption in vmstate_subsection_load()." by Juan Quintela · 13 years ago
  72. c638072 savevm: improve subsections detection on load by Juan Quintela · 13 years ago
  73. 65f3bb3 savevm: define qemu_get_byte() using qemu_peek_byte() by Juan Quintela · 13 years ago
  74. b9ce145 savevm: some coding style cleanups by Juan Quintela · 13 years ago
  75. 0046c45 savevm: teach qemu_fill_buffer to do partial refills by Juan Quintela · 13 years ago
  76. c370f09 savevm: qemu_savevm_state(): Drop stop VM logic by Luiz Capitulino · 13 years ago
  77. 0461d5a RunState: Rename enum values as generated by the QAPI by Luiz Capitulino · 13 years ago
  78. 1354869 Drop the vm_running global variable by Luiz Capitulino · 14 years ago
  79. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  80. 07b70bf savevm: Include writable devices with removable media by Markus Armbruster · 14 years ago
  81. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  82. e374560 Merge remote-tracking branch 'kraxel/migration.2' into staging by Anthony Liguori · 14 years ago
  83. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  84. 2837c8e vmstate: add no_migrate flag to VMStateDescription by Gerd Hoffmann · 14 years ago
  85. 5a8a49d Reset system before loadvm by Jan Kiszka · 14 years ago
  86. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  87. 61cc870 Fix some typos in comments and documentation by Stefan Weil · 14 years ago
  88. 17a4663 Move CPU related functions to cpus.h by Blue Swirl · 14 years ago
  89. b784421 Fix migration uint8 arrys handled by Juan Quintela · 14 years ago
  90. aa315f9 Merge branch 'for-anthony' of git://github.com/bonzini/qemu by Aurelien Jarno · 14 years ago
  91. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  92. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  93. e11480d Add error message for loading snapshot without VM state by Kevin Wolf · 14 years ago
  94. a624b08 vmstate: add UINT32 VARRAYS by Juan Quintela · 14 years ago
  95. 82fa39b vmstate: Fix varrays with uint8 indexes by Juan Quintela · 14 years ago
  96. 9122a8f vmstate: add VMSTATE_UINT32_EQUAL by Juan Quintela · 14 years ago
  97. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  98. eb60260 savevm: fix corruption in vmstate_subsection_load(). by Yoshiaki Tamura · 14 years ago
  99. 27d6bf4 blockdev: Fix regression in -drive if=scsi,index=N by Markus Armbruster · 14 years ago
  100. dc91212 savevm: Fix no_migrate by Alex Williamson · 14 years ago