aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster6-0/+6
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster3-0/+3
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster14-14/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster12-0/+12
2019-08-16ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster4-0/+4
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster13-0/+21
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+1
2019-05-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1...Peter Maydell2-2/+6
2019-05-13hw/ide/ahci: Add a Kconfig switch for the AHCI-ICH9 deviceThomas Huth2-2/+6
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-2/+4
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster1-1/+0
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-8/+8
2019-03-07isa: express dependencies with kconfigPaolo Bonzini1-0/+1
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+3
2019-03-07ide: express dependencies with KconfigPaolo Bonzini1-0/+15
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+35
2019-02-22hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy1-3/+2
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy1-5/+6
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2-11/+6
2019-02-05ide: split ioport registration to a separate filePaolo Bonzini3-27/+68
2019-01-25ide/via: Implement and use native PCI IDE modeBALATON Zoltan1-14/+38
2019-01-25ide/via: Rename functions to match device nameBALATON Zoltan1-8/+7
2019-01-25ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan1-24/+20
2019-01-25sii3112: Remove duplicated code and use PCI IDE ops insteadBALATON Zoltan1-44/+8
2019-01-25ide: Get rid of CMD646BAR structBALATON Zoltan1-17/+16
2019-01-25cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan2-69/+67
2019-01-25cmd646: Remove IDEBus from CMD646BARBALATON Zoltan1-15/+14
2019-01-25cmd646: Remove unused variableBALATON Zoltan1-1/+0
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-47/+47
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth3-3/+0
2018-10-02replay: replay BH for IDE trim operationPavel Dovgalyuk1-1/+2
2018-08-30macio: add addr property to macio IDE objectMark Cave-Ayland1-0/+1
2018-08-30macio: move MACIOIDEState type declarations to macio.hMark Cave-Ayland1-0/+1
2018-08-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck1-0/+1