aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-19block: User BdrvChild callback for device nameKevin Wolf1-0/+5
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf1-1/+3
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf1-3/+0
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf1-5/+11
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf1-0/+1
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf4-8/+8
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf1-1/+1
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf3-15/+11
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf1-1/+1
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf3-4/+6
2016-05-19block: Introduce BlockBackendPublicKevin Wolf1-0/+10
2016-05-18Fix some typos found by codespellStefan Weil4-4/+4
2016-05-18smbios: fix typoCao jin1-1/+1
2016-05-18accel: make configure_accelerator return voidWei Jiangang1-1/+1
2016-05-18ipack: Update e-mail addressAlberto Garcia1-1/+1
2016-05-18remove comment for nonexistent structure memberCao jin1-1/+0
2016-05-17s390x: enable runtime instrumentationFan Zhang1-0/+4
2016-05-17s390x: add compat machine for 2.7Cornelia Huck1-0/+3
2016-05-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...Peter Maydell1-0/+1
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-12spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann1-0/+1
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