- c1a6ae5 hw/ide/pci: Remove dead code from bmdma_prepare_buf() by Peter Maydell · 7 months ago
- 0316482 hw/ide: Include 'ide-internal.h' from current path by Philippe Mathieu-Daudé · 1 year, 1 month ago
- a11f439 hw/ide: Stop exposing internal.h to non-IDE files by Thomas Huth · 1 year, 1 month ago
- 8595c05 hw/ide: Constify VMState by Richard Henderson · 1 year, 3 months ago
- fd6a543 ide/pci: introduce pci_ide_update_mode() function by Mark Cave-Ayland · 1 year, 4 months ago
- 17d6a4a hw/ide/pci: Replace some magic numbers by constants by Bernhard Beschow · 1 year, 10 months ago
- 5fe2421 hw/ide: Extract bmdma_status_writeb() by Bernhard Beschow · 1 year, 10 months ago
- bf0576e hw/ide: Extract IDEBus assignment into bmdma_init() by Bernhard Beschow · 1 year, 10 months ago
- e2b84ee hw/ide/pci: Expose legacy interrupts as named GPIOs by Bernhard Beschow · 1 year, 10 months ago
- 3e5f247 hw/ide/pci: Unexport bmdma_active_if() by Bernhard Beschow · 2 years, 7 months ago
- 2c50207 hw/ide: Rename idebus_active_if() -> ide_bus_active_if() by Philippe Mathieu-Daudé · 2 years, 1 month ago
- b6a5ab2 hw/ide: Rename ide_create_drive() -> ide_bus_create_drive() by Philippe Mathieu-Daudé · 2 years, 1 month ago
- da9f117 hw/ide: Un-inline ide_set_irq() by Philippe Mathieu-Daudé · 2 years, 1 month ago
- 98d9891 ide: rename cmd_write to ctrl_write by John Snow · 4 years, 8 months ago
- 4a13980 hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE by Philippe Mathieu-Daudé · 4 years, 7 months ago
- ae0cebd hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer by Philippe Mathieu-Daudé · 4 years, 10 months ago
- be1765f hw/ide: Do ide_drive_get() within pci_ide_create_devs() by BALATON Zoltan · 5 years ago
- 417adc2 hw/ide/pci.c: Coding style update to fix checkpatch errors by BALATON Zoltan · 5 years ago
- df45d38 hw/ide: Get rid of piix3_init functions by BALATON Zoltan · 5 years ago
- 9842a9c hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- c9ebc75 cmd646: Move PCI IDE specific functions to ide/pci.c by BALATON Zoltan · 6 years ago
- 0cd0589 trivial: Don't include isa.h if it is not really necessary by Thomas Huth · 6 years ago
- 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- 7863161 hw/ide: remove old i386 dependency by Philippe Mathieu-Daudé · 7 years ago
- fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
- 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
- 3eee261 IDE: replace DEBUG_IDE with tracing system by John Snow · 7 years ago
- a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
- 218fd37 ide: don't lose pending dma state by Pavel Butsykin · 9 years ago
- 86698a1 ide: move buffered DMA cancel to core by John Snow · 9 years ago
- 5323926 ide: Clean up includes by Peter Maydell · 9 years ago
- 7cda620 ide: orphan all buffered requests on DMA cancel by Peter Lieven · 9 years ago
- 9fbf0fa ide: remove hardcoded 2GiB transactional limit by John Snow · 9 years ago
- a718978 ide: add limit to .prepare_buf() by John Snow · 10 years ago
- 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
- 6e38a4b hw/ide/pci: Fix memory leak by Shannon Zhao · 10 years ago
- 1976058 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- dc5d0af ide: place initial state of the current request to IDEBus by Paolo Bonzini · 10 years ago
- a96cb23 ide: replace set_unit callback with more IDEBus state by Paolo Bonzini · 10 years ago
- 9898586 ide: move restart callback to common code by Paolo Bonzini · 10 years ago
- d34fced ide: pass IDEBus to the restart_cb by Paolo Bonzini · 10 years ago
- 2745df8 ide: do not use BMDMA in restart callback by Paolo Bonzini · 10 years ago
- bd8892c ide: prepare to move restart to common code by Paolo Bonzini · 10 years ago
- 06b95b1 ide: start extracting ide_restart_dma out of bmdma_restart_dma by Paolo Bonzini · 10 years ago
- 81b0735 Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
- a71754e atapi migration: Throw recoverable error to avoid recovery by Dr. David Alan Gilbert · 10 years ago
- 3251bdc ide: Correct handling of malformed/short PRDTs by John Snow · 10 years ago
- 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
- 097310b block: Rename BlockDriverCompletionFunc to BlockCompletionFunc by Markus Armbruster · 10 years ago
- fd648f1 ide: move retry constants out of BM_STATUS_* namespace by Paolo Bonzini · 11 years ago
- 7e2648d ide: move BM_STATUS bits to pci.[ch] by Paolo Bonzini · 11 years ago
- 0e7ce54 ide: fold add_status callback into set_inactive by Paolo Bonzini · 11 years ago
- 4463512 ide: simplify start_transfer callbacks by Paolo Bonzini · 11 years ago
- 829b933 ide: simplify set_inactive callbacks by Paolo Bonzini · 11 years ago
- 1374bec ide: simplify reset callbacks by Paolo Bonzini · 11 years ago
- d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
- 06ab66c hw/ide: Add missing 'static' attributes by Stefan Weil · 11 years ago
- f6c11d5 ide: Introduce abstract QOM type for PCIIDEState by Andreas Färber · 12 years ago
- b39f961 ide: Reset BMIDEA bit when the bus master is stopped by Kevin Wolf · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 6bf3ee0 ide: Remove wrong assertion by Kevin Wolf · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
- a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 1ceee0d iostatus: change is_read to a bool by Paolo Bonzini · 12 years ago
- cb67be8 ide: fix compilation errors when DEBUG_IDE is set by Hervé Poussineau · 13 years ago
- 964455f Correct types in bmdma_addr_{read,write} by David Gibson · 13 years ago
- 859e538 Remove unnecessary casts from PCI DMA code in PCI IDE by David Gibson · 13 years ago
- 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
- 552908f PCI IDE: Use PCI DMA stub functions by David Gibson · 13 years ago
- 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
- fb0c61a hw: Trim superfluous #include "block_int.h" by Markus Armbruster · 14 years ago
- a9deb8c ide: convert to memory API by Avi Kivity · 14 years ago
- ee752da ide: Clear error_status after restarting flush by Kevin Wolf · 14 years ago
- d353fb7 ide: add TRIM support by Christoph Hellwig · 14 years ago
- 4e1e005 ide: allow other dma comands than read and write by Christoph Hellwig · 14 years ago
- def9379 ide: Split error status from status register by Kevin Wolf · 14 years ago
- 2860e3e ide: Turn debug messages into assertions by Kevin Wolf · 14 years ago
- 086cf4d ide: cleanup warnings by Andrea Arcangeli · 14 years ago
- a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
- 1635eec ide: Remove unneeded null pointer check by Stefan Weil · 14 years ago
- cd369c4 ide: factor dma handling helpers by Christoph Hellwig · 14 years ago
- 40a6238 ide: Split out BMDMA code from ATA core by Alexander Graf · 14 years ago
- b76876e ide: Reset current_addr after stopping DMA by Kevin Wolf · 14 years ago
- c29947b ide: Ignore double DMA transfer starts/stops by Kevin Wolf · 14 years ago
- 9fbef1a ide: convert bmdma address ioport to ioport_register() by Avi Kivity · 14 years ago
- 953844d ide: Avoid canceling IDE DMA by Andrea Arcangeli · 15 years ago
- 5ee84c3 ide: fix migration in the middle of a bmdma transfer by Juan Quintela · 15 years ago
- 5733842 Revert "ide save/restore current transfer fields" by Juan Quintela · 15 years ago
- 42ee76f ide save/restore current transfer fields by Marcelo Tosatti · 15 years ago
- 407a4f3 ide: port pci ide to vmstate by Juan Quintela · 15 years ago
- 4c3df0e ide: split cmd646 and piix from pci.c by Juan Quintela · 15 years ago
- 3e7e155 ide: export needed ide-pci functions for split by Juan Quintela · 15 years ago
- 65c0f13 ide: create ide/pci.h for common ide pci definitions by Juan Quintela · 15 years ago
- e6a7830 ide: Remove cast in pci_register_bar by Juan Quintela · 15 years ago
- 61073e0 ide: change cast to DO_UPCAST by Juan Quintela · 15 years ago