summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* hw/ide: restore replay support of IDEAlex Bennée2020-10-091-2/+2
* ide: cancel pending callbacks on SRSTJohn Snow2020-10-011-18/+40
* ide: clear interrupt on command writeJohn Snow2020-10-011-0/+1
* ide: remove magic constants from the device registerJohn Snow2020-10-011-12/+14
* ide: reorder set/get sector functionsJohn Snow2020-10-011-11/+15
* ide: model HOB correctlyJohn Snow2020-10-011-8/+7Star
* ide: don't tamper with the device registerJohn Snow2020-10-011-2/+2
* ide: rename cmd_write to ctrl_writeJohn Snow2020-10-016-19/+19
* hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé2020-10-011-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-183-9/+3Star
* ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost2020-09-092-6/+6
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-094-4/+7
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-094-8/+16
* hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé2020-09-011-1/+1
* hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé2020-09-011-4/+4
* hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé2020-09-011-2/+3
* hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé2020-09-011-1/+1
* ahci: Move QOM macro to headerEduardo Habkost2020-08-271-3/+0Star
* ahci: Move QOM macros to headerEduardo Habkost2020-08-271-5/+0Star
* meson: convert hw/ideMarc-André Lureau2020-08-212-14/+14
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* qapi: Use returned bool to check for failure, manual partMarkus Armbruster2020-07-101-2/+2
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-2/+2
* block: consolidate blocksize properties consistency checksRoman Kagan2020-06-171-1/+4
* hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé2020-06-174-21/+21
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+2
* isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2020-06-151-2/+3
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé2020-05-181-0/+1
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-2/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-152-2/+2
* hw/ide/sii3112: Remove dead assignmentPhilippe Mathieu-Daudé2020-05-041-2/+3
* cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland2020-03-271-5/+4Star
* via-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland2020-03-271-2/+4
* via-ide: don't use PCI level for legacy IRQsMark Cave-Ayland2020-03-271-1/+0Star
* hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs()Peter Maydell2020-03-271-4/+4
* hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-171-1/+3
* hw/ide/pci.c: Coding style update to fix checkpatch errorsBALATON Zoltan2020-03-171-3/+3
* hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan2020-03-171-0/+1
* hw/ide: Get rid of piix4_init functionBALATON Zoltan2020-03-171-11/+1Star
* hw/ide: Get rid of piix3_init functionsBALATON Zoltan2020-03-172-20/+2Star
* via-ide: always use legacy IRQ 14/15 routingMark Cave-Ayland2020-03-171-4/+1Star
* via-ide: allow guests to write to PCI_CLASS_PROGMark Cave-Ayland2020-03-171-0/+1
* via-ide: initialise IDE controller in legacy modeMark Cave-Ayland2020-03-171-1/+1
* via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default valueMark Cave-Ayland2020-03-171-1/+1
* ide/via: Get rid of via_ide_init()BALATON Zoltan2020-03-171-8/+0Star