summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* s390x: enable runtime instrumentationFan Zhang2016-05-171-0/+4
* s390x: add compat machine for 2.7Cornelia Huck2016-05-171-0/+3
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...Peter Maydell2016-05-131-0/+1
|\
| * spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann2016-05-121-0/+1
* | tcg: Remove needless CPUState::current_tbSergey Fedorov2016-05-131-2/+0Star
* | tcg: Rework tb_invalidated_flagSergey Fedorov2016-05-132-2/+2
* | tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov2016-05-131-13/+16
* | tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov2016-05-131-5/+7
* | tcg: Clean up direct block chaining data fieldsSergey Fedorov2016-05-131-16/+28
* | tcg: Note requirement on atomic direct jump patchingSergey Fedorov2016-05-131-0/+1
* | tcg/arm: Make direct jump patching thread-safeSergey Fedorov2016-05-131-23/+2Star
* | tcg/s390: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1
* | tcg/i386: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1
* | tci: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1
* | include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov2016-05-131-0/+11
* | include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov2016-05-131-0/+3
* | tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-131-2/+3
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-05-125-37/+58
|\ \
| * | quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang2016-05-121-0/+4
| * | Add new block driver interface to add/delete a BDS's childWen Congyang2016-05-122-0/+9
| * | block: Honor BDRV_REQ_FUA during write_zeroesEric Blake2016-05-121-2/+5
| * | block: Make supported_write_flags a per-bds propertyEric Blake2016-05-121-2/+2
| * | block: Kill unused sector-based blk_* functionsEric Blake2016-05-121-10/+0Star
| * | ide: Switch to byte-based aio block accessEric Blake2016-05-121-2/+2
| * | block: Introduce byte-based aio read/writeEric Blake2016-05-121-1/+7
| * | block: Switch blk_*write_zeroes() to byte interfaceEric Blake2016-05-121-6/+6
| * | block: Switch blk_read_unthrottled() to byte interfaceEric Blake2016-05-121-2/+2
| * | block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-1/+2
| * | Allow users to specify the vmdk virtual hardware version.Janne Karhunen2016-05-121-1/+1
| * | block: Remove BlockDriver.bdrv_read/writeKevin Wolf2016-05-121-4/+0Star
| * | block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf2016-05-121-0/+4
| * | block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf2016-05-121-2/+2
| * | block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini2016-05-122-2/+6
| * | block: introduce bdrv_no_throttling_begin/endPaolo Bonzini2016-05-121-3/+6
| * | block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini2016-05-121-0/+1
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...Peter Maydell2016-05-127-10/+850
|\ \
| * | i.MX: Add i.MX6 SOC implementation.Jean-Christophe DUBOIS2016-05-121-0/+450
| * | i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS2016-05-121-0/+103
| * | FIFO: Add a FIFO32 implementationJean-Christophe DUBOIS2016-05-121-0/+191
| * | i.MX: Add i.MX6 System Reset Controller device.Jean-Christophe DUBOIS2016-05-121-0/+73
| * | ACPI: move acpi_build_srat_memory to common placeShannon Zhao2016-05-121-0/+10
| * | ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao2016-05-121-1/+1
| * | ACPI: Add GICC Affinity StructureShannon Zhao2016-05-121-1/+14
| * | gen-icount: Use tcg_set_insn_paramEdgar E. Iglesias2016-05-121-8/+8
| |/
* | qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake2016-05-121-9/+16
* | qapi: Simplify semantics of visit_next_list()Eric Blake2016-05-125-29/+37
* | qapi: Split visit_end_struct() into piecesEric Blake2016-05-122-6/+20
* | qapi: Add visit_type_null() visitorEric Blake2016-05-125-3/+19
* | qapi: Document visitor interfaces, add assertionsEric Blake2016-05-126-28/+479
* | qapi: Consolidate QMP input visitor creationEric Blake2016-05-121-2/+7