aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-21tcg-arm: fix __clear_cache() warningAurelien Jarno
2010-12-21qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil
2010-12-20sparc32: ledma extra registers need tracing tooBob Breuer
2010-12-20target-i386: Fix accidental use of SoftFloat uint64 typeAndreas Färber
2010-12-20wdt_ib700: Fix accidental use of SoftFloat int64 typeAndreas Färber
2010-12-20apic: Fix accidental use of SoftFloat uint32 typeAndreas Färber
2010-12-19Avoid a warning from OpenBSD linkerBlue Swirl
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl
2010-12-19ahci: delete write-only variables (v2)Blue Swirl
2010-12-19vga: Declare as little endianBlue Swirl
2010-12-18win32: Fix CRLF problem in make_device_config.shStefan Weil
2010-12-18sparc32: ledma extra registersBob Breuer
2010-12-17Fix warning on mingw32Blue Swirl
2010-12-17ide: Build fix for via.cKevin Wolf
2010-12-17ide: Fix build for cmd646.cKevin Wolf
2010-12-17docs: Fix missing carets in QED specificationStefan Hajnoczi
2010-12-17Add proper -errno error return values to qcow2_open()Jes Sorensen
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen
2010-12-17qed: Consistency check supportStefan Hajnoczi
2010-12-17qed: Read/write supportStefan Hajnoczi
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi
2010-12-17docs: Add QED image format specificationStefan Hajnoczi
2010-12-17qemu-io: Fix typo in help textsKevin Wolf
2010-12-17raw-posix: add discard supportChristoph Hellwig
2010-12-17qemu-io: Add discard commandStefan Hajnoczi
2010-12-17scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig
2010-12-17block: add discard supportChristoph Hellwig
2010-12-17ide: Register vm change state handler once onlyStefan Hajnoczi
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf
2010-12-17qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen
2010-12-17bdrv_img_create() use proper errno return valuesJes Sorensen
2010-12-17Prevent creating an image with the same filename as backing fileJes Sorensen
2010-12-17Introduce do_snapshot_blkdev() and monitor command to handle it.Jes Sorensen
2010-12-17qemu-img.c: Re-factor img_create()Jes Sorensen
2010-12-17qemu-img: Call error_set_prognameKevin Wolf
2010-12-17ide: honor ncq for atapiAlexander Graf
2010-12-17ahci: set SATA Mode SelectSebastian Herbszt
2010-12-17config: add ahci for pci capable machinesAlexander Graf
2010-12-17config: move ide core and pci to pci.makAlexander Graf
2010-12-17ahci: add ahci emulationAlexander Graf
2010-12-17pci: add ich9 pci idAlexander Graf
2010-12-17pci: add storage class for sataAlexander Graf
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek
2010-12-17ide: move transfer_start after variable modificationAlexander Graf
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf
2010-12-17ide: fix whitespace gap in ide_exec_cmdAlexander Graf
2010-12-17ide: split ide command interpretation offAlexander Graf
2010-12-17qemu-img.c: Clean up handling of image size in img_create()Jes Sorensen
2010-12-17Introduce strtosz_suffix()Jes Sorensen