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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-16
Prevent CD-ROM media eject while device is locked
Mark McLoughlin
1
-8
/
+18
2009-06-16
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
1
-7
/
+7
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-3
/
+3
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-4
/
+4
2009-05-10
Follow coding conventions
Paul Brook
1
-16
/
+16
2009-05-03
use PCI_HEADER_TYPE.
Isaku Yamahata
1
-3
/
+3
2009-04-22
implement qemu_blockalign (Stefano Stabellini)
aliguori
1
-1
/
+1
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-1
/
+1
2009-04-07
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
aliguori
1
-3
/
+7
2009-03-07
Sparse fixes: truncation by cast
blueswir1
1
-2
/
+2
2009-03-04
DB-DMA IDE asynchronous I/O
aurel32
1
-70
/
+103
2009-03-03
DB-DMA cleanup
aurel32
1
-44
/
+44
2009-02-11
qemu: record devfn on block driver instance (Marcelo Tosatti)
aliguori
1
-0
/
+6
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2009-02-05
Convert IDE to use new dma helpers (Avi Kivity)
aliguori
1
-66
/
+10
2009-02-01
Add and use #defines for PCI device classes
blueswir1
1
-6
/
+3
2009-01-30
PowerPC: IDE DB-DMA support
aurel32
1
-19
/
+151
2009-01-26
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
1
-12
/
+6
2009-01-22
Fix warning in ide.c
aliguori
1
-1
/
+1
2009-01-22
Convert IDE to directly access guest memory (Avi Kivity)
aliguori
1
-16
/
+117
2009-01-21
Stop VM on ENOSPC error. (Gleb Natapov)
aliguori
1
-8
/
+75
2009-01-08
IDE: Return zero when reading error register with slave selected (Justin Chev...
aliguori
1
-1
/
+2
2009-01-08
Fix IDE debug
blueswir1
1
-2
/
+2
2009-01-08
cmd646: correctly enable IDE channels
aurel32
1
-1
/
+2
2009-01-07
add "serial" parameter to -drive flag (Gleb Natapov)
aliguori
1
-9
/
+9
2008-12-30
VM load/save support for PPC devices
blueswir1
1
-65
/
+105
2008-12-28
Register reset handlers
blueswir1
1
-0
/
+22
2008-12-10
IDE: Implement SEEK command
aurel32
1
-0
/
+7
2008-12-07
SH4: kill a few warnings
aurel32
1
-0
/
+1
2008-12-07
sh4: mmio based CF support on r2d board (Takashi YOSHII).
balrog
1
-0
/
+92
2008-11-25
Abstract out geometry detection code from IDE for reuse
aliguori
1
-106
/
+6
2008-11-19
Fix media detection on emulated CDROM (Gary Grebus)
aliguori
1
-1
/
+3
2008-11-11
windows cdrom cache flush (Stefano Stabellini)
aliguori
1
-1
/
+27
2008-11-07
Use the right format string to printf sector num with DEBUG_IDE.
balrog
1
-2
/
+2
2008-10-09
Fix IDE DIAGNOSE for packet devices (Vincent Sanders)
aliguori
1
-2
/
+9
2008-10-01
Check that asynchronous (DMA) submission succeeds (Ian Jackson).
balrog
1
-0
/
+10
2008-10-01
Actually check read/write errors in IDE (Ian Jackson).
balrog
1
-2
/
+32
2008-08-21
Ignore IDE command if issued while IDE is busy (Gleb Natapov)
aliguori
1
-0
/
+26
2008-08-15
Cancel IDE outstanding IO on device reset (Gleb Natapov)
aliguori
1
-14
/
+26
2008-08-11
IDE SEEK_STAT flag
aliguori
1
-20
/
+20
2008-07-18
ide: enable single word DMA, by Stefano Stabellini.
ths
1
-0
/
+10
2008-07-03
Fix ATAPI read drive structure command, by Alex Williamson.
ths
1
-39
/
+144
2008-07-01
Remove duplicate device index calculations.
pbrook
1
-3
/
+1
2008-06-02
Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be...
balrog
1
-15
/
+12
2008-05-06
ide: Enable byte&word access to DMA address register
aurel32
1
-0
/
+50
2008-03-29
IDE: Improve DMA transfers by increasing the buffer size
aurel32
1
-7
/
+13
2008-02-03
Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeL...
balrog
1
-8
/
+1
2008-01-14
Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann).
balrog
1
-1
/
+1
2008-01-14
Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon).
balrog
1
-15
/
+112
2007-12-24
Add "cache" parameter to "-drive" (Laurent Vivier).
balrog
1
-4
/
+14
[next]