summaryrefslogtreecommitdiff
path: root/savevm.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-19error: Replace error_report() & error_free() with error_report_err()zhanghailiang1-2/+1
2015-03-16migration: Allow to suppress vmdesc submissionAlexander Graf1-3/+11
2015-03-16migration: Read JSON VM description on incoming migrationAlexander Graf1-1/+21
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell1-3/+3
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster1-1/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-2/+2
2015-02-16savevm: Improve error message for blocked migrationKevin Wolf1-4/+7
2015-02-05migration: Append JSON description of migration streamAlexander Graf1-6/+48
2015-02-05Print errors in some of the early migration failure cases.Dr. David Alan Gilbert1-1/+6
2015-02-05Migration: Add lots of trace eventsDr. David Alan Gilbert1-3/+7
2015-02-05savevm: Convert fprintf to error_reportDr. David Alan Gilbert1-10/+11
2014-11-03snapshot: Reset err to NULL to avoid double freeChris Spiegel1-1/+2
2014-10-03snapshot: fix referencing wrong variable in while loop in do_delvmZhang Haoyu1-6/+5
2014-06-25savevm: check vmsd for migratability statusMarcelo Tosatti1-4/+1
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah1-0/+139
2014-06-19migration: introduce self_announce_delay()Jason Wang1-1/+1
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang1-1/+0
2014-06-17unset RAMBlock idstr when unregister MemoryRegionHu Tao1-1/+1
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-1/+2
2014-03-27migration: add more tracesAlexey Kardashevskiy1-0/+8
2014-03-08migration: extend section_start/end tracesAlexey Kardashevskiy1-6/+6
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-2/+2
2014-01-13savevm: Small comment about why timer QEMUFile/VMState code is in savevm.cEduardo Habkost1-2/+6
2014-01-13qemu-file: Move QEMUFile code to qemu-file.cEduardo Habkost1-820/+0
2014-01-13vmstate: Move VMState code to vmstate.cEduardo Habkost1-645/+0
2014-01-13savevm.c: Coding style fixEduardo Habkost1-1/+2
2014-01-13savevm.c: Coding style fixesEduardo Habkost1-31/+44
2014-01-13savevm: Convert all tabs to spacesEduardo Habkost1-9/+9
2014-01-13migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost1-11/+0
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost1-4/+4
2013-11-20The calculation of bytes_xfer in qemu_put_buffer() is wrongWangting (Kathy)1-1/+1
2013-09-24savevm: fix wrong initialization by ram_control_load_hookLei Li1-1/+1
2013-09-24savevm: add comments for qemu_file_get_error()Lei Li1-0/+7
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia1-15/+17
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-7/+7
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh1-4/+4
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh1-1/+1
2013-07-23rdma: bugfix: ram_control_save_page()Michael R. Hines1-1/+1
2013-06-27rdma: new QEMUFileOps hooksMichael R. Hines1-0/+59
2013-06-27rdma: export qemu_fflush()Michael R. Hines1-1/+1
2013-06-27rdma: introduce qemu_file_mode_is_not_valid()Michael R. Hines1-7/+13
2013-06-27rdma: export yield_until_fd_readable()Michael R. Hines1-28/+0
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines1-0/+5
2013-06-21savevm: Fix potential memory leakStefan Weil1-1/+2
2013-06-17savevm: qmp_xen_save_devices_state(): use error_setg_file_open()Luiz Capitulino1-1/+1
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia1-3/+4
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia1-0/+1
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia1-22/+1
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi1-4/+15
2013-06-01do not check pointers after dereferencing themPaolo Bonzini1-4/+4