summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
...
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-2/+2
* Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell2018-01-232-3/+3
|\
| * Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-222-3/+3
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int...Peter Maydell2018-01-221-5/+5
|\ \
| * | sii3112: Add explicit type casts to avoid unintended sign extensionBALATON Zoltan2018-01-201-5/+5
| |/
* | hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow2018-01-191-4/+0Star
* | ide: abort TRIM operation for invalid rangeAnton Nefedov2018-01-191-2/+13
* | ide: move ide_sect_range_ok() upAnton Nefedov2018-01-191-12/+12
* | ide: pass IDEState to trim AIO callbackAnton Nefedov2018-01-191-6/+8
|/
* hw/ide: Emulate SiI3112 SATA controllerBALATON Zoltan2018-01-103-0/+374
* hw/block: Use errp directly rather than local_errMao Zhongyi2017-12-191-8/+4Star
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-189-10/+2Star
* 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