summaryrefslogtreecommitdiffstats
path: root/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qemu-file: do not use stdio for qemu_fdopenPaolo Bonzini2013-04-171-11/+90
* qemu-file: drop socket_put_bufferPaolo Bonzini2013-04-171-13/+0
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-04-151-4/+21
|\
| * savevm: Implement block_writev_buffer()Kevin Wolf2013-04-151-4/+21
* | migration: simplify writev vs. non-writev logicPaolo Bonzini2013-04-091-13/+9
* | migration: drop is_write complicationsPaolo Bonzini2013-04-091-48/+20
* | migration: use a single I/O operation when writev_buffer is not definedPaolo Bonzini2013-04-091-15/+34
* | migration: set f->is_write and flush in add_to_iovecPaolo Bonzini2013-04-091-16/+9
|/
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-1/+1
* Add qemu_put_buffer_asyncOrit Wasserman2013-03-261-8/+26
* Use writev ops if availableOrit Wasserman2013-03-261-8/+23
* Store the data to send also in iovecOrit Wasserman2013-03-261-2/+22
* Update bytes_xfer in qemu_put_byteOrit Wasserman2013-03-261-0/+2
* Add socket_writev_buffer functionOrit Wasserman2013-03-261-0/+15
* savevm: Add VMSTATE_FLOAT64 helpersDavid Gibson2013-03-261-0/+23
* savevm: Add VMSTATE_UINT64_EQUAL helpersDavid Gibson2013-03-261-0/+21
* vmstate: Make vmstate_register() static inlineAndreas Färber2013-03-121-7/+0
* migration: move rate limiting to QEMUFilePaolo Bonzini2013-03-111-14/+17
* migration: use QEMUFile for migration channel lifetimePaolo Bonzini2013-03-111-0/+1
* qemu-file: simplify and export qemu_ftellPaolo Bonzini2013-03-111-12/+8
* qemu-file: add writable socket QEMUFilePaolo Bonzini2013-03-111-2/+31
* qemu-file: check exit status when closing a pipe QEMUFilePaolo Bonzini2013-03-111-0/+3
* qemu-file: fsync a writable stdio QEMUFilePaolo Bonzini2013-03-111-0/+18
* migration: merge qemu_popen_cmd with qemu_popenPaolo Bonzini2013-03-111-14/+8
* qemu-file: make qemu_fflush and qemu_file_set_error private againPaolo Bonzini2013-03-111-2/+2
* migration: yay, buffering is gonePaolo Bonzini2013-03-111-0/+1
* migration: run setup callbacks out of big lockPaolo Bonzini2013-03-111-0/+3
* qemu-file: temporarily expose qemu_file_set_error and qemu_fflushPaolo Bonzini2013-03-111-2/+2
* migration: use qemu_file_set_error to pass error codes back to qemu_savevm_statePaolo Bonzini2013-03-111-26/+18
* qemu-file: pass errno from qemu_fflush via f->last_errorPaolo Bonzini2013-03-111-13/+12
* migration: push qemu_savevm_state_cancel out of qemu_savevm_state_*Paolo Bonzini2013-03-111-11/+4
* migration: make qemu_ftell() public and support writable filesStefan Hajnoczi2013-02-121-2/+7
* migration: restrict scope of incoming fd read handlerStefan Hajnoczi2013-02-111-4/+30
OpenPOWER on IntegriCloud