1. a6e43da Merge remote-tracking branch 'quintela/migration-pull' into staging by Anthony Liguori · 13 years ago
  2. 2975725 migration: make *save_live return errors by Juan Quintela · 13 years ago
  3. 42802d4 migration: use qemu_file_get_error() return value when possible by Juan Quintela · 13 years ago
  4. 3961b4d savevm: Rename has_error to last_error field by Juan Quintela · 13 years ago
  5. 624b9cc migration: rename qemu_file_has_error to qemu_file_get_error by Juan Quintela · 13 years ago
  6. 3934638 migration: return real error code by Juan Quintela · 13 years ago
  7. dcd1d22 migration: change has_error to contain errno values by Juan Quintela · 13 years ago
  8. 3da9eeb Revert "savevm: fix corruption in vmstate_subsection_load()." by Juan Quintela · 13 years ago
  9. c638072 savevm: improve subsections detection on load by Juan Quintela · 13 years ago
  10. 65f3bb3 savevm: define qemu_get_byte() using qemu_peek_byte() by Juan Quintela · 13 years ago
  11. b9ce145 savevm: some coding style cleanups by Juan Quintela · 13 years ago
  12. 0046c45 savevm: teach qemu_fill_buffer to do partial refills by Juan Quintela · 13 years ago
  13. c370f09 savevm: qemu_savevm_state(): Drop stop VM logic by Luiz Capitulino · 13 years ago
  14. 0461d5a RunState: Rename enum values as generated by the QAPI by Luiz Capitulino · 13 years ago
  15. 1354869 Drop the vm_running global variable by Luiz Capitulino · 14 years ago
  16. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  17. 07b70bf savevm: Include writable devices with removable media by Markus Armbruster · 14 years ago
  18. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  19. e374560 Merge remote-tracking branch 'kraxel/migration.2' into staging by Anthony Liguori · 14 years ago
  20. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  21. 2837c8e vmstate: add no_migrate flag to VMStateDescription by Gerd Hoffmann · 14 years ago
  22. 5a8a49d Reset system before loadvm by Jan Kiszka · 14 years ago
  23. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  24. 61cc870 Fix some typos in comments and documentation by Stefan Weil · 14 years ago
  25. 17a4663 Move CPU related functions to cpus.h by Blue Swirl · 14 years ago
  26. b784421 Fix migration uint8 arrys handled by Juan Quintela · 14 years ago
  27. aa315f9 Merge branch 'for-anthony' of git://github.com/bonzini/qemu by Aurelien Jarno · 14 years ago
  28. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  29. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  30. e11480d Add error message for loading snapshot without VM state by Kevin Wolf · 14 years ago
  31. a624b08 vmstate: add UINT32 VARRAYS by Juan Quintela · 14 years ago
  32. 82fa39b vmstate: Fix varrays with uint8 indexes by Juan Quintela · 14 years ago
  33. 9122a8f vmstate: add VMSTATE_UINT32_EQUAL by Juan Quintela · 14 years ago
  34. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  35. eb60260 savevm: fix corruption in vmstate_subsection_load(). by Yoshiaki Tamura · 14 years ago
  36. 27d6bf4 blockdev: Fix regression in -drive if=scsi,index=N by Markus Armbruster · 14 years ago
  37. dc91212 savevm: Fix no_migrate by Alex Williamson · 14 years ago
  38. eff06c4 migration/savevm: no need to flush requests by Michael S. Tsirkin · 14 years ago
  39. 3d002df migration: allow rate > 4g by Michael S. Tsirkin · 14 years ago
  40. cdae5cf add VMSTATE_BOOL by Gerd Hoffmann · 14 years ago
  41. 49a2942 Delete write only variables by Blue Swirl · 14 years ago
  42. d7d9b52 Fix OpenBSD build warning by Blue Swirl · 15 years ago
  43. 7d631a1 savevm: Generate a name when run without one by Miguel Di Ciurcio Filho · 15 years ago
  44. f920991 monitor: make 'info snapshots' show only fully available snapshots by Miguel Di Ciurcio Filho · 15 years ago
  45. 2431296 Support marking a device as non-migratable by Cam Macdonell · 15 years ago
  46. f0aa7a8 loadvm: improve tests before bdrv_snapshot_goto() by Miguel Di Ciurcio Filho · 15 years ago
  47. 69e58af savevm: Fix memory leak of compat struct by Alex Williamson · 15 years ago
  48. 811814b vmstate: add subsections code by Juan Quintela · 15 years ago
  49. 7685ee6 savevm: Make use of DeviceState by Alex Williamson · 15 years ago
  50. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  51. f9092b1 savevm: Survive hot-unplug of snapshot device by Markus Armbruster · 15 years ago
  52. dbc1359 block: Decouple savevm from DriveInfo by Markus Armbruster · 15 years ago
  53. feeee5a savevm: Really verify if a drive supports snapshots by Miguel Di Ciurcio Filho · 15 years ago
  54. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 15 years ago
  55. 41ef56e migration: respect exit status with exec: by Anthony Liguori · 15 years ago
  56. 4d2ffa0 vmstate: Add support for alias ID by Jan Kiszka · 15 years ago
  57. ec86f3e vmstate: Drop unused post_save handler by Jan Kiszka · 15 years ago
  58. f8778a7 Fix the RARP protocol ID by Stefan Berger · 15 years ago
  59. 4a39943 Merge remote branch 'markus/qerror' into staging by Anthony Liguori · 15 years ago
  60. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  61. 03cd465 savevm: Fix -loadvm to report errors to stderr, not the monitor by Markus Armbruster · 15 years ago
  62. 090414a Fix a typo in error message by Blue Swirl · 15 years ago
  63. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  64. f139a41 fix savevm command without id or tag by Marcelo Tosatti · 15 years ago
  65. 5fdb3aa savevm.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  66. 90697be live migration: Serialize vmstate saving in stage 2 by Jan Kiszka · 15 years ago
  67. f327aa0 live migration: Propagate output monitor to callback handler by Jan Kiszka · 15 years ago
  68. 4ec7fcc live migration: Allow cleanup after cancellation or error by Jan Kiszka · 15 years ago
  69. 33599e2 vmstate: Add support for multiplying size for a constant by Juan Quintela · 15 years ago
  70. e61a1e0 vmstate: Add support for VBUFFERS by Juan Quintela · 15 years ago
  71. 8595387 vmstate: fix missing ARRAY_OF_POINTERS support on save state by Juan Quintela · 15 years ago
  72. 21174c3 vmstate: Avoid seeking by Jan Kiszka · 15 years ago
  73. f401ca2 net: fix qemu_announce_self() by Mark McLoughlin · 15 years ago
  74. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  75. c163b5c Block live migration by lirans@il.ibm.com · 15 years ago
  76. cb499fb savevm: Delete existing snapshots in all images by Kevin Wolf · 15 years ago
  77. 14f26b0 Fix incoming migration by Juan Quintela · 15 years ago
  78. b04c413 net: use qemu_send_packet_raw() in qemu_announce_self() by Gleb Natapov · 15 years ago
  79. 1abb817 net: remove unused includes of if_tun.h and if_tap.h by Mark McLoughlin · 15 years ago
  80. 76507c7 vmstate: Add VMSTATE_BUFFER_UNUSED by Juan Quintela · 15 years ago
  81. bdb4941 vmstate: add VMS_VARRAY_UINT16_UNSAFE (varrays with uint16 indexes) by Juan Quintela · 15 years ago
  82. d669828 vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32 by Juan Quintela · 15 years ago
  83. dc3b83a vmstate: add VMSTATE_UINT16_EQUAL[_V] by Juan Quintela · 15 years ago
  84. aa1cce6 vnmstate: fix name for uint8_equal by Juan Quintela · 15 years ago
  85. 18995b9 Send a RARP packet after migration. by Nolan · 15 years ago
  86. 5610c3a net: use qtailq for vlan and client lists by Mark McLoughlin · 15 years ago
  87. f11f6a5 vmstate: Add suppot for field_exist() test by Juan Quintela · 15 years ago
  88. 19df438 vmstate: add support for arrays of pointers by Juan Quintela · 15 years ago
  89. e59fb37 vmstate: add version_id argument to post_load by Juan Quintela · 15 years ago
  90. 84e2e3e vmstate: remove const for put operations by Juan Quintela · 15 years ago
  91. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  92. 15cc923 Include sys-queue.h early to override system queue definitions on BSD by Blue Swirl · 16 years ago
  93. 80cd83e vmstate: add support for uint8_t equal by Juan Quintela · 16 years ago
  94. 8fb0791 vmstate: Add pre/post_save() hooks by Juan Quintela · 16 years ago
  95. fd4d52d vmstate: Add pre_load() hook by Juan Quintela · 16 years ago
  96. 752ff2f vmstate: rename run_after_load() -> post_load() by Juan Quintela · 16 years ago
  97. 1eb7538 vmstate: add sensible arguments to vmstate_unregister() by Juan Quintela · 16 years ago
  98. bbfe140 Remove SaveVM v2 support by Juan Quintela · 16 years ago
  99. f4dbb8d savevm: Convert loadvm handlers list to LIST by Juan Quintela · 16 years ago
  100. 8718e99 savevm: Convert savevm handlers list to TAILQ by Juan Quintela · 16 years ago