index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-17
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
1
-6
/
+6
2020-03-17
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
1
-1
/
+3
2020-03-17
hw/ide/pci.c: Coding style update to fix checkpatch errors
BALATON Zoltan
1
-3
/
+3
2020-03-17
hw/ide: Get rid of piix3_init functions
BALATON Zoltan
1
-0
/
+1
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2019-01-25
cmd646: Move PCI IDE specific functions to ide/pci.c
BALATON Zoltan
1
-0
/
+65
2019-01-09
trivial: Don't include isa.h if it is not really necessary
Thomas Huth
1
-1
/
+0
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-18
hw/ide: remove old i386 dependency
Philippe Mathieu-Daudé
1
-1
/
+0
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-09-18
IDE: replace DEBUG_IDE with tracing system
John Snow
1
-12
/
+5
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-5
/
+5
2016-04-12
ide: don't lose pending dma state
Pavel Butsykin
1
-0
/
+4
2016-02-10
ide: move buffered DMA cancel to core
John Snow
1
-35
/
+1
2016-01-29
ide: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-17
ide: orphan all buffered requests on DMA cancel
Peter Lieven
1
-0
/
+19
2015-11-06
ide: remove hardcoded 2GiB transactional limit
John Snow
1
-7
/
+0
2015-07-04
ide: add limit to .prepare_buf()
John Snow
1
-5
/
+16
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-10
/
+6
2015-06-03
hw/ide/pci: Fix memory leak
Shannon Zhao
1
-4
/
+1
2015-03-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-94
/
+15
2015-03-10
ide: place initial state of the current request to IDEBus
Paolo Bonzini
1
-9
/
+6
2015-03-10
ide: replace set_unit callback with more IDEBus state
Paolo Bonzini
1
-13
/
+6
2015-03-10
ide: move restart callback to common code
Paolo Bonzini
1
-79
/
+0
2015-03-10
ide: pass IDEBus to the restart_cb
Paolo Bonzini
1
-5
/
+5
2015-03-10
ide: do not use BMDMA in restart callback
Paolo Bonzini
1
-3
/
+3
2015-03-10
ide: prepare to move restart to common code
Paolo Bonzini
1
-5
/
+7
2015-03-10
ide: start extracting ide_restart_dma out of bmdma_restart_dma
Paolo Bonzini
1
-10
/
+18
2015-03-10
Remove superfluous '\n' around error_report()
Gonglei
1
-1
/
+1
2015-02-06
atapi migration: Throw recoverable error to avoid recovery
Dr. David Alan Gilbert
1
-0
/
+11
2014-11-14
ide: Correct handling of malformed/short PRDTs
John Snow
1
-6
/
+21
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-2
/
+2
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-1
/
+1
2014-08-15
ide: move retry constants out of BM_STATUS_* namespace
Paolo Bonzini
1
-7
/
+7
2014-08-15
ide: move BM_STATUS bits to pci.[ch]
Paolo Bonzini
1
-0
/
+4
2014-08-15
ide: fold add_status callback into set_inactive
Paolo Bonzini
1
-12
/
+7
2014-08-15
ide: simplify start_transfer callbacks
Paolo Bonzini
1
-6
/
+0
2014-08-15
ide: simplify set_inactive callbacks
Paolo Bonzini
1
-3
/
+1
2014-08-15
ide: simplify reset callbacks
Paolo Bonzini
1
-3
/
+1
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-8
/
+4
2014-03-27
hw/ide: Add missing 'static' attributes
Stefan Weil
1
-1
/
+1
2013-07-29
ide: Introduce abstract QOM type for PCIIDEState
Andreas Färber
1
-7
/
+23
2013-05-08
ide: Reset BMIDEA bit when the bus master is stopped
Kevin Wolf
1
-0
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-01-17
ide: Remove wrong assertion
Kevin Wolf
1
-1
/
+0
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
[next]