aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/ide: Constify VMStateRichard Henderson9-23/+23
2023-11-28ide/via: Fix BAR4 value in legacy modeBALATON Zoltan1-6/+11
2023-11-21hw/ide/via: implement legacy/native mode switchingMark Cave-Ayland1-2/+37
2023-11-21ide/via: don't attempt to set default BAR addressesMark Cave-Ayland1-5/+0
2023-11-21ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland1-0/+84
2023-11-21ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland2-12/+12
2023-11-21hw/ide/ahci: fix legacy software resetNiklas Cassel1-1/+26
2023-11-09Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-3/+2
2023-11-08hw/ide/ahci: trigger either error IRQ or regular IRQ, not bothNiklas Cassel1-3/+2
2023-11-07hw/ide: reset: cancel async DMA operation before resetting stateFiona Ebner1-7/+7
2023-11-01migration: Use vmstate_register_any() for isa-ideJuan Quintela1-1/+1
2023-10-06hw/ide/ahci: Clean up local variable shadowingPhilippe Mathieu-Daudé1-3/+1
2023-09-06hw/ide/ahci: fix broken SError handlingNiklas Cassel1-2/+1
2023-09-06hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel1-2/+8
2023-09-06hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel1-2/+5
2023-09-06hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel1-0/+5
2023-09-06hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel1-20/+50
2023-09-06hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel1-6/+11
2023-09-06hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel1-1/+1
2023-08-31hw/ide: spelling fixesMichael Tokarev3-4/+4
2023-07-14hw/ide/piix: properly initialize the BMIBA registerOlaf Hering1-1/+1
2023-07-11hw/ide/piix: Move registration of VMStateDescription to DeviceClassBernhard Beschow1-3/+2
2023-07-11hw/ide/pci: Replace some magic numbers by constantsBernhard Beschow1-1/+2
2023-07-11hw/ide: Extract bmdma_status_writeb()Bernhard Beschow5-7/+10
2023-07-11hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow5-4/+1
2023-07-11hw/ide/via: Wire up IDE legacy interrupts in host deviceBernhard Beschow1-2/+4
2023-07-11hw/ide/pci: Expose legacy interrupts as named GPIOsBernhard Beschow1-0/+9
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-14/+14
2023-06-13hw/ide/ahci: Remove stray backslashNiklas Cassel1-1/+1
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov3-2/+6
2023-03-24hw/ide: replace TABs with spaceYeqi Fu3-236/+236
2023-02-27hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVSPhilippe Mathieu-Daudé1-6/+6
2023-02-27hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per busPhilippe Mathieu-Daudé1-20/+19
2023-02-27hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msgPhilippe Mathieu-Daudé1-8/+7
2023-02-27hw/ide/piix: Remove unused includesPhilippe Mathieu-Daudé1-6/+1
2023-02-27hw/ide/pci: Unexport bmdma_active_if()Bernhard Beschow1-0/+6
2023-02-27hw/ide/ioport: Remove unnecessary includesPhilippe Mathieu-Daudé1-10/+0
2023-02-27hw/ide: Rename idebus_active_if() -> ide_bus_active_if()Philippe Mathieu-Daudé4-16/+16
2023-02-27hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé10-11/+12
2023-02-27hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()Philippe Mathieu-Daudé3-5/+5
2023-02-27hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé7-7/+7
2023-02-27hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé7-9/+9
2023-02-27hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()Philippe Mathieu-Daudé3-29/+29
2023-02-27hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé6-0/+13
2023-02-27hw/ide/atapi: Restrict 'scsi/constants.h' inclusionPhilippe Mathieu-Daudé1-0/+1
2023-02-27hw/ide/isa: Remove intermediate ISAIDEState::irq variablePhilippe Mathieu-Daudé1-3/+1
2023-02-27hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'Philippe Mathieu-Daudé1-8/+6
2023-02-27hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'Philippe Mathieu-Daudé1-4/+1
2023-02-27hw/ide/mmio: Use CamelCase for MMIO_IDE state namePhilippe Mathieu-Daudé1-15/+13
2023-02-27hw/ide/ahci: Trace ncq write command as write instead of readFiona Ebner2-2/+3