summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange2017-10-311-1/+3
* hw/ide/ahci: Move allwinner code into a separate fileThomas Huth2017-10-313-95/+128
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-10-192-0/+2
|\
| * ide: support reporting of rotation rateDaniel P. Berrange2017-10-122-0/+2
* | macio: add missing registers to VMStateDescriptionMark Cave-Ayland2017-10-171-1/+3
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-152-0/+8
|/
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell2017-09-272-2/+6
|\
| * migration: pre_save return intDr. David Alan Gilbert2017-09-272-2/+6
* | macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland2017-09-271-3/+6
* | macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland2017-09-271-2/+8
* | macio: convert pmac_ide_ops from old_mmioMark Cave-Ayland2017-09-271-106/+75Star
* | ppc/ide/macio: Add missing registersBenjamin Herrenschmidt2017-09-271-3/+41
|/
* ide: fix enum comparison for gcc 4.7John Snow2017-09-222-2/+2
* hw/ide: Convert DeviceClass init to realizeMao Zhongyi2017-09-192-47/+46Star
* AHCI: remove DPRINTF macroJohn Snow2017-09-191-9/+0Star
* AHCI: pretty-print FIS to buffer instead of stderrJohn Snow2017-09-192-10/+22
* AHCI: Rework IRQ constantsJohn Snow2017-09-193-21/+74
* AHCI: Replace DPRINTF with trace-eventsJohn Snow2017-09-192-89/+117
* IDE: replace DEBUG_AIO with trace eventsJohn Snow2017-09-183-11/+21
* ATAPI: Replace DEBUG_IDE_ATAPI with tracing eventsJohn Snow2017-09-182-41/+38Star
* IDE: add tracing for data portsJohn Snow2017-09-182-1/+16
* IDE: Add register hints to tracingJohn Snow2017-09-182-24/+72
* IDE: replace DEBUG_IDE with tracing systemJohn Snow2017-09-186-69/+79
* hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = falseThomas Huth2017-09-181-0/+3
* ide: ahci: unparent children buses before freeing their memoryIgor Mammedov2017-09-181-0/+1
* IDE: Do not flush empty CDROM drivesStefan Hajnoczi2017-08-101-1/+9
* Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2017-07-193-2/+369
|\
| * ahci: split public and private interfaceJohn Snow2017-07-183-2/+361
| * ahci: add ahci_get_num_portsJohn Snow2017-07-181-0/+8
* | ide: bdrv_attach_dev() for empty CD-ROMKevin Wolf2017-07-181-0/+3
|/
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-1/+1
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* ide: ahci: call cleanup function in ahci unitLi Qiang2017-03-161-0/+12
* ide: core: add cleanup functionLi Qiang2017-03-161-0/+8
* ide: qdev: register ide bus unrealize functionLi Qiang2017-03-161-6/+6
* hw/block: Request permissionsKevin Wolf2017-02-281-2/+6
* block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf2017-02-281-1/+1
* block: Add permissions to blk_new()Kevin Wolf2017-02-281-1/+2
* hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster2017-02-211-17/+0Star
* ahci: advertise HOST_CAP_64Ladi Prosek2017-02-101-1/+1
* xen-platform: add missing disk unplug optionPaul Durrant2017-01-281-2/+2
* atapi: classify read_cd as conditionally returning dataJohn Snow2016-11-141-11/+40
* macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland2016-10-271-185/+28Star
* dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland2016-10-272-3/+5
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-10-041-0/+4
|\
| * block-backend: remove blk_flush_allJohn Snow2016-09-291-0/+4
* | ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya2016-09-292-1/+12
* | ahci: clear aiocb in ncq_cbJohn Snow2016-09-291-0/+1
* | ide: fix DMA register transitionsJohn Snow2016-09-291-1/+1
|/
* portio: keep references on portioMarc-André Lureau2016-09-081-2/+4