aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2020-11-02xen: rework pci_piix3_xen_ide_unplugAnthony PERARD1-14/+13
2020-10-27ide: clear SRST after SRST finishesJohn Snow1-0/+2
2020-10-27ide: perform SRST as early as possibleJohn Snow1-3/+1
2020-10-27ide: run diagnostic after SRSTJohn Snow1-4/+2
2020-10-09hw/ide: restore replay support of IDEAlex Bennée1-2/+2
2020-10-01ide: cancel pending callbacks on SRSTJohn Snow1-18/+40
2020-10-01ide: clear interrupt on command writeJohn Snow1-0/+1
2020-10-01ide: remove magic constants from the device registerJohn Snow1-12/+14
2020-10-01ide: reorder set/get sector functionsJohn Snow1-11/+15
2020-10-01ide: model HOB correctlyJohn Snow1-8/+7
2020-10-01ide: don't tamper with the device registerJohn Snow1-2/+2
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow6-19/+19
2020-10-01hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost3-9/+3
2020-09-09ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost2-6/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost4-4/+7
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost4-8/+16
2020-09-01hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-4/+4
2020-09-01hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-2/+3
2020-09-01hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé1-1/+1
2020-08-27ahci: Move QOM macro to headerEduardo Habkost1-3/+0
2020-08-27ahci: Move QOM macros to headerEduardo Habkost1-5/+0
2020-08-21meson: convert hw/ideMarc-André Lureau2-14/+14
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster1-2/+2
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-2/+2
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan1-1/+4
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé4-21/+21
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+2
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster1-2/+3
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-18hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé1-0/+1
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé1-1/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-2/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2-2/+2
2020-05-04hw/ide/sii3112: Remove dead assignmentPhilippe Mathieu-Daudé1-2/+3
2020-03-27cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland1-5/+4
2020-03-27via-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland1-2/+4
2020-03-27via-ide: don't use PCI level for legacy IRQsMark Cave-Ayland1-1/+0
2020-03-27hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs()Peter Maydell1-4/+4
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan1-1/+3
2020-03-17hw/ide/pci.c: Coding style update to fix checkpatch errorsBALATON Zoltan1-3/+3
2020-03-17hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan1-0/+1
2020-03-17hw/ide: Get rid of piix4_init functionBALATON Zoltan1-11/+1
2020-03-17hw/ide: Get rid of piix3_init functionsBALATON Zoltan2-20/+2
2020-03-16via-ide: always use legacy IRQ 14/15 routingMark Cave-Ayland1-4/+1