summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* hw/block-common: Factor out fall back to legacy -drive cyls=...Markus Armbruster2012-07-172-29/+14
* blockdev: Don't limit DriveInfo serial to 20 charactersMarkus Armbruster2012-07-171-3/+3
* hw/block-common: Factor out fall back to legacy -drive serial=...Markus Armbruster2012-07-171-10/+2
* hw/block-common: Move BlockConf & friends from block.hMarkus Armbruster2012-07-171-0/+1
* Relax IDE CHS limits from 16383,16,63 to 65535,16,255Markus Armbruster2012-07-171-4/+4
* hd-geometry: Compute BIOS CHS translation in one placeMarkus Armbruster2012-07-172-0/+5
* ide pc: Put hard disk info into CMOS only for hard disksMarkus Armbruster2012-07-171-1/+1
* ide: qdev property for BIOS CHS translationMarkus Armbruster2012-07-172-5/+6
* ide: qdev properties for disk geometryMarkus Armbruster2012-07-173-7/+38
* hd-geometry: Switch to uint32_t to match BlockConfMarkus Armbruster2012-07-171-1/+1
* ide pc: Cut out the block layer geometry middlemanMarkus Armbruster2012-07-173-6/+19
* hd-geometry: Cut out block layer translation middlemanMarkus Armbruster2012-07-171-1/+1
* hd-geometry: Move disk geometry guessing back from block.cMarkus Armbruster2012-07-171-1/+2
* atapi: implement READ DISC INFORMATIONPaolo Bonzini2012-07-021-0/+31
* ide/ahci: Use universal DMA helper functionsDavid Gibson2012-06-273-16/+23
* iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson2012-06-272-3/+4
* Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrĂ­stian Viana2012-06-191-1/+1
* Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori2012-06-182-10/+24
|\
| * qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-182-6/+18
| * qdev: Move bus properties to abstract superclassesPaolo Bonzini2012-06-181-1/+1
| * qdev: Move bus properties to a separate globalPaolo Bonzini2012-06-181-4/+6
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-06-182-4/+20
|\ \
| * | ide: support enable/disable write cachePaolo Bonzini2012-06-151-3/+18
| * | Un-inline fdctrl_init_isa()Markus Armbruster2012-06-151-1/+2
| |/
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2012-06-183-22/+24
|\ \ | |/ |/|
| * msi: Invoke msi/msix_write_config from PCI coreJan Kiszka2012-06-071-8/+0
| * msi: Invoke msi/msix_reset from PCI coreJan Kiszka2012-06-071-1/+0
| * ahci: Clean up reset functionsJan Kiszka2012-06-073-17/+20
| * ahci: Fix reset of MSI functionJan Kiszka2012-06-071-2/+10
* | build: convert libhw to nested Makefile.objsPaolo Bonzini2012-06-071-0/+10
|/
* ahci: SATA FIS is 20 bytes, not 0x20Daniel Verkamp2012-05-301-2/+2
* ATA: Allow WIN_SECURITY_FREEZE_LOCK as nopAlexander Graf2012-05-021-1/+6
* ide: convert ide_sector_write() to asynchronous I/OStefan Hajnoczi2012-04-191-19/+42
* ide: convert ide_sector_read() to asynchronous I/OStefan Hajnoczi2012-04-192-21/+58
* Use DMADirection type for dma_bdrv_ioDavid Gibson2012-04-052-2/+4
* ide: Adds wwn=hex qdev optionFloris Bos2012-04-053-8/+29
* ide: Change serial number strncpy() to pstrcpy()Floris Bos2012-04-051-1/+1
* ide: Add "model=s" qdev optionFloris Bos2012-04-053-8/+29
* ide: IDENTIFY word 86 bit 14 is reservedKevin Wolf2012-04-051-1/+1
* aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini2012-04-051-1/+0
* Add missing const attributes for MemoryRegionOpsStefan Weil2012-03-115-8/+8
* ide: fail I/O to empty diskPaolo Bonzini2012-02-291-4/+20
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-02-242-15/+8
|\
| * ide: drop ide_tray_state_post_load()Luiz Capitulino2012-02-221-10/+0
| * block: Don't call bdrv_eject() if the tray state didn't changeLuiz Capitulino2012-02-221-2/+5
| * block: Rename bdrv_mon_event() & BlockMonEventActionLuiz Capitulino2012-02-221-3/+3
* | ahci: use new DMA helpersPaolo Bonzini2012-02-221-69/+13
|/
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-02-172-3/+3
|\
| * ide: fix compilation errors when DEBUG_IDE is setHervé Poussineau2012-02-102-3/+3
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-02-151-0/+7
|\ \
OpenPOWER on IntegriCloud