aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into stagingPeter Maydell19-332/+1111
2014-05-22Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell4-6/+7
2014-05-20megasas: remove buildtime stringsOlaf Hering1-2/+2
2014-05-20s390x/kvm: hw debugging support via guest PER facilityDavid Hildenbrand3-3/+156
2014-05-20s390x/kvm: software breakpoint supportDavid Hildenbrand1-3/+22
2014-05-20s390x: remove duplicate definitions of DIAG 501David Hildenbrand1-8/+12
2014-05-20linux-headers: updateJens Freimann2-1/+34
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck11-18/+329
2014-05-20s390x/virtio-ccw: reference-counted indicatorsCornelia Huck2-20/+73
2014-05-20s390x: add I/O adapter registrationCornelia Huck7-0/+106
2014-05-20s390x: split flic into kvm and non-kvm partsCornelia Huck5-299/+399
2014-05-20kvm: Fix enable_cap helpers on older gccAlexander Graf1-2/+2
2014-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell31-96/+809
2014-05-20block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not definedJeff Cody1-3/+1
2014-05-19Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell27-445/+752
2014-05-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-8' into stagingPeter Maydell8-282/+553
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven9-20/+91
2014-05-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell7-132/+313
2014-05-19blockdev: add a function to parse enum ids from stringsPeter Lieven1-0/+19
2014-05-19util: add qemu_iovec_is_zeroPeter Lieven2-0/+22
2014-05-19qcow1: Stricter backing file length checkKevin Wolf3-2/+23
2014-05-19qcow1: Validate image size (CVE-2014-0223)Kevin Wolf3-2/+30
2014-05-19qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf3-0/+34
2014-05-19qcow1: Check maximum cluster sizeKevin Wolf4-2/+85
2014-05-19qcow1: Make padding in the header explicitKevin Wolf1-1/+2
2014-05-19curl: Add usage documentationMatthew Booth1-0/+68
2014-05-19curl: Add sslverify optionMatthew Booth1-0/+12
2014-05-19curl: Remove broken parsing of options from urlMatthew Booth1-42/+10
2014-05-19curl: Fix build when curl_multi_socket_action isn't availableMatthew Booth1-0/+15
2014-05-19qemu-iotests: Fix blkdebug in VM drive in 030Fam Zheng1-1/+1
2014-05-19qemu-iotests: Fix core dump suppression in test 039Markus Armbruster3-12/+12
2014-05-19iotests: Add test for the JSON protocolMax Reitz3-0/+185
2014-05-19block: Allow JSON filenamesMax Reitz1-0/+41
2014-05-19check-qdict: Add test for qdict_join()Max Reitz1-0/+87
2014-05-19qdict: Add qdict_join()Max Reitz2-0/+35
2014-05-19block: add test for vhdx image created by Disk2VHDJeff Cody3-0/+14
2014-05-19block: vhdx - account for identical header sectionsJeff Cody1-1/+8
2014-05-19Remove g_sequence_lookup from qemu-img help functionMike Day1-5/+2
2014-05-19block: Fix bdrv_is_allocated() for short backing filesKevin Wolf2-8/+13
2014-05-16virtio-scsi: Plug memory leak on virtio_scsi_push_event() error pathMarkus Armbruster1-1/+2
2014-05-16scsi: Document intentional fall through in scsi_req_length()Markus Armbruster1-0/+2
2014-05-16qapi: skip redundant includesBenoƮt Canet8-5/+23
2014-05-16input: sparc32 kbd: claim en-us layoutGerd Hoffmann1-1/+1
2014-05-16input: sparc32 kbd: fix some key mappingsGerd Hoffmann1-14/+16
2014-05-16input: remove sparc keymap hackGerd Hoffmann1-19/+0
2014-05-16input: switch sparc32 kbd to new input apiGerd Hoffmann2-61/+172
2014-05-16input: switch ps/2 mouse to new input apiGerd Hoffmann1-15/+52
2014-05-16input: switch ps/2 kbd to new input apiGerd Hoffmann1-1/+24
2014-05-16input: use KeyValue directly in sendkey monitor commandGerd Hoffmann1-24/+23
2014-05-16input: add qemu_input_handler_deactivateGerd Hoffmann2-0/+8