summary refs log tree commit diff stats
path: root/include/hw/ide (follow)
Commit message (Expand)AuthorAgeFilesLines
* ide, vl: turn -win2k-hack into a property on IDE devicesPaolo Bonzini2024-02-281-0/+2
* hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan2024-02-271-452/+0
* hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth2024-02-221-1/+1
* hw/ide: Remove the include/hw/ide.h legacy fileThomas Huth2024-02-222-2/+3
* hw/ide: Move IDE bus related definitions to a new header ide-bus.hThomas Huth2024-02-222-39/+43
* hw/ide: Move IDE device related definitions to ide-dev.hThomas Huth2024-02-222-143/+143
* hw/ide: Move IDE DMA related definitions to a separate header ide-dma.hThomas Huth2024-02-222-28/+38
* hw/ide: Add the possibility to disable the CompactFlash device in the buildThomas Huth2024-02-221-0/+41
* hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'Philippe Mathieu-Daudé2024-02-152-28/+36
* hw/ide/ahci: Remove SysbusAHCIState::num_ports fieldPhilippe Mathieu-Daudé2024-02-151-1/+0
* hw/ide/ahci: Convert AHCIState::ports to unsignedPhilippe Mathieu-Daudé2024-02-151-1/+1
* hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé2024-02-151-1/+1
* hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé2024-02-151-1/+0
* hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé2024-02-152-3/+22
* ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland2023-11-211-0/+1
* ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland2023-11-211-0/+3
* hw/ide: Extract bmdma_status_writeb()Bernhard Beschow2023-07-111-0/+1
* hw/ide: replace TABs with spaceYeqi Fu2023-03-241-124/+124
* hw/ide/pci: Add PCIIDEState::isa_irq[]Bernhard Beschow2023-02-271-0/+1
* hw/ide/pci: Unexport bmdma_active_if()Bernhard Beschow2023-02-271-6/+0
* 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
* hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'Philippe Mathieu-Daudé2023-02-271-0/+20
* hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'Philippe Mathieu-Daudé2023-02-271-0/+26
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-01-091-1/+1
|\
| * include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* | ide: Add 8-bit data modeLubomir Rintel2023-01-061-0/+1
|/
* hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-311-0/+7
* 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
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-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-183-15/+5
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost2020-09-091-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-13/+12
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-8/+15
* ahci: Move QOM macro to headerEduardo Habkost2020-08-271-0/+2