aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-17qed: Consistency check supportStefan Hajnoczi3-3/+336
2010-12-17qed: Read/write supportStefan Hajnoczi4-2/+663
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi8-2/+866
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi4-0/+704
2010-12-17docs: Add QED image format specificationStefan Hajnoczi1-0/+130
2010-12-17qemu-io: Fix typo in help textsKevin Wolf1-7/+7
2010-12-17raw-posix: add discard supportChristoph Hellwig2-0/+71
2010-12-17qemu-io: Add discard commandStefan Hajnoczi1-0/+88
2010-12-17scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig2-2/+52
2010-12-17block: add discard supportChristoph Hellwig4-1/+24
2010-12-17ide: Register vm change state handler once onlyStefan Hajnoczi3-28/+58
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf4-19/+7
2010-12-17qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen1-65/+62
2010-12-17bdrv_img_create() use proper errno return valuesJes Sorensen1-13/+10
2010-12-17Prevent creating an image with the same filename as backing fileJes Sorensen1-4/+11
2010-12-17Introduce do_snapshot_blkdev() and monitor command to handle it.Jes Sorensen3-0/+82
2010-12-17qemu-img.c: Re-factor img_create()Jes Sorensen3-106/+147
2010-12-17qemu-img: Call error_set_prognameKevin Wolf1-0/+3
2010-12-17ide: honor ncq for atapiAlexander Graf1-0/+6
2010-12-17ahci: set SATA Mode SelectSebastian Herbszt1-0/+3
2010-12-17config: add ahci for pci capable machinesAlexander Graf1-0/+1
2010-12-17config: move ide core and pci to pci.makAlexander Graf14-33/+3
2010-12-17ahci: add ahci emulationAlexander Graf2-0/+1525
2010-12-17pci: add ich9 pci idAlexander Graf1-0/+1
2010-12-17pci: add storage class for sataAlexander Graf1-0/+1
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek2-0/+9
2010-12-17ide: move transfer_start after variable modificationAlexander Graf1-4/+4
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf7-298/+446
2010-12-17ide: fix whitespace gap in ide_exec_cmdAlexander Graf1-367/+367
2010-12-17ide: split ide command interpretation offAlexander Graf2-6/+16
2010-12-17qemu-img.c: Clean up handling of image size in img_create()Jes Sorensen1-6/+17
2010-12-17Introduce strtosz_suffix()Jes Sorensen2-3/+21
2010-12-17block: Fix the use of protocols in backing filesStefan Hajnoczi1-3/+11
2010-12-17block: Introduce path_has_protocol() functionStefan Hajnoczi1-28/+36
2010-12-17blockdev: check dinfo ptr before usingRyan Harper1-2/+4
2010-12-17Merge remote branch 'arm/for-anthony' into stagingAnthony Liguori6-42/+312
2010-12-17Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori9-107/+1344
2010-12-17Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori2-49/+39
2010-12-17Merge remote branch 'jvrao/for-anthony' into stagingAnthony Liguori7-12/+80
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori13-122/+195
2010-12-14qemu-img: Fail creation if backing format is invalidStefan Hajnoczi1-10/+12
2010-12-14qemu-img: Free option parameter lists in img_create()Stefan Hajnoczi1-2/+2
2010-12-14qemu-option: Fix parse_option_parameters() documentation typoStefan Hajnoczi1-2/+2
2010-12-14qemu-option: Don't reinvent append_option_parameters()Stefan Hajnoczi1-8/+1
2010-12-14qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen2-32/+22
2010-12-14ceph/rbd block driver for qemu-kvmChristian Brunner4-0/+1183
2010-12-14Make error handling more consistent in img_create() and img_resize()Jes Sorensen1-6/+12
2010-12-14Fail if detecting an unknown optionJes Sorensen1-0/+8
2010-12-14Fix formatting and missing braces in qemu-img.cJes Sorensen1-26/+51
2010-12-14Consolidate printing of block driver optionsJes Sorensen1-9/+37