summaryrefslogtreecommitdiffstats
path: root/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* migration: respect exit status with exec:Anthony Liguori2010-06-031-2/+3
* vmstate: Add support for alias IDJan Kiszka2010-05-151-3/+17
* vmstate: Drop unused post_save handlerJan Kiszka2010-05-151-3/+0
* Fix the RARP protocol IDStefan Berger2010-05-031-1/+1
* Merge remote branch 'markus/qerror' into stagingAnthony Liguori2010-03-171-14/+13
|\
| * error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-11/+12
| * savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster2010-03-161-13/+11
* | Fix a typo in error messageBlue Swirl2010-03-131-1/+1
|/
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-0/+4
* fix savevm command without id or tagMarcelo Tosatti2010-01-261-1/+1
* savevm.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2009-12-251-2/+1
* live migration: Serialize vmstate saving in stage 2Jan Kiszka2009-12-031-1/+8
* live migration: Propagate output monitor to callback handlerJan Kiszka2009-12-031-15/+16
* live migration: Allow cleanup after cancellation or errorJan Kiszka2009-12-031-2/+17
* vmstate: Add support for multiplying size for a constantJuan Quintela2009-12-031-0/+6
* vmstate: Add support for VBUFFERSJuan Quintela2009-12-031-6/+14
* vmstate: fix missing ARRAY_OF_POINTERS support on save stateJuan Quintela2009-12-031-0/+3
* vmstate: Avoid seekingJan Kiszka2009-12-031-3/+17
* net: fix qemu_announce_self()Mark McLoughlin2009-12-031-13/+13
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-4/+1
* Block live migrationlirans@il.ibm.com2009-11-171-16/+46
* savevm: Delete existing snapshots in all imagesKevin Wolf2009-11-121-19/+39
* Fix incoming migrationJuan Quintela2009-11-121-1/+6
* net: use qemu_send_packet_raw() in qemu_announce_self()Gleb Natapov2009-10-271-6/+1
* net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin2009-10-271-6/+0
* vmstate: Add VMSTATE_BUFFER_UNUSEDJuan Quintela2009-10-271-0/+20
* vmstate: add VMS_VARRAY_UINT16_UNSAFE (varrays with uint16 indexes)Juan Quintela2009-10-271-0/+4
* vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32Juan Quintela2009-10-271-4/+4
* vmstate: add VMSTATE_UINT16_EQUAL[_V]Juan Quintela2009-10-271-0/+20
* vnmstate: fix name for uint8_equalJuan Quintela2009-10-271-1/+1
* Send a RARP packet after migration.Nolan2009-10-271-16/+30
* net: use qtailq for vlan and client listsMark McLoughlin2009-10-151-1/+1
* vmstate: Add suppot for field_exist() testJuan Quintela2009-10-051-17/+23
* vmstate: add support for arrays of pointersJuan Quintela2009-10-051-0/+3
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* vmstate: remove const for put operationsJuan Quintela2009-10-051-23/+23
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-29/+28
* Include sys-queue.h early to override system queue definitions on BSDBlue Swirl2009-09-121-0/+2
* vmstate: add support for uint8_t equalJuan Quintela2009-09-111-0/+20
* vmstate: Add pre/post_save() hooksJuan Quintela2009-09-111-0/+6
* vmstate: Add pre_load() hookJuan Quintela2009-09-111-0/+5
* vmstate: rename run_after_load() -> post_load()Juan Quintela2009-09-111-2/+3
* vmstate: add sensible arguments to vmstate_unregister()Juan Quintela2009-09-111-2/+9
* Remove SaveVM v2 supportJuan Quintela2009-09-111-43/+4
* savevm: Convert loadvm handlers list to LISTJuan Quintela2009-09-091-9/+12
* savevm: Convert savevm handlers list to TAILQJuan Quintela2009-09-091-52/+42
* monitor: Port handler_1 to use QDictLuiz Capitulino2009-09-041-2/+4
* VMState: Fix sub-structs versioningJuan Quintela2009-09-041-1/+1
* Add VMState support to run a function after loadJuan Quintela2009-08-271-0/+2
* Add VMState support for int32_t check valueJuan Quintela2009-08-271-0/+20
OpenPOWER on IntegriCloud