aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support marking a device as non-migratableCam Macdonell2010-10-111-3/+41
* savevm: Fix memory leak of compat structAlex Williamson2010-07-301-0/+6
* vmstate: add subsections codeJuan Quintela2010-07-261-1/+85
* savevm: Make use of DeviceStateAlex Williamson2010-07-061-5/+79
* savevm: Add DeviceState paramAlex Williamson2010-07-061-9/+13
* savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster2010-07-021-27/+4
* block: Decouple savevm from DriveInfoMarkus Armbruster2010-06-151-22/+18
* savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho2010-06-151-22/+36
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-1/+1
* 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