summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hw/ide/piix: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-5/+4Star
* ide: account UNMAP (TRIM) operationsAnton Nefedov2019-10-101-0/+12
* ide: fix leak from qemu_allocate_irqsPaolo Bonzini2019-10-041-0/+1
* hw/ide/atapi: Use the ldst APIPhilippe Mathieu-Daudé2019-08-171-52/+28Star
* Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow2019-08-172-17/+0Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-162-1/+2
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-164-4/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-166-0/+6
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-163-0/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-1614-14/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1612-0/+12
* ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-164-0/+4
* Include generated QAPI headers lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1213-0/+21
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-1/+1
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1...Peter Maydell2019-05-132-2/+6
|\
| * hw/ide/ahci: Add a Kconfig switch for the AHCI-ICH9 deviceThomas Huth2019-05-132-2/+6
* | Clean up decorations and whitespace around header guardsMarkus Armbruster2019-05-131-1/+1
|/
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-2/+4
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-1/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-8/+8
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+1
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+3
* ide: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+15
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+35
* hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy2019-02-221-3/+2Star
* hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy2019-02-221-5/+6
* hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2019-02-222-11/+6Star
* ide: split ioport registration to a separate filePaolo Bonzini2019-02-053-27/+68