aboutsummaryrefslogtreecommitdiff
path: root/savevm.c
AgeCommit message (Expand)Author
2015-03-19error: Replace error_report() & error_free() with error_report_err()zhanghailiang
2015-03-16migration: Allow to suppress vmdesc submissionAlexander Graf
2015-03-16migration: Read JSON VM description on incoming migrationAlexander Graf
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster
2015-02-16savevm: Improve error message for blocked migrationKevin Wolf
2015-02-05migration: Append JSON description of migration streamAlexander Graf
2015-02-05Print errors in some of the early migration failure cases.Dr. David Alan Gilbert
2015-02-05Migration: Add lots of trace eventsDr. David Alan Gilbert
2015-02-05savevm: Convert fprintf to error_reportDr. David Alan Gilbert
2014-11-03snapshot: Reset err to NULL to avoid double freeChris Spiegel
2014-10-03snapshot: fix referencing wrong variable in while loop in do_delvmZhang Haoyu
2014-06-25savevm: check vmsd for migratability statusMarcelo Tosatti
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah
2014-06-19migration: introduce self_announce_delay()Jason Wang
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang
2014-06-17unset RAMBlock idstr when unregister MemoryRegionHu Tao
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-03-27migration: add more tracesAlexey Kardashevskiy
2014-03-08migration: extend section_start/end tracesAlexey Kardashevskiy
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-01-13savevm: Small comment about why timer QEMUFile/VMState code is in savevm.cEduardo Habkost
2014-01-13qemu-file: Move QEMUFile code to qemu-file.cEduardo Habkost
2014-01-13vmstate: Move VMState code to vmstate.cEduardo Habkost
2014-01-13savevm.c: Coding style fixEduardo Habkost
2014-01-13savevm.c: Coding style fixesEduardo Habkost
2014-01-13savevm: Convert all tabs to spacesEduardo Habkost
2014-01-13migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost
2013-11-20The calculation of bytes_xfer in qemu_put_buffer() is wrongWangting (Kathy)
2013-09-24savevm: fix wrong initialization by ram_control_load_hookLei Li
2013-09-24savevm: add comments for qemu_file_get_error()Lei Li
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh
2013-07-23rdma: bugfix: ram_control_save_page()Michael R. Hines
2013-06-27rdma: new QEMUFileOps hooksMichael R. Hines
2013-06-27rdma: export qemu_fflush()Michael R. Hines
2013-06-27rdma: introduce qemu_file_mode_is_not_valid()Michael R. Hines
2013-06-27rdma: export yield_until_fd_readable()Michael R. Hines
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines
2013-06-21savevm: Fix potential memory leakStefan Weil
2013-06-17savevm: qmp_xen_save_devices_state(): use error_setg_file_open()Luiz Capitulino
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi
2013-06-01do not check pointers after dereferencing themPaolo Bonzini