summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-12e1000: Introduced an array to control the access to the MAC registersLeonid Bloch1-12/+46
2015-11-12e1000: Add support for migrating the entire MAC registers' arrayLeonid Bloch1-0/+21
2015-11-12e1000: Cosmetic and alignment fixesLeonid Bloch2-79/+89
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil13-50/+56
2015-11-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151111' into stagingPeter Maydell15-77/+506
2015-11-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell38-311/+2626
2015-11-11s390: deprecate the non-ccw machine in 2.5Christian Borntraeger1-1/+5
2015-11-11s390x/ipl: switch error reporting to error_setgDavid Hildenbrand1-7/+11
2015-11-11s390x/ipl: clean up qom definitions and turn into TYPE_DEVICEDavid Hildenbrand3-51/+36
2015-11-11qdev: provide qdev_reset_all_fn()David Hildenbrand2-0/+6
2015-11-11pc-bios/s390-ccw: rebuild imageCornelia Huck1-0/+0
2015-11-11pc-bios/s390-ccw: El Torito 16-bit boot image size field workaroundMaxim Samoylov2-0/+97
2015-11-11pc-bios/s390-ccw: El Torito s390x boot entry checkMaxim Samoylov2-1/+18
2015-11-11pc-bios/s390-ccw: ISO-9660 El Torito boot implementationMaxim Samoylov4-0/+306
2015-11-11pc-bios/s390-ccw: Always adjust virtio sector countMaxim Samoylov1-6/+1
2015-11-11s390x/kvm: don't enable CMMA when hugetlbfs will be usedDominik Dingel1-1/+3
2015-11-11s390x: switch to memory_region_allocate_system_memoryDominik Dingel1-2/+1
2015-11-11MAINTAINERS: update virtio-ccw/s390 git treeCornelia Huck1-2/+6
2015-11-11MAINTAINERS: update s390 file patternsCornelia Huck1-6/+6
2015-11-11s390x/pci : fix up s390 pci iommu translation functionYi Min Zhao1-2/+6
2015-11-11s390x/css: sense data endiannessCornelia Huck1-0/+6
2015-11-11Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-11' in...Kevin Wolf18-51/+692
2015-11-11iotests: Check for quorum support in test 139Alberto Garcia1-0/+2
2015-11-11qcow2: Fix qcow2_get_cluster_offset() for zero clustersKevin Wolf1-6/+9
2015-11-11iotests: Add tests for the x-blockdev-del commandAlberto Garcia3-0/+420
2015-11-11block: Add 'x-blockdev-del' QMP commandAlberto Garcia3-4/+155
2015-11-11block: Add blk_get_refcnt()Alberto Garcia2-0/+6
2015-11-11mirror: block all operations on the target image during the jobAlberto Garcia1-0/+4
2015-11-11qemu-iotests: fix -valgrind option for checkJeff Cody6-26/+59
2015-11-11qemu-iotests: fix cleanup of background processesJeff Cody4-15/+37
2015-11-11qemu-io: Correct error messagesJohn Snow1-19/+34
2015-11-11qemu-io: Check for trailing charsJohn Snow1-1/+8
2015-11-11qemu-io: fix cvtnum lval typesJohn Snow1-36/+89
2015-11-11block: test 'blockdev-snapshot' using a file BDS as the overlayAlberto Garcia2-1/+15
2015-11-11block: Remove inner quotation marks in iotest 085Alberto Garcia1-8/+8
2015-11-11block: Disallow snapshots if the overlay doesn't support backing filesAlberto Garcia1-0/+5
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia4-7/+10
2015-11-11throttle: Check for pending requests in throttle_group_unregister_bs()Alberto Garcia1-0/+7
2015-11-11qemu-img: add check for zero-length job lenJohn Snow1-1/+2
2015-11-11qcow2: avoid misaligned 64bit bswapJohn Snow1-4/+7
2015-11-11qemu-iotests: Test the reopening of overlay_bs in 'block-commit'Alberto Garcia2-2/+32
2015-11-11commit: reopen overlay_bs before baseAlberto Garcia1-4/+4
2015-11-11block: add tests for the 'blockdev-snapshot' commandAlberto Garcia2-8/+128
2015-11-11block: add a 'blockdev-snapshot' QMP commandAlberto Garcia4-61/+172
2015-11-11block: support passing 'backing': '' to 'blockdev-add'Alberto Garcia1-0/+7
2015-11-11block: rename BlockdevSnapshot to BlockdevSnapshotSyncAlberto Garcia3-6/+6
2015-11-11block: check for existing device IDs in external_snapshot_prepare()Alberto Garcia1-2/+3
2015-11-11iotests: Add test for change-related QMP commandsMax Reitz3-0/+726
2015-11-11hmp: Add read-only-mode option to change commandMax Reitz2-4/+38
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz6-4/+72