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
/
block-raw-posix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace posix-aio with custom thread pool
aliguori
2008-12-12
1
-91
/
+18
*
block: make raw aio signaling non-blocking (Gerd Hoffman)
aliguori
2008-11-13
1
-7
/
+10
*
Fix previous commit (spotted by Robert Riebisch).
aliguori
2008-10-14
1
-1
/
+1
*
Define O_DSYNC as O_SYNC if necessary.
aliguori
2008-10-14
1
-0
/
+5
*
Expand cache= option and use write-through caching by default
aliguori
2008-10-14
1
-24
/
+17
*
Fix IO performance regression in sparc
aliguori
2008-10-08
1
-35
/
+35
*
Fix warning about missing return value
blueswir1
2008-10-03
1
-0
/
+1
*
Make compatfd fallback more robust
aliguori
2008-09-27
1
-0
/
+4
*
Really fix the BSD build this time
aliguori
2008-09-26
1
-11
/
+16
*
Fix build on non-Linux unices
aliguori
2008-09-26
1
-1
/
+0
*
Implement an fd pool to get real AIO with posix-aio
aliguori
2008-09-26
1
-3
/
+65
*
Fix build on FreeBSD
aliguori
2008-09-26
1
-10
/
+12
*
Relax posix-aio restrictions on newer glibcs
aliguori
2008-09-23
1
-1
/
+1
*
Refactor AIO to allow multiple AIO implementations
aliguori
2008-09-22
1
-65
/
+44
*
Do not allow AIO to be inited multiple times
aliguori
2008-09-22
1
-0
/
+3
*
block-raw is not a protocol
aliguori
2008-09-16
1
-1
/
+0
*
Make sure to define fd_open when not on Linux
aliguori
2008-09-15
1
-0
/
+5
*
Use common objects for qemu-img and qemu-nbd
aliguori
2008-09-15
1
-27
/
+8
*
Only build compatfd when using AIO and make sure to always init AIO
aliguori
2008-09-11
1
-0
/
+3
*
Make sure to read siginfo from signalfd
aliguori
2008-09-11
1
-0
/
+27
*
Use signalfd() to work around signal/select race
aliguori
2008-09-10
1
-81
/
+48
*
Add missing FreeBSD #include (Juergen Lock)
blueswir1
2008-08-24
1
-0
/
+1
*
Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)
blueswir1
2008-08-15
1
-0
/
+27
*
Use AIO only if host supports it (based on OpenBSD patches by Todd T. Fries)
blueswir1
2008-08-15
1
-0
/
+38
*
Add a parameter to disable host cache, by Laurent Vivier.
ths
2008-07-03
1
-8
/
+8
*
Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier)
bellard
2008-05-28
1
-2
/
+238
*
Revert 4367
blueswir1
2008-05-07
1
-113
/
+6
*
Align file accesses with cache=off (Kevin Wolf, Laurent Vivier)
blueswir1
2008-05-06
1
-6
/
+113
*
restore original values for ai.aio_threads and ai.aio_num
bellard
2008-01-06
1
-2
/
+2
*
Real SCSI device passthrough (v4), by Laurent Vivier.
ths
2007-12-24
1
-5
/
+22
*
Add "cache" parameter to "-drive" (Laurent Vivier).
balrog
2007-12-24
1
-0
/
+8
*
Split block-raw.c into block-raw-posix.c and block-raw-win32.c, by
ths
2007-12-15
1
-0
/
+901