vmstate: add support for uint8_t equal
[qemu] / savevm.c
2009-09-11 Juan Quintelavmstate: add support for uint8_t equal
2009-09-11 Juan Quintelavmstate: Add pre/post_save() hooks
2009-09-11 Juan Quintelavmstate: Add pre_load() hook
2009-09-11 Juan Quintelavmstate: rename run_after_load() -> post_load()
2009-09-11 Juan Quintelavmstate: add sensible arguments to vmstate_unregister()
2009-09-11 Juan QuintelaRemove SaveVM v2 support
2009-09-09 Juan Quintelasavevm: Convert loadvm handlers list to LIST
2009-09-09 Juan Quintelasavevm: Convert savevm handlers list to TAILQ
2009-09-04 Luiz Capitulinomonitor: Port handler_1 to use QDict
2009-09-04 Juan QuintelaVMState: Fix sub-structs versioning
2009-08-28 Juan QuintelaAdd VMState support to run a function after load
2009-08-28 Juan QuintelaAdd VMState support for int32_t check value
2009-08-28 Juan QuintelaAdd VMState support for static sized buffers (uint_8)
2009-08-28 Juan QuintelaAdd VMState support for variable sized arrays
2009-08-28 Juan QuintelaAdd VMState support for int32_t check value
2009-08-28 Juan QuintelaAdd VMState support for structs
2009-08-28 Juan QuintelaAdd VMState support for arrays
2009-08-28 Juan QuintelaAdd VMState support for pointers
2009-08-28 Juan QuintelaNew VMstate save/load infrastructure
2009-08-28 Juan QuintelaAdd vmstate_load() and vmstate_save() functions
2009-08-28 Juan QuintelaUse return value from load_state() call back
2009-08-28 Juan Quintelamake load_vmstate() return errors
2009-08-28 Juan Quintelamove do_loadvm() to monitor.c
2009-08-28 Juan Quintelasplit do_loadvm() into do_loadvm() and load_vmstate()
2009-08-28 Paolo Bonziniadd file descriptor migration
2009-08-24 Paolo Bonziniunify popen/fopen qemu wrappers
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-16 Glauber Costafix segfault in setting migration speed
2009-07-16 Christoph Hellwigreplace bdrv_{get, put}_buffer with bdrv_{load, save...
2009-06-14 Uri Lublinexec-migration: handle EINTR in popen_get_buffer()
2009-06-13 Blue SwirlFix mingw32 build warnings
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-05-27 Chris LalancetteAllow monitor interaction when using migrate -exec
2009-05-22 Glauber Costaintroduce set_rate_limit function for QEMUFile
2009-05-22 Gleb NatapovDon't send all gratuitous packets at once.
2009-05-22 Gleb NatapovMinimal ethernet frame length is 64 bytes.
2009-05-01 Anthony LiguoriMake sure not to fall through on error in loadvm
2009-04-17 aliguoriAdd unregister_savevm() (Mark McLoughlin)
2009-04-05 aliguoricreate qemu_file_set_error (Glauber Costa)
2009-04-05 aliguoriFix savevm after BDRV_FILE size enforcement
2009-03-13 aliguorimake qemu_announce_self handle non contiguous net table...
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-03-08 blueswir1Rename _BSD to HOST_BSD so that it's more obvious that...
2009-03-07 blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-07 blueswir1Fix BSD breakage from r6736
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2008-12-11 aliguoriFix handling of disk-only snapshots (Kevin Wolf)
2008-11-11 aliguoriSplit savevm code into savevm.c