| Commit message (Expand) | Author | Age | Files | Lines |
* | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | ide: remove magic constants from the device register | John Snow | 2020-10-01 | 1 | -0/+11 |
* | ide: model HOB correctly | John Snow | 2020-10-01 | 1 | -0/+1 |
* | ide: rename cmd_write to ctrl_write | John Snow | 2020-10-01 | 1 | -4/+5 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 3 | -15/+5 |
* | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | ahci: Rename ICH_AHCI to ICH9_AHCI | Eduardo Habkost | 2020-09-09 | 1 | -1/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 3 | -13/+12 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 3 | -8/+15 |
* | ahci: Move QOM macro to header | Eduardo Habkost | 2020-08-27 | 1 | -0/+2 |
* | ahci: Move QOM macros to header | Eduardo Habkost | 2020-08-27 | 1 | -0/+3 |
* | hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer | Philippe Mathieu-Daudé | 2020-06-17 | 1 | -6/+6 |
* | hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h | BALATON Zoltan | 2020-03-17 | 1 | -0/+2 |
* | hw/ide: Do ide_drive_get() within pci_ide_create_devs() | BALATON Zoltan | 2020-03-17 | 1 | -1/+1 |
* | hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h | BALATON Zoltan | 2020-03-17 | 1 | -0/+1 |
* | hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -1/+1 |
* | hw/ide/internal: Remove unused DMARestartFunc typedef | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -1/+0 |
* | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster | 2019-08-16 | 1 | -1/+2 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | hw/ide: drop iov field from IDEDMA | Vladimir Sementsov-Ogievskiy | 2019-02-22 | 1 | -1/+0 |
* | hw/ide: drop iov field from IDEBufferedRequest | Vladimir Sementsov-Ogievskiy | 2019-02-22 | 1 | -1/+0 |
* | hw/ide: drop iov field from IDEState | Vladimir Sementsov-Ogievskiy | 2019-02-22 | 1 | -1/+0 |
* | ide: Get rid of CMD646BAR struct | BALATON Zoltan | 2019-01-25 | 1 | -8/+2 |
* | cmd646: Move PCI IDE specific functions to ide/pci.c | BALATON Zoltan | 2019-01-25 | 1 | -0/+2 |
* | cmd646: Remove IDEBus from CMD646BAR | BALATON Zoltan | 2019-01-25 | 1 | -1/+0 |
* | cmd646: Remove unused variable | BALATON Zoltan | 2019-01-25 | 1 | -1/+0 |
* | hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h" | Philippe Mathieu-Daudé | 2019-01-22 | 1 | -2/+2 |
* | avoid TABs in files that only contain a few | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | ide: introduce ide_transfer_start_norecurse | Paolo Bonzini | 2018-06-08 | 1 | -0/+2 |
* | ide: push end_transfer_func out of start_transfer callback, rename callback | Paolo Bonzini | 2018-06-08 | 1 | -1/+1 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | hw/ide: Remove duplicated definitions from ahci_internal.h | John Snow | 2018-01-19 | 1 | -6/+0 |
* | ide: support reporting of rotation rate | Daniel P. Berrange | 2017-10-12 | 1 | -0/+8 |
* | ide: fix enum comparison for gcc 4.7 | John Snow | 2017-09-22 | 1 | -2/+1 |
* | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini | 2017-09-19 | 1 | -1/+1 |
* | hw/ide: Convert DeviceClass init to realize | Mao Zhongyi | 2017-09-19 | 1 | -2/+3 |
* | IDE: replace DEBUG_AIO with trace events | John Snow | 2017-09-18 | 1 | -2/+5 |
* | ATAPI: Replace DEBUG_IDE_ATAPI with tracing events | John Snow | 2017-09-18 | 1 | -1/+0 |
* | IDE: replace DEBUG_IDE with tracing system | John Snow | 2017-09-18 | 1 | -1/+0 |
* | ahci: split public and private interface | John Snow | 2017-07-18 | 2 | -405/+46 |
* | ahci: Isolate public AHCI interface | John Snow | 2017-07-18 | 2 | -52/+96 |
* | ahci: add ahci_get_num_ports | John Snow | 2017-07-18 | 1 | -0/+1 |
* | ide: core: add cleanup function | Li Qiang | 2017-03-16 | 1 | -0/+1 |
* | ide: Fix memory leak in ide_register_restart_cb() | Ashijeet Acharya | 2016-09-29 | 1 | -0/+1 |
* | portio: keep references on portio | Marc-André Lureau | 2016-09-08 | 1 | -0/+2 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 3 | -4/+4 |
* | ide: move headers to include folder | Efimov Vasily | 2016-06-29 | 3 | -0/+1116 |