summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
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
2020-03-17hw/ide: Get rid of piix3_init functionsBALATON Zoltan
2020-03-16via-ide: always use legacy IRQ 14/15 routingMark Cave-Ayland
2020-03-16via-ide: allow guests to write to PCI_CLASS_PROGMark Cave-Ayland
2020-03-16via-ide: initialise IDE controller in legacy modeMark Cave-Ayland
2020-03-16via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default valueMark Cave-Ayland
2020-03-16ide/via: Get rid of via_ide_init()BALATON Zoltan
2020-03-16via-ide: move registration of VMStateDescription to DeviceClassMark Cave-Ayland
2020-03-10cmd646: remove unused pci_cmd646_ide_init() functionMark Cave-Ayland
2020-03-09cmd646: register vmstate_ide_pci VMStateDescription in DeviceClassMark Cave-Ayland
2020-03-09cmd646: register cmd646_reset() function in DeviceClassMark Cave-Ayland
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde
2020-01-27ide: Fix incorrect handling of some PRDTs in ide_dma_cb()Alexander Popov
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2019-10-31bootdevice: Gather LCHS from all relevant devicesSam Eiderman
2019-10-31block: Refactor macros - fix tabbingSam Eiderman
2019-10-31IDE: deprecate ide-driveJohn Snow
2019-10-15hw/ide/via82c: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé
2019-10-15hw/ide/sii3112: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé
2019-10-15hw/ide/piix: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé
2019-10-10ide: account UNMAP (TRIM) operationsAnton Nefedov
2019-10-04ide: fix leak from qemu_allocate_irqsPaolo Bonzini
2019-08-16hw/ide/atapi: Use the ldst APIPhilippe Mathieu-Daudé
2019-08-16Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-08-16Include generated QAPI headers lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-05-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1...Peter Maydell