summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert5-0/+330
2015-11-10Add migration-capability boolean for postcopy-ram.Dr. David Alan Gilbert3-1/+29
2015-11-10Rework loadvm path for subloopsDr. David Alan Gilbert4-67/+86
2015-11-10Return path: Source handling of return pathDr. David Alan Gilbert3-2/+175
2015-11-10migration_is_setup_or_activeDr. David Alan Gilbert1-6/+20
2015-11-10Return path: Send responses from destination to sourceDr. David Alan Gilbert4-1/+66
2015-11-10Return path: Control commandsDr. David Alan Gilbert4-1/+51
2015-11-10Migration commandsDr. David Alan Gilbert4-0/+82
2015-11-10Return path: socket_writev_buffer: Block even on non-blocking fd'sDr. David Alan Gilbert1-5/+37
2015-11-10Return path: Open a return path on QEMUFile for socketsDr. David Alan Gilbert3-9/+79
2015-11-10Add Linux userfaultfd.h headerDr. David Alan Gilbert1-0/+167
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert8-12/+12
2015-11-10migrate_init: Call from savevmDr. David Alan Gilbert4-4/+5
2015-11-10ram_load: Factor out host_from_stream_offset call and checkDr. David Alan Gilbert1-26/+15
2015-11-10ram_debug_dump_bitmap: Dump a migration bitmap as textDr. David Alan Gilbert2-0/+40
2015-11-10Add QEMU_MADV_NOHUGEPAGEDr. David Alan Gilbert1-0/+9
2015-11-10Add wrapper for setting blocking status on a QEMUFileDr. David Alan Gilbert2-0/+16
2015-11-10Add qemu_get_buffer_in_place to avoid copies some of the timeDr. David Alan Gilbert2-0/+39
2015-11-10Rename mis->file to from_src_fileDr. David Alan Gilbert2-2/+2
2015-11-10qemu_ram_block_by_nameDr. David Alan Gilbert3-20/+36
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert4-11/+49
2015-11-10Move page_size_init earlierDr. David Alan Gilbert5-3/+2
2015-11-10Move configuration section writingDr. David Alan Gilbert1-5/+6
2015-11-10Provide runtime Target page informationDr. David Alan Gilbert2-0/+11
2015-11-10Add postcopy documentationDr. David Alan Gilbert1-0/+191
2015-11-10Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-10' into ...Peter Maydell14-438/+276
2015-11-10qapi-introspect: Document lack of sortingEric Blake2-9/+27
2015-11-10qapi: Provide nicer array names in introspectionEric Blake2-5/+10
2015-11-10qapi: More tests of input arraysEric Blake1-0/+52
2015-11-10qapi: Test failure in middle of array parseEric Blake2-1/+13
2015-11-10qapi: More tests of alternate outputEric Blake1-1/+15
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake5-35/+31
2015-11-09configure: Don't disable optimization for non-fortify buildsPeter Maydell1-0/+2
2015-11-09hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSXPeter Maydell1-2/+2
2015-11-09qapi: Simplify non-error testing in test-qmp-*Eric Blake4-135/+53
2015-11-09qapi: Plug leaks in test-qmp-*Eric Blake3-35/+18
2015-11-09qapi: Share test_init code in test-qmp-input*Eric Blake2-51/+46
2015-11-09qobject: Protect against use-after-free in qobject_decref()Eric Blake1-0/+1
2015-11-09qapi: Strengthen test of TestStructListEric Blake1-11/+7
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake6-162/+10
2015-11-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell7-39/+309
2015-11-09blockdev: acquire AioContext in hmp_commit()Stefan Hajnoczi1-1/+11
2015-11-09monitor: add missed aio_context_acquire into vm_completion callDenis V. Lunev1-3/+8
2015-11-09aio: Introduce aio-epoll.cFam Zheng2-1/+188
2015-11-09aio: Introduce aio_context_setupFam Zheng4-2/+27
2015-11-09aio: Introduce aio_external_disabledFam Zheng1-0/+11
2015-11-09dataplane: support non-contigious s/gMichael S. Tsirkin1-22/+46
2015-11-09dataplane: simplify indirect descriptor readMichael S. Tsirkin1-10/+18
2015-11-07Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2-9/+34
2015-11-07Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell8-45/+191