| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: rename cmd_write to ctrl_write | John Snow | 2020-10-01 | 1 | -6/+6 |
* | hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE | Philippe Mathieu-Daudé | 2020-09-01 | 1 | -1/+1 |
* | hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer | Philippe Mathieu-Daudé | 2020-06-17 | 1 | -6/+6 |
* | hw/ide: Do ide_drive_get() within pci_ide_create_devs() | BALATON Zoltan | 2020-03-17 | 1 | -1/+3 |
* | hw/ide/pci.c: Coding style update to fix checkpatch errors | BALATON Zoltan | 2020-03-17 | 1 | -3/+3 |
* | hw/ide: Get rid of piix3_init functions | 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 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+2 |
* | cmd646: Move PCI IDE specific functions to ide/pci.c | BALATON Zoltan | 2019-01-25 | 1 | -0/+65 |
* | trivial: Don't include isa.h if it is not really necessary | Thomas Huth | 2019-01-09 | 1 | -1/+0 |
* | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
* | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 2017-10-15 | 1 | -0/+4 |
* | migration: pre_save return int | Dr. David Alan Gilbert | 2017-09-27 | 1 | -1/+3 |
* | IDE: replace DEBUG_IDE with tracing system | John Snow | 2017-09-18 | 1 | -12/+5 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 1 | -5/+5 |
* | ide: don't lose pending dma state | Pavel Butsykin | 2016-04-12 | 1 | -0/+4 |
* | ide: move buffered DMA cancel to core | John Snow | 2016-02-10 | 1 | -35/+1 |
* | ide: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | ide: orphan all buffered requests on DMA cancel | Peter Lieven | 2015-11-17 | 1 | -0/+19 |
* | ide: remove hardcoded 2GiB transactional limit | John Snow | 2015-11-06 | 1 | -7/+0 |
* | ide: add limit to .prepare_buf() | John Snow | 2015-07-04 | 1 | -5/+16 |
* | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2015-06-12 | 1 | -10/+6 |
* | hw/ide/pci: Fix memory leak | Shannon Zhao | 2015-06-03 | 1 | -4/+1 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2015-03-10 | 1 | -94/+15 |
|\ |
|
| * | ide: place initial state of the current request to IDEBus | Paolo Bonzini | 2015-03-10 | 1 | -9/+6 |
| * | ide: replace set_unit callback with more IDEBus state | Paolo Bonzini | 2015-03-10 | 1 | -13/+6 |
| * | ide: move restart callback to common code | Paolo Bonzini | 2015-03-10 | 1 | -79/+0 |
| * | ide: pass IDEBus to the restart_cb | Paolo Bonzini | 2015-03-10 | 1 | -5/+5 |
| * | ide: do not use BMDMA in restart callback | Paolo Bonzini | 2015-03-10 | 1 | -3/+3 |
| * | ide: prepare to move restart to common code | Paolo Bonzini | 2015-03-10 | 1 | -5/+7 |
| * | ide: start extracting ide_restart_dma out of bmdma_restart_dma | Paolo Bonzini | 2015-03-10 | 1 | -10/+18 |
* | | Remove superfluous '\n' around error_report() | Gonglei | 2015-03-10 | 1 | -1/+1 |
|/ |
|
* | atapi migration: Throw recoverable error to avoid recovery | Dr. David Alan Gilbert | 2015-02-06 | 1 | -0/+11 |
* | ide: Correct handling of malformed/short PRDTs | John Snow | 2014-11-14 | 1 | -6/+21 |
* | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 2014-10-20 | 1 | -2/+2 |
* | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 2014-10-20 | 1 | -1/+1 |
* | ide: move retry constants out of BM_STATUS_* namespace | Paolo Bonzini | 2014-08-15 | 1 | -7/+7 |
* | ide: move BM_STATUS bits to pci.[ch] | Paolo Bonzini | 2014-08-15 | 1 | -0/+4 |
* | ide: fold add_status callback into set_inactive | Paolo Bonzini | 2014-08-15 | 1 | -12/+7 |
* | ide: simplify start_transfer callbacks | Paolo Bonzini | 2014-08-15 | 1 | -6/+0 |
* | ide: simplify set_inactive callbacks | Paolo Bonzini | 2014-08-15 | 1 | -3/+1 |
* | ide: simplify reset callbacks | Paolo Bonzini | 2014-08-15 | 1 | -3/+1 |
* | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 2014-06-16 | 1 | -8/+4 |
* | hw/ide: Add missing 'static' attributes | Stefan Weil | 2014-03-27 | 1 | -1/+1 |
* | ide: Introduce abstract QOM type for PCIIDEState | Andreas Färber | 2013-07-29 | 1 | -7/+23 |
* | ide: Reset BMIDEA bit when the bus master is stopped | Kevin Wolf | 2013-05-08 | 1 | -0/+1 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -2/+2 |