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
/
pci.c
Age
Commit message (
Expand
)
Author
2024-08-06
hw/ide/pci: Remove dead code from bmdma_prepare_buf()
Peter Maydell
2024-02-27
hw/ide: Include 'ide-internal.h' from current path
Philippe Mathieu-Daudé
2024-02-22
hw/ide: Stop exposing internal.h to non-IDE files
Thomas Huth
2023-12-29
hw/ide: Constify VMState
Richard Henderson
2023-11-21
ide/pci: introduce pci_ide_update_mode() function
Mark Cave-Ayland
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/pci: Expose legacy interrupts as named GPIOs
Bernhard Beschow
2023-02-27
hw/ide/pci: Unexport bmdma_active_if()
Bernhard Beschow
2023-02-27
hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Un-inline ide_set_irq()
Philippe Mathieu-Daudé
2020-10-01
ide: rename cmd_write to ctrl_write
John Snow
2020-09-01
hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE
Philippe Mathieu-Daudé
2020-06-17
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
2020-03-17
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
2020-03-17
hw/ide/pci.c: Coding style update to fix checkpatch errors
BALATON Zoltan
2020-03-17
hw/ide: Get rid of piix3_init functions
BALATON Zoltan
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-01-25
cmd646: Move PCI IDE specific functions to ide/pci.c
BALATON Zoltan
2019-01-09
trivial: Don't include isa.h if it is not really necessary
Thomas Huth
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2017-12-18
hw/ide: remove old i386 dependency
Philippe Mathieu-Daudé
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-18
IDE: replace DEBUG_IDE with tracing system
John Snow
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-04-12
ide: don't lose pending dma state
Pavel Butsykin
2016-02-10
ide: move buffered DMA cancel to core
John Snow
2016-01-29
ide: Clean up includes
Peter Maydell
2015-11-17
ide: orphan all buffered requests on DMA cancel
Peter Lieven
2015-11-06
ide: remove hardcoded 2GiB transactional limit
John Snow
2015-07-04
ide: add limit to .prepare_buf()
John Snow
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-03
hw/ide/pci: Fix memory leak
Shannon Zhao
2015-03-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-03-10
ide: place initial state of the current request to IDEBus
Paolo Bonzini
2015-03-10
ide: replace set_unit callback with more IDEBus state
Paolo Bonzini
2015-03-10
ide: move restart callback to common code
Paolo Bonzini
2015-03-10
ide: pass IDEBus to the restart_cb
Paolo Bonzini
2015-03-10
ide: do not use BMDMA in restart callback
Paolo Bonzini
2015-03-10
ide: prepare to move restart to common code
Paolo Bonzini
2015-03-10
ide: start extracting ide_restart_dma out of bmdma_restart_dma
Paolo Bonzini
2015-03-10
Remove superfluous '\n' around error_report()
Gonglei
2015-02-06
atapi migration: Throw recoverable error to avoid recovery
Dr. David Alan Gilbert
2014-11-14
ide: Correct handling of malformed/short PRDTs
John Snow
[next]