Age | Commit message (Expand) | Author | Files | Lines |
2015-11-10 | migrate_init: Call from savevm | Dr. David Alan Gilbert | 4 | -4/+5 |
2015-11-10 | ram_load: Factor out host_from_stream_offset call and check | Dr. David Alan Gilbert | 1 | -26/+15 |
2015-11-10 | ram_debug_dump_bitmap: Dump a migration bitmap as text | Dr. David Alan Gilbert | 2 | -0/+40 |
2015-11-10 | Add QEMU_MADV_NOHUGEPAGE | Dr. David Alan Gilbert | 1 | -0/+9 |
2015-11-10 | Add wrapper for setting blocking status on a QEMUFile | Dr. David Alan Gilbert | 2 | -0/+16 |
2015-11-10 | Add qemu_get_buffer_in_place to avoid copies some of the time | Dr. David Alan Gilbert | 2 | -0/+39 |
2015-11-10 | Rename mis->file to from_src_file | Dr. David Alan Gilbert | 2 | -2/+2 |
2015-11-10 | qemu_ram_block_by_name | Dr. David Alan Gilbert | 3 | -20/+36 |
2015-11-10 | qemu_ram_block_from_host | Dr. David Alan Gilbert | 4 | -11/+49 |
2015-11-10 | Move page_size_init earlier | Dr. David Alan Gilbert | 5 | -3/+2 |
2015-11-10 | Move configuration section writing | Dr. David Alan Gilbert | 1 | -5/+6 |
2015-11-10 | Provide runtime Target page information | Dr. David Alan Gilbert | 2 | -0/+11 |
2015-11-10 | Add postcopy documentation | Dr. David Alan Gilbert | 1 | -0/+191 |
2015-11-10 | target-arm: Clean up DISAS_UPDATE usage in AArch32 translation code | Sergey Fedorov | 1 | -11/+14 |
2015-11-10 | hw/arm/virt: error_report cleanups | Andrew Jones | 1 | -5/+5 |
2015-11-10 | arm: highbank: Implement PSCI and dummy monitor | Peter Crosthwaite | 1 | -10/+60 |
2015-11-10 | arm: highbank: Defeature CPU override | Peter Crosthwaite | 1 | -14/+7 |
2015-11-10 | arm: boot: Add secure_board_setup flag | Peter Crosthwaite | 2 | -1/+15 |
2015-11-10 | hw/intc/arm_gic: Remove the definition of NUM_CPU | Wei Huang | 1 | -5/+3 |
2015-11-10 | target-arm: Fix gdb singlestep handling in arm_debug_excp_handler() | Sergey Fedorov | 1 | -1/+7 |
2015-11-10 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-10' into ... | Peter Maydell | 14 | -438/+276 |
2015-11-10 | qapi-introspect: Document lack of sorting | Eric Blake | 2 | -9/+27 |
2015-11-10 | qapi: Provide nicer array names in introspection | Eric Blake | 2 | -5/+10 |
2015-11-10 | qapi: More tests of input arrays | Eric Blake | 1 | -0/+52 |
2015-11-10 | qapi: Test failure in middle of array parse | Eric Blake | 2 | -1/+13 |
2015-11-10 | qapi: More tests of alternate output | Eric Blake | 1 | -1/+15 |
2015-11-10 | qapi: Simplify error cleanup in test-qmp-* | Eric Blake | 5 | -35/+31 |
2015-11-09 | configure: Don't disable optimization for non-fortify builds | Peter Maydell | 1 | -0/+2 |
2015-11-09 | hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSX | Peter Maydell | 1 | -2/+2 |
2015-11-09 | qapi: Simplify non-error testing in test-qmp-* | Eric Blake | 4 | -135/+53 |
2015-11-09 | qapi: Plug leaks in test-qmp-* | Eric Blake | 3 | -35/+18 |
2015-11-09 | qapi: Share test_init code in test-qmp-input* | Eric Blake | 2 | -51/+46 |
2015-11-09 | qobject: Protect against use-after-free in qobject_decref() | Eric Blake | 1 | -0/+1 |
2015-11-09 | qapi: Strengthen test of TestStructList | Eric Blake | 1 | -11/+7 |
2015-11-09 | qapi: Use generated TestStruct machinery in tests | Eric Blake | 6 | -162/+10 |
2015-11-09 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 7 | -39/+309 |
2015-11-09 | blockdev: acquire AioContext in hmp_commit() | Stefan Hajnoczi | 1 | -1/+11 |
2015-11-09 | monitor: add missed aio_context_acquire into vm_completion call | Denis V. Lunev | 1 | -3/+8 |
2015-11-09 | aio: Introduce aio-epoll.c | Fam Zheng | 2 | -1/+188 |
2015-11-09 | aio: Introduce aio_context_setup | Fam Zheng | 4 | -2/+27 |
2015-11-09 | aio: Introduce aio_external_disabled | Fam Zheng | 1 | -0/+11 |
2015-11-09 | dataplane: support non-contigious s/g | Michael S. Tsirkin | 1 | -22/+46 |
2015-11-09 | dataplane: simplify indirect descriptor read | Michael S. Tsirkin | 1 | -10/+18 |
2015-11-07 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st... | Peter Maydell | 2 | -9/+34 |
2015-11-07 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell | 8 | -45/+191 |
2015-11-06 | arm: allwinner-a10: Add SATA | Peter Crosthwaite | 2 | -0/+15 |
2015-11-06 | ahci: Add allwinner AHCI | Peter Crosthwaite | 3 | -0/+112 |
2015-11-06 | ahci: split realize and init | Peter Crosthwaite | 3 | -15/+34 |
2015-11-06 | ahci: Add some MMIO debug printfs | Peter Crosthwaite | 1 | -6/+15 |
2015-11-06 | ide: remove hardcoded 2GiB transactional limit | John Snow | 3 | -24/+15 |