summaryrefslogtreecommitdiffstats
path: root/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* error: Replace error_report() & error_free() with error_report_err()zhanghailiang2015-03-191-2/+1
* migration: Allow to suppress vmdesc submissionAlexander Graf2015-03-161-3/+11
* migration: Read JSON VM description on incoming migrationAlexander Graf2015-03-161-1/+21
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell2015-02-251-3/+3
|\
| * hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2015-02-181-1/+1
| * hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-2/+2
* | savevm: Improve error message for blocked migrationKevin Wolf2015-02-161-4/+7
|/
* migration: Append JSON description of migration streamAlexander Graf2015-02-051-6/+48
* Print errors in some of the early migration failure cases.Dr. David Alan Gilbert2015-02-051-1/+6
* Migration: Add lots of trace eventsDr. David Alan Gilbert2015-02-051-3/+7
* savevm: Convert fprintf to error_reportDr. David Alan Gilbert2015-02-051-10/+11
* snapshot: Reset err to NULL to avoid double freeChris Spiegel2014-11-031-1/+2
* snapshot: fix referencing wrong variable in while loop in do_delvmZhang Haoyu2014-10-031-6/+5
* savevm: check vmsd for migratability statusMarcelo Tosatti2014-06-251-4/+1
* migration: dump vmstate info as a json file for static analysisAmit Shah2014-06-231-0/+139
* migration: introduce self_announce_delay()Jason Wang2014-06-191-1/+1
* migration: export SELF_ANNOUNCE_ROUNDSJason Wang2014-06-191-1/+0
* unset RAMBlock idstr when unregister MemoryRegionHu Tao2014-06-171-1/+1
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-251-1/+2
* migration: add more tracesAlexey Kardashevskiy2014-03-271-0/+8
* migration: extend section_start/end tracesAlexey Kardashevskiy2014-03-081-6/+6
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-2/+2
* savevm: Small comment about why timer QEMUFile/VMState code is in savevm.cEduardo Habkost2014-01-131-2/+6
* qemu-file: Move QEMUFile code to qemu-file.cEduardo Habkost2014-01-131-820/+0
* vmstate: Move VMState code to vmstate.cEduardo Habkost2014-01-131-645/+0
* savevm.c: Coding style fixEduardo Habkost2014-01-131-1/+2
* savevm.c: Coding style fixesEduardo Habkost2014-01-131-31/+44
* savevm: Convert all tabs to spacesEduardo Habkost2014-01-131-9/+9
* migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost2014-01-131-11/+0
* qemu-file: Make a few functions non-staticEduardo Habkost2014-01-131-4/+4
* The calculation of bytes_xfer in qemu_put_buffer() is wrongWangting (Kathy)2013-11-201-1/+1
* savevm: fix wrong initialization by ram_control_load_hookLei Li2013-09-241-1/+1
* savevm: add comments for qemu_file_get_error()Lei Li2013-09-241-0/+7
* snapshot: distinguish id and name in snapshot deleteWenchao Xia2013-09-121-15/+17
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-7/+7
* aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-221-4/+4
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-1/+1
* rdma: bugfix: ram_control_save_page()Michael R. Hines2013-07-231-1/+1
* rdma: new QEMUFileOps hooksMichael R. Hines2013-06-271-0/+59
* rdma: export qemu_fflush()Michael R. Hines2013-06-271-1/+1
* rdma: introduce qemu_file_mode_is_not_valid()Michael R. Hines2013-06-271-7/+13
* rdma: export yield_until_fd_readable()Michael R. Hines2013-06-271-28/+0
* rdma: introduce qemu_update_position()Michael R. Hines2013-06-271-0/+5
* savevm: Fix potential memory leakStefan Weil2013-06-211-1/+2
* savevm: qmp_xen_save_devices_state(): use error_setg_file_open()Luiz Capitulino2013-06-171-1/+1
* block: dump snapshot and image info to specified outputWenchao Xia2013-06-041-3/+4
* block: move qmp and info dump related code to block/qapi.cWenchao Xia2013-06-041-0/+1
* block: move snapshot code in block.c to block/snapshot.cWenchao Xia2013-06-041-22/+1
* block: drop bs_snapshots global variableStefan Hajnoczi2013-06-041-4/+15
* do not check pointers after dereferencing themPaolo Bonzini2013-06-011-4/+4
OpenPOWER on IntegriCloud