Age | Commit message (Expand) | Author |
2023-07-11 | hw/ide: Extract bmdma_status_writeb() | Bernhard Beschow |
2023-03-24 | hw/ide: replace TABs with space | Yeqi Fu |
2023-02-27 | hw/ide/pci: Add PCIIDEState::isa_irq[] | Bernhard Beschow |
2023-02-27 | hw/ide/pci: Unexport bmdma_active_if() | Bernhard Beschow |
2023-02-27 | hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h' | 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: Include 'exec/ioport.h' instead of 'hw/isa/isa.h' | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide: Remove unused 'qapi/qapi-types-run-state.h' | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/atapi: Restrict 'scsi/constants.h' inclusion | 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-01-09 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster |
2023-01-06 | ide: Add 8-bit data mode | Lubomir Rintel |
2022-10-31 | hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers | Bernhard Beschow |
2022-09-30 | hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command | Lev Kujawski |
2021-09-30 | ide: Rename ide_bus_new() to ide_bus_init() | Peter Maydell |
2021-07-19 | hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine | Thomas Huth |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-10-01 | ide: remove magic constants from the device register | John Snow |
2020-10-01 | ide: model HOB correctly | John Snow |
2020-10-01 | ide: rename cmd_write to ctrl_write | John Snow |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost |
2020-09-09 | ahci: Rename ICH_AHCI to ICH9_AHCI | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-27 | ahci: Move QOM macro to header | Eduardo Habkost |
2020-08-27 | ahci: Move QOM macros to header | Eduardo Habkost |
2020-06-17 | hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer | Philippe Mathieu-Daudé |
2020-03-17 | hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h | BALATON Zoltan |
2020-03-17 | hw/ide: Do ide_drive_get() within pci_ide_create_devs() | BALATON Zoltan |
2020-03-17 | hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h | BALATON Zoltan |
2020-02-20 | hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-02-20 | hw/ide/internal: Remove unused DMARestartFunc typedef | Philippe Mathieu-Daudé |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-02-22 | hw/ide: drop iov field from IDEDMA | Vladimir Sementsov-Ogievskiy |
2019-02-22 | hw/ide: drop iov field from IDEBufferedRequest | Vladimir Sementsov-Ogievskiy |
2019-02-22 | hw/ide: drop iov field from IDEState | Vladimir Sementsov-Ogievskiy |
2019-01-25 | ide: Get rid of CMD646BAR struct | BALATON Zoltan |
2019-01-25 | cmd646: Move PCI IDE specific functions to ide/pci.c | BALATON Zoltan |
2019-01-25 | cmd646: Remove IDEBus from CMD646BAR | BALATON Zoltan |
2019-01-25 | cmd646: Remove unused variable | BALATON Zoltan |