aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell31-96/+809
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-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
2014-05-16input: key mapping helpersGerd Hoffmann4-175/+223
2014-05-16ps2: set ps/2 output buffer size as the same as kernelGonglei1-6/+68
2014-05-15monitor: Add netdev_del id argument completion.Hani Benhabiles3-0/+28
2014-05-15monitor: Add netdev_add type argument completion.Hani Benhabiles3-1/+18
2014-05-15monitor: Add set_link arguments completion.Hani Benhabiles4-1/+37
2014-05-15monitor: Add chardev-add backend argument completion.Hani Benhabiles3-0/+25
2014-05-15monitor: Add chardev-remove command completion.Hani Benhabiles3-0/+25
2014-05-15monitor: Convert sendkey to use command_completion.Hani Benhabiles3-9/+25
2014-05-15qapi: Show qapi-commands.py invocation in qapi-code-gen.txtMarkus Armbruster1-14/+13
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster10-286/+354
2014-05-15tests: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster3-15/+39
2014-05-15hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster2-14/+34
2014-05-15hmp: Call visit_end_struct() after visit_start_struct() succeedsMarkus Armbruster1-8/+8
2014-05-15qapi: Un-inline visit of implicit structMarkus Armbruster1-14/+34
2014-05-15qapi-visit.py: Clean up a sloppy use of field prefixMarkus Armbruster1-1/+1