aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2023-11-22hw/ide/ahci: fix legacy software resetNiklas Cassel
2023-11-19hw/ide: reset: cancel async DMA operation before resetting stateFiona Ebner
2023-09-21hw/ide/ahci: fix broken SError handlingNiklas Cassel
2023-09-21hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel
2023-09-21hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel
2023-09-21hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel
2023-09-21hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel
2023-09-21hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel
2023-09-21hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel
2023-07-14hw/ide/piix: properly initialize the BMIBA registerOlaf Hering
2023-07-11hw/ide/piix: Move registration of VMStateDescription to DeviceClassBernhard Beschow
2023-07-11hw/ide/pci: Replace some magic numbers by constantsBernhard Beschow
2023-07-11hw/ide: Extract bmdma_status_writeb()Bernhard Beschow
2023-07-11hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow
2023-07-11hw/ide/via: Wire up IDE legacy interrupts in host deviceBernhard Beschow
2023-07-11hw/ide/pci: Expose legacy interrupts as named GPIOsBernhard Beschow
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-13hw/ide/ahci: Remove stray backslashNiklas Cassel
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-03-24hw/ide: replace TABs with spaceYeqi Fu
2023-02-27hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVSPhilippe Mathieu-Daudé
2023-02-27hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per busPhilippe Mathieu-Daudé
2023-02-27hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msgPhilippe Mathieu-Daudé
2023-02-27hw/ide/piix: Remove unused includesPhilippe Mathieu-Daudé
2023-02-27hw/ide/pci: Unexport bmdma_active_if()Bernhard Beschow
2023-02-27hw/ide/ioport: Remove unnecessary includesPhilippe 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/atapi: Restrict 'scsi/constants.h' inclusionPhilippe Mathieu-Daudé
2023-02-27hw/ide/isa: Remove intermediate ISAIDEState::irq variablePhilippe Mathieu-Daudé
2023-02-27hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'Philippe Mathieu-Daudé
2023-02-27hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'Philippe Mathieu-Daudé
2023-02-27hw/ide/mmio: Use CamelCase for MMIO_IDE state namePhilippe Mathieu-Daudé
2023-02-27hw/ide/ahci: Trace ncq write command as write instead of readFiona Ebner
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-06ide: Add "ide-cf" driver, a CompactFlash cardLubomir Rintel
2023-01-06ide: Add 8-bit data modeLubomir Rintel
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow
2022-10-20hw/ide/microdrive: Use device_cold_reset() for self-resetsPeter Maydell
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski
2022-09-30hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTICLev Kujawski
2022-09-30piix_ide_reset: Use pci_set_* functions instead of direct accessLev Kujawski