summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* 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
* via-ide: move registration of VMStateDescription to DeviceClassMark Cave-Ayland2020-03-171-2/+1Star
* cmd646: remove unused pci_cmd646_ide_init() functionMark Cave-Ayland2020-03-101-12/+0Star
* cmd646: register vmstate_ide_pci VMStateDescription in DeviceClassMark Cave-Ayland2020-03-101-2/+1Star
* cmd646: register cmd646_reset() function in DeviceClassMark Cave-Ayland2020-03-101-3/+3
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-204-4/+4
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-4/+4
* ide: Fix incorrect handling of some PRDTs in ide_dma_cb()Alexander Popov2020-01-271-8/+22
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-246-9/+9
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-064-4/+4
* bootdevice: Gather LCHS from all relevant devicesSam Eiderman2019-10-311-0/+5
* block: Refactor macros - fix tabbingSam Eiderman2019-10-311-1/+1
* IDE: deprecate ide-driveJohn Snow2019-10-311-0/+3
* hw/ide/via82c: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-6/+4Star
* hw/ide/sii3112: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-4/+3Star