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