1. 7685ee6 savevm: Make use of DeviceState by Alex Williamson · 14 years ago
  2. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 14 years ago
  3. f9092b1 savevm: Survive hot-unplug of snapshot device by Markus Armbruster · 14 years ago
  4. dbc1359 block: Decouple savevm from DriveInfo by Markus Armbruster · 14 years ago
  5. feeee5a savevm: Really verify if a drive supports snapshots by Miguel Di Ciurcio Filho · 14 years ago
  6. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 14 years ago
  7. 41ef56e migration: respect exit status with exec: by Anthony Liguori · 14 years ago
  8. 4d2ffa0 vmstate: Add support for alias ID by Jan Kiszka · 14 years ago
  9. ec86f3e vmstate: Drop unused post_save handler by Jan Kiszka · 14 years ago
  10. f8778a7 Fix the RARP protocol ID by Stefan Berger · 14 years ago
  11. 4a39943 Merge remote branch 'markus/qerror' into staging by Anthony Liguori · 15 years ago
  12. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  13. 03cd465 savevm: Fix -loadvm to report errors to stderr, not the monitor by Markus Armbruster · 15 years ago
  14. 090414a Fix a typo in error message by Blue Swirl · 15 years ago
  15. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  16. f139a41 fix savevm command without id or tag by Marcelo Tosatti · 15 years ago
  17. 5fdb3aa savevm.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  18. 90697be live migration: Serialize vmstate saving in stage 2 by Jan Kiszka · 15 years ago
  19. f327aa0 live migration: Propagate output monitor to callback handler by Jan Kiszka · 15 years ago
  20. 4ec7fcc live migration: Allow cleanup after cancellation or error by Jan Kiszka · 15 years ago
  21. 33599e2 vmstate: Add support for multiplying size for a constant by Juan Quintela · 15 years ago
  22. e61a1e0 vmstate: Add support for VBUFFERS by Juan Quintela · 15 years ago
  23. 8595387 vmstate: fix missing ARRAY_OF_POINTERS support on save state by Juan Quintela · 15 years ago
  24. 21174c3 vmstate: Avoid seeking by Jan Kiszka · 15 years ago
  25. f401ca2 net: fix qemu_announce_self() by Mark McLoughlin · 15 years ago
  26. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  27. c163b5c Block live migration by lirans@il.ibm.com · 15 years ago
  28. cb499fb savevm: Delete existing snapshots in all images by Kevin Wolf · 15 years ago
  29. 14f26b0 Fix incoming migration by Juan Quintela · 15 years ago
  30. b04c413 net: use qemu_send_packet_raw() in qemu_announce_self() by Gleb Natapov · 15 years ago
  31. 1abb817 net: remove unused includes of if_tun.h and if_tap.h by Mark McLoughlin · 15 years ago
  32. 76507c7 vmstate: Add VMSTATE_BUFFER_UNUSED by Juan Quintela · 15 years ago
  33. bdb4941 vmstate: add VMS_VARRAY_UINT16_UNSAFE (varrays with uint16 indexes) by Juan Quintela · 15 years ago
  34. d669828 vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32 by Juan Quintela · 15 years ago
  35. dc3b83a vmstate: add VMSTATE_UINT16_EQUAL[_V] by Juan Quintela · 15 years ago
  36. aa1cce6 vnmstate: fix name for uint8_equal by Juan Quintela · 15 years ago
  37. 18995b9 Send a RARP packet after migration. by Nolan · 15 years ago
  38. 5610c3a net: use qtailq for vlan and client lists by Mark McLoughlin · 15 years ago
  39. f11f6a5 vmstate: Add suppot for field_exist() test by Juan Quintela · 15 years ago
  40. 19df438 vmstate: add support for arrays of pointers by Juan Quintela · 15 years ago
  41. e59fb37 vmstate: add version_id argument to post_load by Juan Quintela · 15 years ago
  42. 84e2e3e vmstate: remove const for put operations by Juan Quintela · 15 years ago
  43. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  44. 15cc923 Include sys-queue.h early to override system queue definitions on BSD by Blue Swirl · 15 years ago
  45. 80cd83e vmstate: add support for uint8_t equal by Juan Quintela · 15 years ago
  46. 8fb0791 vmstate: Add pre/post_save() hooks by Juan Quintela · 15 years ago
  47. fd4d52d vmstate: Add pre_load() hook by Juan Quintela · 15 years ago
  48. 752ff2f vmstate: rename run_after_load() -> post_load() by Juan Quintela · 15 years ago
  49. 1eb7538 vmstate: add sensible arguments to vmstate_unregister() by Juan Quintela · 15 years ago
  50. bbfe140 Remove SaveVM v2 support by Juan Quintela · 15 years ago
  51. f4dbb8d savevm: Convert loadvm handlers list to LIST by Juan Quintela · 15 years ago
  52. 8718e99 savevm: Convert savevm handlers list to TAILQ by Juan Quintela · 15 years ago
  53. d54908a monitor: Port handler_1 to use QDict by Luiz Capitulino · 15 years ago
  54. fa3aad2 VMState: Fix sub-structs versioning by Juan Quintela · 15 years ago
  55. cff09e9 Add VMState support to run a function after load by Juan Quintela · 15 years ago
  56. 0a031e0 Add VMState support for int32_t check value by Juan Quintela · 15 years ago
  57. 6f67c50 Add VMState support for static sized buffers (uint_8) by Juan Quintela · 15 years ago
  58. b00319a Add VMState support for variable sized arrays by Juan Quintela · 15 years ago
  59. 8250166 Add VMState support for int32_t check value by Juan Quintela · 15 years ago
  60. ec245e2 Add VMState support for structs by Juan Quintela · 15 years ago
  61. f752a6a Add VMState support for arrays by Juan Quintela · 15 years ago
  62. dde0463 Add VMState support for pointers by Juan Quintela · 15 years ago
  63. 9ed7d6a New VMstate save/load infrastructure by Juan Quintela · 15 years ago
  64. 4082be4 Add vmstate_load() and vmstate_save() functions by Juan Quintela · 15 years ago
  65. b5a22e4 Use return value from load_state() call back by Juan Quintela · 15 years ago
  66. 05f2401 make load_vmstate() return errors by Juan Quintela · 15 years ago
  67. c8d41b2 move do_loadvm() to monitor.c by Juan Quintela · 15 years ago
  68. 7b63034 split do_loadvm() into do_loadvm() and load_vmstate() by Juan Quintela · 15 years ago
  69. 5ac1fad add file descriptor migration by Paolo Bonzini · 15 years ago
  70. 7f79dd2 unify popen/fopen qemu wrappers by Paolo Bonzini · 15 years ago
  71. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 15 years ago
  72. 751c6a1 kill drives_table by Gerd Hoffmann · 15 years ago
  73. 0bb05ea fix segfault in setting migration speed by Glauber Costa · 15 years ago
  74. 45566e9 replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate by Christoph Hellwig · 15 years ago
  75. 8a67ec4 exec-migration: handle EINTR in popen_get_buffer() by Uri Lublin · 15 years ago
  76. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 15 years ago
  77. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 15 years ago
  78. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 15 years ago
  79. 8a43b1e Allow monitor interaction when using migrate -exec by Chris Lalancette · 15 years ago
  80. 1962953 introduce set_rate_limit function for QEMUFile by Glauber Costa · 15 years ago
  81. ed8b330 Don't send all gratuitous packets at once. by Gleb Natapov · 15 years ago
  82. 976305b Minimal ethernet frame length is 64 bytes. by Gleb Natapov · 15 years ago
  83. d02f709 Make sure not to fall through on error in loadvm by Anthony Liguori · 15 years ago
  84. 41bd13a Add unregister_savevm() (Mark McLoughlin) by aliguori · 15 years ago
  85. 4dabe24 create qemu_file_set_error (Glauber Costa) by aliguori · 16 years ago
  86. 178e08a Fix savevm after BDRV_FILE size enforcement by aliguori · 16 years ago
  87. 3450df3 make qemu_announce_self handle non contiguous net tables (Marcelo Tosatti) by aliguori · 16 years ago
  88. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  89. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  90. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  91. d40cdb1 Fix BSD breakage from r6736 by blueswir1 · 16 years ago
  92. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  93. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  94. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  95. 2d22b18 Fix handling of disk-only snapshots (Kevin Wolf) by aliguori · 16 years ago
  96. a672b46 Split savevm code into savevm.c by aliguori · 16 years ago