index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
Age
Commit message (
Expand
)
Author
2023-12-29
hw/ide: Constify VMState
Richard Henderson
2023-11-28
ide/via: Fix BAR4 value in legacy mode
BALATON Zoltan
2023-11-21
hw/ide/via: implement legacy/native mode switching
Mark Cave-Ayland
2023-11-21
ide/via: don't attempt to set default BAR addresses
Mark Cave-Ayland
2023-11-21
ide/pci: introduce pci_ide_update_mode() function
Mark Cave-Ayland
2023-11-21
ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...
Mark Cave-Ayland
2023-11-21
hw/ide/ahci: fix legacy software reset
Niklas Cassel
2023-11-09
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-11-08
hw/ide/ahci: trigger either error IRQ or regular IRQ, not both
Niklas Cassel
2023-11-07
hw/ide: reset: cancel async DMA operation before resetting state
Fiona Ebner
2023-11-01
migration: Use vmstate_register_any() for isa-ide
Juan Quintela
2023-10-06
hw/ide/ahci: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-06
hw/ide/ahci: fix broken SError handling
Niklas Cassel
2023-09-06
hw/ide/ahci: fix ahci_write_fis_sdb()
Niklas Cassel
2023-09-06
hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
Niklas Cassel
2023-09-06
hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared
Niklas Cassel
2023-09-06
hw/ide/ahci: simplify and document PxCI handling
Niklas Cassel
2023-09-06
hw/ide/ahci: write D2H FIS when processing NCQ command
Niklas Cassel
2023-09-06
hw/ide/core: set ERR_STAT in unsupported command completion
Niklas Cassel
2023-08-31
hw/ide: spelling fixes
Michael Tokarev
2023-07-14
hw/ide/piix: properly initialize the BMIBA register
Olaf Hering
2023-07-11
hw/ide/piix: Move registration of VMStateDescription to DeviceClass
Bernhard Beschow
2023-07-11
hw/ide/pci: Replace some magic numbers by constants
Bernhard Beschow
2023-07-11
hw/ide: Extract bmdma_status_writeb()
Bernhard Beschow
2023-07-11
hw/ide: Extract IDEBus assignment into bmdma_init()
Bernhard Beschow
2023-07-11
hw/ide/via: Wire up IDE legacy interrupts in host device
Bernhard Beschow
2023-07-11
hw/ide/pci: Expose legacy interrupts as named GPIOs
Bernhard Beschow
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-13
hw/ide/ahci: Remove stray backslash
Niklas Cassel
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-03-24
hw/ide: replace TABs with space
Yeqi Fu
2023-02-27
hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVS
Philippe Mathieu-Daudé
2023-02-27
hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per bus
Philippe Mathieu-Daudé
2023-02-27
hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg
Philippe Mathieu-Daudé
2023-02-27
hw/ide/piix: Remove unused includes
Philippe Mathieu-Daudé
2023-02-27
hw/ide/pci: Unexport bmdma_active_if()
Bernhard Beschow
2023-02-27
hw/ide/ioport: Remove unnecessary includes
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Un-inline ide_set_irq()
Philippe Mathieu-Daudé
2023-02-27
hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
Philippe Mathieu-Daudé
2023-02-27
hw/ide/isa: Remove intermediate ISAIDEState::irq variable
Philippe Mathieu-Daudé
2023-02-27
hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
Philippe Mathieu-Daudé
2023-02-27
hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'
Philippe Mathieu-Daudé
2023-02-27
hw/ide/mmio: Use CamelCase for MMIO_IDE state name
Philippe Mathieu-Daudé
2023-02-27
hw/ide/ahci: Trace ncq write command as write instead of read
Fiona Ebner
[next]