aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ide/internal.h
AgeCommit message (Expand)Author
2024-02-27hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan
2024-02-22hw/ide: Remove the include/hw/ide.h legacy fileThomas Huth
2024-02-22hw/ide: Move IDE bus related definitions to a new header ide-bus.hThomas Huth
2024-02-22hw/ide: Move IDE device related definitions to ide-dev.hThomas Huth
2024-02-22hw/ide: Move IDE DMA related definitions to a separate header ide-dma.hThomas Huth
2023-11-21ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland
2023-03-24hw/ide: replace TABs with spaceYeqi Fu
2023-02-27hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'Philippe Mathieu-Daudé
2023-02-27hw/ide: Rename idebus_active_if() -> ide_bus_active_if()Philippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()Philippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()Philippe Mathieu-Daudé
2023-02-27hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé
2023-02-27hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'Philippe Mathieu-Daudé
2023-02-27hw/ide: Remove unused 'qapi/qapi-types-run-state.h'Philippe Mathieu-Daudé
2023-02-27hw/ide/atapi: Restrict 'scsi/constants.h' inclusionPhilippe Mathieu-Daudé
2023-01-06ide: Add 8-bit data modeLubomir Rintel
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski
2021-09-30ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell
2021-07-19hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth
2020-10-01ide: remove magic constants from the device registerJohn Snow
2020-10-01ide: model HOB correctlyJohn Snow
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé
2020-03-17hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/ide/internal: Remove unused DMARestartFunc typedefPhilippe Mathieu-Daudé
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
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-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-10-12ide: support reporting of rotation rateDaniel P. Berrange
2017-09-22ide: fix enum comparison for gcc 4.7John Snow
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi
2017-09-18IDE: replace DEBUG_AIO with trace eventsJohn Snow
2017-09-18ATAPI: Replace DEBUG_IDE_ATAPI with tracing eventsJohn Snow
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow
2017-03-15ide: core: add cleanup functionLi Qiang