aboutsummaryrefslogtreecommitdiffstats
path: root/savevm.c
AgeCommit message (Expand)AuthorFilesLines
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