summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | docs: Add QED image format specificationStefan Hajnoczi2010-12-171-0/+130
* | qemu-io: Fix typo in help textsKevin Wolf2010-12-171-7/+7
* | raw-posix: add discard supportChristoph Hellwig2010-12-172-0/+71
* | qemu-io: Add discard commandStefan Hajnoczi2010-12-171-0/+88
* | scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig2010-12-172-2/+52
* | block: add discard supportChristoph Hellwig2010-12-174-1/+24
* | ide: Register vm change state handler once onlyStefan Hajnoczi2010-12-173-28/+58
* | Remove NULL checks for bdrv_new return valueKevin Wolf2010-12-174-19/+7
* | qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen2010-12-171-65/+62
* | bdrv_img_create() use proper errno return valuesJes Sorensen2010-12-171-13/+10
* | Prevent creating an image with the same filename as backing fileJes Sorensen2010-12-171-4/+11
* | Introduce do_snapshot_blkdev() and monitor command to handle it.Jes Sorensen2010-12-173-0/+82
* | qemu-img.c: Re-factor img_create()Jes Sorensen2010-12-173-106/+147
* | qemu-img: Call error_set_prognameKevin Wolf2010-12-171-0/+3
* | ide: honor ncq for atapiAlexander Graf2010-12-171-0/+6
* | ahci: set SATA Mode SelectSebastian Herbszt2010-12-171-0/+3
* | config: add ahci for pci capable machinesAlexander Graf2010-12-171-0/+1
* | config: move ide core and pci to pci.makAlexander Graf2010-12-1714-33/+3
* | ahci: add ahci emulationAlexander Graf2010-12-172-0/+1525
* | pci: add ich9 pci idAlexander Graf2010-12-171-0/+1
* | pci: add storage class for sataAlexander Graf2010-12-171-0/+1
* | ide: add ncq identify data for ahci sata drivesRoland Elek2010-12-172-0/+9
* | ide: move transfer_start after variable modificationAlexander Graf2010-12-171-4/+4
* | ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-177-298/+446
* | ide: fix whitespace gap in ide_exec_cmdAlexander Graf2010-12-171-367/+367
* | ide: split ide command interpretation offAlexander Graf2010-12-172-6/+16
* | qemu-img.c: Clean up handling of image size in img_create()Jes Sorensen2010-12-171-6/+17
* | Introduce strtosz_suffix()Jes Sorensen2010-12-172-3/+21
* | block: Fix the use of protocols in backing filesStefan Hajnoczi2010-12-171-3/+11
* | block: Introduce path_has_protocol() functionStefan Hajnoczi2010-12-171-28/+36
* | blockdev: check dinfo ptr before usingRyan Harper2010-12-171-2/+4
* | Merge remote branch 'arm/for-anthony' into stagingAnthony Liguori2010-12-176-42/+312
|\ \
| * | ARM: Implement VCVT to 16 bit integer using new softfloat routinesPeter Maydell2010-12-071-1/+1
| * | softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell2010-12-072-0/+140
| * | ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell2010-12-071-1/+1
| * | ARM: Return correct result for single<->double conversion of NaNPeter Maydell2010-12-071-2/+10
| * | softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell2010-12-072-0/+40
| * | ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell2010-12-071-0/+27
| * | softfloat: Add float*_is_any_nan() functionsPeter Maydell2010-12-071-0/+10
| * | ARM: Fix sense of to_integer bit in Neon VCVT float/int conversionPeter Maydell2010-12-071-4/+4
| * | ARM: Fix decoding of Neon forms of VCVT between float and fixed pointPeter Maydell2010-12-071-2/+6
| * | ARM: Fix decoding of VFP forms of VCVT between float and int/fixedPeter Maydell2010-12-071-7/+12
| * | ARM: fix ldrexd/strexdPeter Maydell2010-12-072-4/+6
| * | target-arm: Handle 'smc' as an undefined instructionAdam Lackorzynski2010-12-071-1/+8
| * | target-arm: Fix mixup in decoding of saturating add and subJohan Bengtsson2010-12-071-2/+2
| * | target-arm: Add support for PKHxx in thumb2Johan Bengtsson2010-12-071-18/+45
* | | Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-12-179-107/+1344
|\ \ \
| * | | qemu-img: Fail creation if backing format is invalidStefan Hajnoczi2010-12-141-10/+12
| * | | qemu-img: Free option parameter lists in img_create()Stefan Hajnoczi2010-12-141-2/+2
| * | | qemu-option: Fix parse_option_parameters() documentation typoStefan Hajnoczi2010-12-141-2/+2
OpenPOWER on IntegriCloud