summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-2/+0
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov2-2/+2
2016-05-12tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov1-13/+16
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov1-5/+7
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-16/+28
2016-05-12tcg: Note requirement on atomic direct jump patchingSergey Fedorov1-0/+1
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov1-23/+2
2016-05-12tcg/s390: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov1-0/+11
2016-05-12include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov1-0/+3
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-2/+3
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-37/+58
2016-05-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...Peter Maydell7-10/+850
2016-05-12quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang1-0/+4
2016-05-12Add new block driver interface to add/delete a BDS's childWen Congyang2-0/+9
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake1-2/+5
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake1-2/+2
2016-05-12block: Kill unused sector-based blk_* functionsEric Blake1-10/+0
2016-05-12ide: Switch to byte-based aio block accessEric Blake1-2/+2
2016-05-12block: Introduce byte-based aio read/writeEric Blake1-1/+7
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake1-6/+6
2016-05-12block: Switch blk_read_unthrottled() to byte interfaceEric Blake1-2/+2
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-1/+2
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen1-1/+1
2016-05-12block: Remove BlockDriver.bdrv_read/writeKevin Wolf1-4/+0
2016-05-12block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf1-0/+4
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf1-2/+2
2016-05-12block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini2-2/+6
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini1-3/+6
2016-05-12block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini1-0/+1
2016-05-12i.MX: Add i.MX6 SOC implementation.Jean-Christophe DUBOIS1-0/+450
2016-05-12i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS1-0/+103
2016-05-12FIFO: Add a FIFO32 implementationJean-Christophe DUBOIS1-0/+191
2016-05-12i.MX: Add i.MX6 System Reset Controller device.Jean-Christophe DUBOIS1-0/+73
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-0/+10
2016-05-12ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao1-1/+1
2016-05-12ACPI: Add GICC Affinity StructureShannon Zhao1-1/+14
2016-05-12gen-icount: Use tcg_set_insn_paramEdgar E. Iglesias1-8/+8
2016-05-12qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake1-9/+16
2016-05-12qapi: Simplify semantics of visit_next_list()Eric Blake5-29/+37
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake2-6/+20
2016-05-12qapi: Add visit_type_null() visitorEric Blake5-3/+19
2016-05-12qapi: Document visitor interfaces, add assertionsEric Blake6-28/+479
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake1-2/+7
2016-05-12qmp: Drop dead command->typeEric Blake1-6/+0
2016-05-12qapi-visit: Add visitor.type classificationEric Blake2-9/+25
2016-04-28qom: -object error messages lost location, restore itMarkus Armbruster1-2/+3
2016-04-22event-notifier: Add "is_external" parameterFam Zheng1-1/+3