aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-16via-ide: allow guests to write to PCI_CLASS_PROGMark Cave-Ayland1-0/+1
2020-03-16via-ide: initialise IDE controller in legacy modeMark Cave-Ayland1-1/+1
2020-03-16via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default valueMark Cave-Ayland1-1/+1
2020-03-16ide/via: Get rid of via_ide_init()BALATON Zoltan1-8/+0
2020-03-16via-ide: move registration of VMStateDescription to DeviceClassMark Cave-Ayland1-2/+1
2020-03-10cmd646: remove unused pci_cmd646_ide_init() functionMark Cave-Ayland1-12/+0
2020-03-09cmd646: register vmstate_ide_pci VMStateDescription in DeviceClassMark Cave-Ayland1-2/+1
2020-03-09cmd646: register cmd646_reset() function in DeviceClassMark Cave-Ayland1-3/+3
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé4-4/+4
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-4/+4
2020-01-27ide: Fix incorrect handling of some PRDTs in ide_dma_cb()Alexander Popov1-8/+22
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau6-9/+9
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau4-4/+4
2019-10-31bootdevice: Gather LCHS from all relevant devicesSam Eiderman1-0/+5
2019-10-31block: Refactor macros - fix tabbingSam Eiderman1-1/+1
2019-10-31IDE: deprecate ide-driveJohn Snow1-0/+3
2019-10-15hw/ide/via82c: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-6/+4
2019-10-15hw/ide/sii3112: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-4/+3
2019-10-15hw/ide/piix: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-5/+4
2019-10-10ide: account UNMAP (TRIM) operationsAnton Nefedov1-0/+12
2019-10-04ide: fix leak from qemu_allocate_irqsPaolo Bonzini1-0/+1
2019-08-16hw/ide/atapi: Use the ldst APIPhilippe Mathieu-Daudé1-52/+28
2019-08-16Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow2-17/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2-1/+2
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster4-4/+0