summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2017-10-31ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange1-1/+3
2017-10-31hw/ide/ahci: Move allwinner code into a separate fileThomas Huth3-95/+128
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-0/+2
2017-10-17macio: add missing registers to VMStateDescriptionMark Cave-Ayland1-1/+3
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2-0/+8
2017-10-12ide: support reporting of rotation rateDaniel P. Berrange2-0/+2
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell2-2/+6
2017-09-27migration: pre_save return intDr. David Alan Gilbert2-2/+6
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland1-3/+6
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland1-2/+8
2017-09-27macio: convert pmac_ide_ops from old_mmioMark Cave-Ayland1-106/+75
2017-09-27ppc/ide/macio: Add missing registersBenjamin Herrenschmidt1-3/+41
2017-09-22ide: fix enum comparison for gcc 4.7John Snow2-2/+2
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi2-47/+46
2017-09-18AHCI: remove DPRINTF macroJohn Snow1-9/+0
2017-09-18AHCI: pretty-print FIS to buffer instead of stderrJohn Snow2-10/+22
2017-09-18AHCI: Rework IRQ constantsJohn Snow3-21/+74
2017-09-18AHCI: Replace DPRINTF with trace-eventsJohn Snow2-89/+117
2017-09-18IDE: replace DEBUG_AIO with trace eventsJohn Snow3-11/+21
2017-09-18ATAPI: Replace DEBUG_IDE_ATAPI with tracing eventsJohn Snow2-41/+38
2017-09-18IDE: add tracing for data portsJohn Snow2-1/+16
2017-09-18IDE: Add register hints to tracingJohn Snow2-24/+72
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow6-69/+79
2017-09-18hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = falseThomas Huth1-0/+3
2017-09-18ide: ahci: unparent children buses before freeing their memoryIgor Mammedov1-0/+1
2017-08-10IDE: Do not flush empty CDROM drivesStefan Hajnoczi1-1/+9
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-2/+369
2017-07-18ahci: split public and private interfaceJohn Snow3-2/+361
2017-07-18ahci: add ahci_get_num_portsJohn Snow1-0/+8
2017-07-18ide: bdrv_attach_dev() for empty CD-ROMKevin Wolf1-0/+3
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-1/+1
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2017-03-15ide: ahci: call cleanup function in ahci unitLi Qiang1-0/+12
2017-03-15ide: core: add cleanup functionLi Qiang1-0/+8
2017-03-15ide: qdev: register ide bus unrealize functionLi Qiang1-6/+6
2017-02-28hw/block: Request permissionsKevin Wolf1-2/+6
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf1-1/+1
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-1/+2
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster1-17/+0
2017-02-10ahci: advertise HOST_CAP_64Ladi Prosek1-1/+1
2017-01-27xen-platform: add missing disk unplug optionPaul Durrant1-2/+2
2016-11-14atapi: classify read_cd as conditionally returning dataJohn Snow1-11/+40
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland1-185/+28
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland2-3/+5
2016-10-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+4
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya2-1/+12
2016-09-29ahci: clear aiocb in ncq_cbJohn Snow1-0/+1
2016-09-29ide: fix DMA register transitionsJohn Snow1-1/+1
2016-09-29block-backend: remove blk_flush_allJohn Snow1-0/+4
2016-09-08portio: keep references on portioMarc-André Lureau1-2/+4