aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2020-12-01ide: atapi: assert that the buffer pointer is in rangePaolo Bonzini
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-02xen: rework pci_piix3_xen_ide_unplugAnthony PERARD
2020-10-27ide: clear SRST after SRST finishesJohn Snow
2020-10-27ide: perform SRST as early as possibleJohn Snow
2020-10-27ide: run diagnostic after SRSTJohn Snow
2020-10-09hw/ide: restore replay support of IDEAlex Bennée
2020-10-01ide: cancel pending callbacks on SRSTJohn Snow
2020-10-01ide: clear interrupt on command writeJohn Snow
2020-10-01ide: remove magic constants from the device registerJohn Snow
2020-10-01ide: reorder set/get sector functionsJohn Snow
2020-10-01ide: model HOB correctlyJohn Snow
2020-10-01ide: don't tamper with the device registerJohn Snow
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow
2020-10-01hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-01hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé
2020-08-27ahci: Move QOM macro to headerEduardo Habkost
2020-08-27ahci: Move QOM macros to headerEduardo Habkost
2020-08-21meson: convert hw/ideMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-18hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-04hw/ide/sii3112: Remove dead assignmentPhilippe Mathieu-Daudé
2020-03-27cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland
2020-03-27via-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland
2020-03-27via-ide: don't use PCI level for legacy IRQsMark Cave-Ayland
2020-03-27hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs()Peter Maydell
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan
2020-03-17hw/ide/pci.c: Coding style update to fix checkpatch errorsBALATON Zoltan
2020-03-17hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan
2020-03-17hw/ide: Get rid of piix4_init functionBALATON Zoltan