aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-14pc-bios/s390-ccw: Move byteswap functions to a separate headerThomas Huth3-26/+31
2017-07-14pc-bios/s390-ccw: Add a write() function for stdioThomas Huth1-2/+14
2017-07-14pc-bios/s390-ccw: Move virtio-block related functions into a separate fileThomas Huth6-274/+311
2017-07-14pc-bios/s390-ccw: Move ebc2asc to sclp.cThomas Huth2-11/+11
2017-07-14pc-bios/s390-ccw: Move libc functions to separate headerThomas Huth7-37/+51
2017-07-14s390x/css: use SubchDev.orbHalil Pasic2-18/+18
2017-07-14s390x/css: activate ChannelSubSys migrationHalil Pasic3-5/+13
2017-07-14s390x/css: add ORB to SubchDevHalil Pasic2-0/+36
2017-07-14s390x/css: add missing css state conditionallyHalil Pasic2-0/+94
2017-07-14s390x: add css_migration_enabled to machine classHalil Pasic2-0/+20
2017-07-14s390x: add helper get_machine_classHalil Pasic1-23/+23
2017-07-14s390x/css: update css_adapter_interruptYi Min Zhao4-5/+19
2017-07-14s390x/sic: realize SIC handlingFei Li4-1/+44
2017-07-14s390x/flic: introduce inject_airq callbackYi Min Zhao4-0/+51
2017-07-14s390x/flic: introduce modify_ais_mode callbackFei Li3-2/+80
2017-07-14s390x: add flags field for registering I/O adapterFei Li7-8/+20
2017-07-14s390x/cpumodel: provide compat handling for new cpu featuresJason J. Herne2-0/+28
2017-07-14s390x/cpumodel: clean up spacing and commentsJason J. Herne3-3/+93
2017-07-14s390x/migration: Monitor commands for storage attributesClaudio Imbrenda5-0/+99
2017-07-14s390x/migration: Storage attributes deviceClaudio Imbrenda5-1/+620
2017-07-14linux-headers: update to 4.13-rc0Christian Borntraeger8-9/+78
2017-07-14s390x/kvm: Rework cmma managementJanosch Frank2-9/+18
2017-07-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell6-13/+19
2017-07-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell10-99/+140
2017-07-13Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-07-11' in...Peter Maydell123-1646/+7555
2017-07-13Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170711' into stagingPeter Maydell2-4/+9
2017-07-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711'...Peter Maydell12-13/+394
2017-07-12scripts: use build_ prefix for string not piped through cgen()Marc-André Lureau3-11/+11
2017-07-12qobject: Update coccinelle script to catch Q{INC, DEC}REFEric Blake2-1/+7
2017-07-12qobject: Catch another straggler for use of qdict_put_str()Eric Blake1-1/+1
2017-07-11Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell3-4/+7
2017-07-11iotests: Add preallocated growth test for qcow2Max Reitz3-0/+517
2017-07-11iotests: Add preallocated resize test for rawMax Reitz3-0/+143
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz3-9/+108
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz1-7/+7
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz4-89/+204
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz1-2/+31
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz1-7/+15
2017-07-11block/qcow2: Generalize preallocate()Max Reitz1-5/+12
2017-07-11block/file-posix: Preallocation for truncateMax Reitz1-12/+10
2017-07-11block/file-posix: Generalize raw_regular_truncateMax Reitz1-11/+50
2017-07-11block/file-posix: Extract raw_regular_truncate()Max Reitz1-66/+78
2017-07-11block/file-posix: Small fixes in raw_create()Max Reitz1-2/+3
2017-07-11qemu-img: Expose PreallocMode for resizingMax Reitz2-4/+36
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz15-21/+27
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz12-36/+26
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz14-15/+98
2017-07-11iotests: add test 178 for qemu-img measureStefan Hajnoczi4-0/+615
2017-07-11qemu-iotests: support per-format golden output filesStefan Hajnoczi1-0/+5
2017-07-11qemu-img: add measure subcommandStefan Hajnoczi3-0/+270