aboutsummaryrefslogtreecommitdiffstats
path: root/savevm.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-04VMState: Fix sub-structs versioningJuan Quintela1-1/+1
2009-08-27Add VMState support to run a function after loadJuan Quintela1-0/+2
2009-08-27Add VMState support for int32_t check valueJuan Quintela1-0/+20
2009-08-27Add VMState support for static sized buffers (uint_8)Juan Quintela1-0/+21
2009-08-27Add VMState support for variable sized arraysJuan Quintela1-0/+4
2009-08-27Add VMState support for int32_t check valueJuan Quintela1-0/+20
2009-08-27Add VMState support for structsJuan Quintela1-2/+13
2009-08-27Add VMState support for arraysJuan Quintela1-9/+22
2009-08-27Add VMState support for pointersJuan Quintela1-0/+28
2009-08-27New VMstate save/load infrastructureJuan Quintela1-5/+268
2009-08-27Add vmstate_load() and vmstate_save() functionsJuan Quintela1-4/+15
2009-08-27Use return value from load_state() call backJuan Quintela1-2/+12
2009-08-27make load_vmstate() return errorsJuan Quintela1-5/+7
2009-08-27move do_loadvm() to monitor.cJuan Quintela1-11/+0
2009-08-27split do_loadvm() into do_loadvm() and load_vmstate()Juan Quintela1-9/+13
2009-08-27add file descriptor migrationPaolo Bonzini1-0/+28
2009-08-24unify popen/fopen qemu wrappersPaolo Bonzini1-49/+50
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-2/+2
2009-07-27kill drives_tableGerd Hoffmann1-14/+18
2009-07-16fix segfault in setting migration speedGlauber Costa1-1/+3
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig1-39/+7
2009-06-13exec-migration: handle EINTR in popen_get_buffer()Uri Lublin1-1/+8
2009-06-13Fix mingw32 build warningsBlue Swirl1-1/+1
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-1/+1
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-1/+1
2009-05-27Allow monitor interaction when using migrate -execChris Lalancette1-1/+11
2009-05-22introduce set_rate_limit function for QEMUFileGlauber Costa1-8/+19
2009-05-22Don't send all gratuitous packets at once.Gleb Natapov1-5/+19
2009-05-22Minimal ethernet frame length is 64 bytes.Gleb Natapov1-1/+2
2009-05-01Make sure not to fall through on error in loadvmAnthony Liguori1-0/+1
2009-04-17Add unregister_savevm() (Mark McLoughlin)aliguori1-0/+16
2009-04-05create qemu_file_set_error (Glauber Costa)aliguori1-0/+5
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori1-6/+6
2009-03-13make qemu_announce_self handle non contiguous net tables (Marcelo Tosatti)aliguori1-1/+3
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-0/+1
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir11-2/+2
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-1/+1
2009-03-07Fix BSD breakage from r6736blueswir11-0/+3
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-12/+12
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-39/+44
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-19/+0
2008-12-11Fix handling of disk-only snapshots (Kevin Wolf)aliguori1-1/+10
2008-11-11Split savevm code into savevm.caliguori1-0/+1245