aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2016-05-29exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini
2016-05-26Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...Peter Maydell
2016-05-26migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange
2016-05-26migration: remove support for non-iovec based write handlersDaniel P. Berrange
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange
2016-05-26migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange
2016-05-26migration: don't use an array for storing migrate parametersDaniel P. Berrange
2016-05-26migration: move definition of struct QEMUFile back into qemu-file.cDaniel P. Berrange
2016-05-26migration: delete QEMUFile stdio implementationDaniel P. Berrange
2016-05-26migration: delete QEMUFile sockets implementationDaniel P. Berrange
2016-05-26migration: delete QEMUSizedBuffer structDaniel P. Berrange
2016-05-26migration: delete QEMUFile buffer implementationDaniel P. Berrange
2016-05-26migration: convert savevm to use QIOChannel for writing to filesDaniel P. Berrange
2016-05-26migration: convert RDMA to use QIOChannel interfaceDaniel P. Berrange
2016-05-26migration: convert exec socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert fd socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert tcp socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: rename unix.c to socket.cDaniel P. Berrange
2016-05-26migration: convert unix socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange
2016-05-26migration: add helpers for creating QEMUFile from a QIOChannelDaniel P. Berrange
2016-05-26migration: introduce a new QEMUFile impl based on QIOChannelDaniel P. Berrange
2016-05-26migration: force QEMUFile to blocking mode for outgoing migrationDaniel P. Berrange
2016-05-26migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange
2016-05-26migration: split migration hooks out of QEMUFileOpsDaniel P. Berrange
2016-05-26migration: ensure qemu_fflush() always writes full data amountDaniel P. Berrange
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-24Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in...Peter Maydell
2016-05-23migration: regain control of images when migration fails to completeGreg Kurz
2016-05-23savevm: fail if migration blockers are presentGreg Kurz
2016-05-23memory: drop find_ram_block()Gonglei
2016-05-23migration: Promote improved autoconverge commands out of experimental stateJason J. Herne
2016-05-23migration/qjson: Drop gratuitous use of QOMMarkus Armbruster
2016-05-23migration: Move qjson.[ch] to migration/Markus Armbruster
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-14Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7...Peter Maydell
2016-03-11postcopy: Remove the x-Dr. David Alan Gilbert
2016-03-11postcopy: listen thread is never joinedDr. David Alan Gilbert
2016-03-11migration: fix use-after-free in loadvm_postcopy_handle_run_bhDenis V. Lunev
2016-03-11migration: fix warning for source_return_path_threadPeter Xu
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange
2016-03-08Postcopy: Fix sync count in info migrateDr. David Alan Gilbert
2016-02-28migration: allow machine to enforce configuration section migrationGreg Kurz
2016-02-26migration (postcopy): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev