summary refs log tree commit diff stats
path: root/include/hw/ide/internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan2024-02-271-452/+0
* hw/ide: Remove the include/hw/ide.h legacy fileThomas Huth2024-02-221-2/+1
* hw/ide: Move IDE bus related definitions to a new header ide-bus.hThomas Huth2024-02-221-39/+1
* hw/ide: Move IDE device related definitions to ide-dev.hThomas Huth2024-02-221-142/+1
* hw/ide: Move IDE DMA related definitions to a separate header ide-dma.hThomas Huth2024-02-221-28/+1
* ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland2023-11-211-0/+3
* hw/ide: replace TABs with spaceYeqi Fu2023-03-241-124/+124
* hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'Philippe Mathieu-Daudé2023-02-271-0/+4
* hw/ide: Rename idebus_active_if() -> ide_bus_active_if()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé2023-02-271-2/+2
* hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé2023-02-271-8/+1
* hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Remove unused 'qapi/qapi-types-run-state.h'Philippe Mathieu-Daudé2023-02-271-1/+0
* hw/ide/atapi: Restrict 'scsi/constants.h' inclusionPhilippe Mathieu-Daudé2023-02-271-1/+0
* ide: Add 8-bit data modeLubomir Rintel2023-01-061-0/+1
* hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski2022-09-301-0/+3
* ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell2021-09-301-2/+2
* hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth2021-07-191-1/+1
* ide: remove magic constants from the device registerJohn Snow2020-10-011-0/+11
* ide: model HOB correctlyJohn Snow2020-10-011-0/+1
* ide: rename cmd_write to ctrl_writeJohn Snow2020-10-011-4/+5
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-7/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé2020-06-171-6/+6
* hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan2020-03-171-0/+2
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* hw/ide/internal: Remove unused DMARestartFunc typedefPhilippe Mathieu-Daudé2020-02-201-1/+0
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-1/+2
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy2019-02-221-1/+0
* hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy2019-02-221-1/+0
* hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2019-02-221-1/+0
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* ide: introduce ide_transfer_start_norecursePaolo Bonzini2018-06-081-0/+2
* ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini2018-06-081-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0
* ide: support reporting of rotation rateDaniel P. Berrange2017-10-121-0/+8
* ide: fix enum comparison for gcc 4.7John Snow2017-09-221-2/+1
* scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini2017-09-191-1/+1
* hw/ide: Convert DeviceClass init to realizeMao Zhongyi2017-09-181-2/+3
* IDE: replace DEBUG_AIO with trace eventsJohn Snow2017-09-181-2/+5
* ATAPI: Replace DEBUG_IDE_ATAPI with tracing eventsJohn Snow2017-09-181-1/+0
* IDE: replace DEBUG_IDE with tracing systemJohn Snow2017-09-181-1/+0
* ide: core: add cleanup functionLi Qiang2017-03-151-0/+1