aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-19qtest: Use -display none by defaultAndreas Färber10-12/+12
2013-11-15block: Fail if requested driver is not availableKevin Wolf3-0/+21
2013-11-15MAINTAINERS: add block driver sub-maintainersStefan Hajnoczi1-0/+40
2013-11-15qemu-img: Fix overwriting 'ret' before usingFam Zheng3-4/+63
2013-11-15qemu-iotests: Test qcow2 count_contiguous_clusters()Kevin Wolf3-0/+285
2013-11-14qcow2: fix possible corruption when reading multiple clustersPeter Lieven1-1/+1
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong5-2/+82
2013-11-14MAINTAINERS: add block tree repo URLsStefan Hajnoczi1-0/+2
2013-11-14qemu-iotests: Extend 041 for unbacked mirroringMax Reitz2-2/+27
2013-11-14block/drive-mirror: Check for NULL backing_hdMax Reitz1-1/+3
2013-11-14qapi-schema: Update description for NewImageModeMax Reitz1-1/+2
2013-11-14block: Print its file name if backing file opening failedFam Zheng5-5/+5
2013-11-13Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2-3/+18
2013-11-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori10-38/+42
2013-11-13Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori3-5/+11
2013-11-13Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori35-262/+2897
2013-11-13Merge remote-tracking branch 'filippov/tags/20131108-xtensa' into stagingAnthony Liguori2-2/+5
2013-11-13Merge remote-tracking branch 'kraxel/audio.3' into stagingAnthony Liguori1-1/+5
2013-11-13Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori5-7/+43
2013-11-11MAINTAINERS: add git tree info for HMP, QMP and QAPILuiz Capitulino1-0/+4
2013-11-11Adjust qapi-visit for python-2.4.3Richard Henderson1-3/+14
2013-11-10Revert "exec: limit system memory size"Michael S. Tsirkin1-6/+1
2013-11-10Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum2-27/+0
2013-11-10loader: drop return value for rom_add_blob_fixedMichael S. Tsirkin2-2/+3
2013-11-10acpi-build: disable with -no-acpiMichael S. Tsirkin1-0/+5
2013-11-10virtio-net: only delete bh that existedJason Wang1-1/+1
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson4-3/+33
2013-11-08virtio-net: broken RX filtering logic fixedDmitry Fleytman1-1/+2
2013-11-08net: fix qemu_flush_queued_packets() in presence of a hubSergey Fedorov1-1/+0
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok2-3/+9
2013-11-08block: Round up total_sectorsFam Zheng1-1/+1
2013-11-08target-xtensa: add missing DEBUG section to dc233c configMax Filippov1-0/+1
2013-11-08exec: fix breakpoint_invalidate when pc may not be translatedMax Filippov1-2/+4
2013-11-07block: vhdx qemu-iotest - log replay of data sectorJeff Cody4-0/+76
2013-11-07block: qemu-iotests for vhdx, add write test supportJeff Cody3-1/+25
2013-11-07block: vhdx - update _make_test_img() to filter out vhdx optionsJeff Cody1-1/+4
2013-11-07block: vhdx - add .bdrv_create() supportJeff Cody2-1/+572
2013-11-07block: vhdx - fix comment typos in header, fix incorrect struct fieldsJeff Cody1-5/+5
2013-11-07block: vhdx - break out code operations to functionsJeff Cody1-41/+80
2013-11-07block: vhdx - move more endian translations to vhdx-endian.cJeff Cody3-17/+87
2013-11-07block: vhdx - remove BAT file offset bit shiftingJeff Cody2-5/+2
2013-11-07block: vhdx write supportJeff Cody2-5/+209
2013-11-07block: vhdx - add log write supportJeff Cody2-0/+285
2013-11-07block: vhdx - add region overlap detection for image filesJeff Cody2-0/+91
2013-11-07block: vhdx - log parsing, replay, and flush supportJeff Cody4-53/+749
2013-11-07block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody1-11/+11
2013-11-07block: vhdx - update log guid in header, and first write trackerJeff Cody2-6/+30
2013-11-07block: vhdx - break endian translation functions outJeff Cody4-44/+150
2013-11-07block: vhdx - log support struct and definesJeff Cody1-16/+30
2013-11-07block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.Jeff Cody2-52/+48