aboutsummaryrefslogtreecommitdiff
path: root/savevm.c
AgeCommit message (Expand)Author
2009-10-05vmstate: Add suppot for field_exist() testJuan Quintela
2009-10-05vmstate: add support for arrays of pointersJuan Quintela
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-10-05vmstate: remove const for put operationsJuan Quintela
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-12Include sys-queue.h early to override system queue definitions on BSDBlue Swirl
2009-09-11vmstate: add support for uint8_t equalJuan Quintela
2009-09-11vmstate: Add pre/post_save() hooksJuan Quintela
2009-09-11vmstate: Add pre_load() hookJuan Quintela
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela
2009-09-11vmstate: add sensible arguments to vmstate_unregister()Juan Quintela
2009-09-11Remove SaveVM v2 supportJuan Quintela
2009-09-09savevm: Convert loadvm handlers list to LISTJuan Quintela
2009-09-09savevm: Convert savevm handlers list to TAILQJuan Quintela
2009-09-04monitor: Port handler_1 to use QDictLuiz Capitulino
2009-09-04VMState: Fix sub-structs versioningJuan Quintela
2009-08-27Add VMState support to run a function after loadJuan Quintela
2009-08-27Add VMState support for int32_t check valueJuan Quintela
2009-08-27Add VMState support for static sized buffers (uint_8)Juan Quintela
2009-08-27Add VMState support for variable sized arraysJuan Quintela
2009-08-27Add VMState support for int32_t check valueJuan Quintela
2009-08-27Add VMState support for structsJuan Quintela
2009-08-27Add VMState support for arraysJuan Quintela
2009-08-27Add VMState support for pointersJuan Quintela
2009-08-27New VMstate save/load infrastructureJuan Quintela
2009-08-27Add vmstate_load() and vmstate_save() functionsJuan Quintela
2009-08-27Use return value from load_state() call backJuan Quintela
2009-08-27make load_vmstate() return errorsJuan Quintela
2009-08-27move do_loadvm() to monitor.cJuan Quintela
2009-08-27split do_loadvm() into do_loadvm() and load_vmstate()Juan Quintela
2009-08-27add file descriptor migrationPaolo Bonzini
2009-08-24unify popen/fopen qemu wrappersPaolo Bonzini
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-27kill drives_tableGerd Hoffmann
2009-07-16fix segfault in setting migration speedGlauber Costa
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig
2009-06-13exec-migration: handle EINTR in popen_get_buffer()Uri Lublin
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-05-27Allow monitor interaction when using migrate -execChris Lalancette
2009-05-22introduce set_rate_limit function for QEMUFileGlauber Costa
2009-05-22Don't send all gratuitous packets at once.Gleb Natapov
2009-05-22Minimal ethernet frame length is 64 bytes.Gleb Natapov
2009-05-01Make sure not to fall through on error in loadvmAnthony Liguori
2009-04-17Add unregister_savevm() (Mark McLoughlin)aliguori
2009-04-05create qemu_file_set_error (Glauber Costa)aliguori
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori
2009-03-13make qemu_announce_self handle non contiguous net tables (Marcelo Tosatti)aliguori
2009-03-08Fix windows build and clean up use of <windows.h>aliguori