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