aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-10Add migration-capability boolean for postcopy-ram.Dr. David Alan Gilbert
2015-11-10Rework loadvm path for subloopsDr. David Alan Gilbert
2015-11-10Return path: Source handling of return pathDr. David Alan Gilbert
2015-11-10migration_is_setup_or_activeDr. David Alan Gilbert
2015-11-10Return path: Send responses from destination to sourceDr. David Alan Gilbert
2015-11-10Return path: Control commandsDr. David Alan Gilbert
2015-11-10Migration commandsDr. David Alan Gilbert
2015-11-10Return path: socket_writev_buffer: Block even on non-blocking fd'sDr. David Alan Gilbert
2015-11-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151110'...Peter Maydell
2015-11-10Return path: Open a return path on QEMUFile for socketsDr. David Alan Gilbert
2015-11-10Add Linux userfaultfd.h headerDr. David Alan Gilbert
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert
2015-11-10migrate_init: Call from savevmDr. David Alan Gilbert
2015-11-10ram_load: Factor out host_from_stream_offset call and checkDr. David Alan Gilbert
2015-11-10ram_debug_dump_bitmap: Dump a migration bitmap as textDr. David Alan Gilbert
2015-11-10Add QEMU_MADV_NOHUGEPAGEDr. David Alan Gilbert
2015-11-10Add wrapper for setting blocking status on a QEMUFileDr. David Alan Gilbert
2015-11-10Add qemu_get_buffer_in_place to avoid copies some of the timeDr. David Alan Gilbert
2015-11-10Rename mis->file to from_src_fileDr. David Alan Gilbert
2015-11-10qemu_ram_block_by_nameDr. David Alan Gilbert
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert
2015-11-10Move page_size_init earlierDr. David Alan Gilbert
2015-11-10Move configuration section writingDr. David Alan Gilbert
2015-11-10Provide runtime Target page informationDr. David Alan Gilbert
2015-11-10Add postcopy documentationDr. David Alan Gilbert
2015-11-10target-arm: Clean up DISAS_UPDATE usage in AArch32 translation codeSergey Fedorov
2015-11-10hw/arm/virt: error_report cleanupsAndrew Jones
2015-11-10arm: highbank: Implement PSCI and dummy monitorPeter Crosthwaite
2015-11-10arm: highbank: Defeature CPU overridePeter Crosthwaite
2015-11-10arm: boot: Add secure_board_setup flagPeter Crosthwaite
2015-11-10hw/intc/arm_gic: Remove the definition of NUM_CPUWei Huang
2015-11-10target-arm: Fix gdb singlestep handling in arm_debug_excp_handler()Sergey Fedorov
2015-11-10Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-10' into ...Peter Maydell
2015-11-10qapi-introspect: Document lack of sortingEric Blake
2015-11-10qapi: Provide nicer array names in introspectionEric Blake
2015-11-10qapi: More tests of input arraysEric Blake
2015-11-10qapi: Test failure in middle of array parseEric Blake
2015-11-10qapi: More tests of alternate outputEric Blake
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake
2015-11-09configure: Don't disable optimization for non-fortify buildsPeter Maydell
2015-11-09hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSXPeter Maydell
2015-11-09qapi: Simplify non-error testing in test-qmp-*Eric Blake
2015-11-09qapi: Plug leaks in test-qmp-*Eric Blake
2015-11-09qapi: Share test_init code in test-qmp-input*Eric Blake
2015-11-09qobject: Protect against use-after-free in qobject_decref()Eric Blake
2015-11-09qapi: Strengthen test of TestStructListEric Blake
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake
2015-11-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-11-09blockdev: acquire AioContext in hmp_commit()Stefan Hajnoczi
2015-11-09monitor: add missed aio_context_acquire into vm_completion callDenis V. Lunev