summaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2016-06-06char: get rid of qemu_char_get_next_serialxiaoqiang zhao1-1/+0
2016-05-30cpu: Reclaim vCPU objectsGu Zheng1-0/+1
2016-05-27PPC/KVM: early validation of vcpu idGreg Kurz1-0/+2
2016-05-26Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...Peter Maydell1-1/+1
2016-05-26migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange1-1/+1
2016-05-25block: Make blk_co_preadv/pwritev() publicKevin Wolf1-0/+6
2016-05-25block: Rename blk_write_zeroes()Eric Blake1-7/+7
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini1-6/+6
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini1-3/+3
2016-05-25block: Drop errp parameter from blk_new()Max Reitz1-1/+1
2016-05-25block: Drop blk_new_with_bs()Max Reitz1-1/+0
2016-05-24Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-1/+0
2016-05-24Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-2.7-1' into st...Peter Maydell1-2/+2
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost1-1/+0
2016-05-23rng-random: rename RndRandom to RngRandomWei Jiangang1-2/+2
2016-05-20vl: Move DisplayType typedef to vl.cEduardo Habkost1-10/+0
2016-05-20vl: Make display_type a local variableEduardo Habkost1-1/+0
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost1-1/+0
2016-05-20vl: Add DT_COCOA DisplayType valueEduardo Habkost1-0/+1
2016-05-20vl: Table-based select_vgahw()Eduardo Habkost1-0/+1
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+28
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf1-1/+0
2016-05-19block: Add bdrv_has_blk()Kevin Wolf1-0/+1
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf1-1/+0
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf1-0/+5
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf1-1/+10
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf1-1/+4
2016-05-19block: Introduce BlockBackendPublicKevin Wolf1-0/+10
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini1-4/+1
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini1-0/+13
2016-05-18accel: make configure_accelerator return voidWei Jiangang1-1/+1
2016-05-18remove comment for nonexistent structure memberCao jin1-1/+0
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-03-30kvm: add kvm_device_supported() helper functionPeter Xu1-0/+9
2016-03-30replay: introduce block devices record/replayPavel Dovgalyuk1-0/+2
2016-03-22Move ParallelIOArg from qemu-common.h to sysemu/char.hMarkus Armbruster1-0/+5
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster1-0/+2
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster5-6/+0
2016-03-17block: Add blk_next_root_bs()Max Reitz1-0/+1
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz1-2/+0
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-5/+4
2016-03-17blockdev: Separate BB name managementMax Reitz1-0/+2
2016-03-17block: Add blk_commit_all()Max Reitz1-0/+1
2016-03-15icount: decouple warp callsPavel Dovgalyuk1-1/+2