summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven9-20/+91
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-15Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-s390-20140515' into s...Peter Maydell4-312/+455
2014-05-15Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-2' into stagingPeter Maydell18-2/+5
2014-05-15Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell70-234/+171
2014-05-15tcg-s390: Implement direct chaining of TBsRichard Henderson2-1/+12
2014-05-15tcg-s390: Don't force -march=z990Richard Henderson1-2/+2
2014-05-15Merge remote-tracking branch 'remotes/rth/fix-mov' into stagingPeter Maydell1-8/+11
2014-05-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140513'...Peter Maydell80-657/+905
2014-05-15Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell27-202/+242
2014-05-15Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-i386-20140512' into s...Peter Maydell1-9/+31
2014-05-15Revert "iotests: Use configured python"Peter Maydell10-70/+43
2014-05-15ipxe: update to current gitGerd Hoffmann8-1/+3
2014-05-15seabios: update to 1.7.5-rc1Gerd Hoffmann10-1/+2
2014-05-15tcg-s390: Improve setcondRichard Henderson1-6/+91
2014-05-15tcg-s390: Allow immediate operands to add2 and sub2Richard Henderson1-12/+52
2014-05-15tcg-s390: Implement tcg_register_jitRichard Henderson1-7/+55
2014-05-15tcg-s390: Use more risbg in the tlb sequenceRichard Henderson1-21/+28
2014-05-15tcg-s390: Move ldst helpers out of lineRichard Henderson1-92/+118
2014-05-15tcg-s390: Convert to new ldst opcodesRichard Henderson2-116/+56
2014-05-15tcg-s390: Integrate endianness into TCGMemOpRichard Henderson1-64/+60
2014-05-15tcg-s390: Convert to TCGMemOpRichard Henderson1-46/+36
2014-05-15tcg-s390: Fix off-by-one in wraparound andiRichard Henderson1-2/+2
2014-05-14tcg: Fix tcg_reg_alloc_mov vs no-op truncationRichard Henderson1-8/+11
2014-05-14usb: fix up post load checksMichael S. Tsirkin1-2/+2
2014-05-14migration: show average throughput when migration finishesPeter Lieven1-0/+5
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela60-147/+70
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela8-13/+11
2014-05-14Split ram_save_blockDr. David Alan Gilbert1-62/+79