aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
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
2019-05-13hw/ide/ahci: Add a Kconfig switch for the AHCI-ICH9 deviceThomas Huth
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-07isa: express dependencies with kconfigPaolo Bonzini
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07ide: express dependencies with KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-22hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy
2019-02-05ide: split ioport registration to a separate filePaolo Bonzini