summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ahci: delete write-only variables (v2)Blue Swirl2010-12-191-4/+1Star
* vga: Declare as little endianBlue Swirl2010-12-191-25/+1Star
* win32: Fix CRLF problem in make_device_config.shStefan Weil2010-12-181-1/+1
* sparc32: ledma extra registersBob Breuer2010-12-182-8/+23
* Fix warning on mingw32Blue Swirl2010-12-171-1/+2
* ide: Build fix for via.cKevin Wolf2010-12-171-1/+1
* ide: Fix build for cmd646.cKevin Wolf2010-12-171-2/+2
* docs: Fix missing carets in QED specificationStefan Hajnoczi2010-12-171-2/+2
* Add proper -errno error return values to qcow2_open()Jes Sorensen2010-12-171-18/+42
* block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen2010-12-173-98/+104
* qed: Consistency check supportStefan Hajnoczi2010-12-173-3/+336
* qed: Read/write supportStefan Hajnoczi2010-12-174-2/+663
* qed: Table, L2 cache, and cluster functionsStefan Hajnoczi2010-12-178-2/+866
* qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi2010-12-174-0/+704
* 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/+7Star
* qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen2010-12-171-65/+62Star
* bdrv_img_create() use proper errno return valuesJes Sorensen2010-12-171-13/+10Star
* 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/+3Star
* 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