index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block-raw-posix.c
Age
Commit message (
Expand
)
Author
2009-04-07
push down vector linearization to posix-aio-compat.c (Christoph Hellwig)
aliguori
2009-04-07
Fix a few Sparse warnings
blueswir1
2009-04-05
Fix the build for --disable-aio
aliguori
2009-04-05
Add host_device support to qemu-img. (Nolan Leake)
aliguori
2009-03-30
Fix wrong return value
blueswir1
2009-03-28
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
aliguori
2009-03-28
FreeBSD host physical cdrom fixes
blueswir1
2009-03-13
Fix regression introduced by r6824
aliguori
2009-03-12
Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)
aliguori
2009-03-12
Add internal scsi generic block API (Avi Kivity)
aliguori
2009-03-08
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
2009-03-07
Use C99 initializers for BlockDriver methods
aurel32
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
2009-02-26
fix raw_aio_remove (Stefano Stabellini)
aliguori
2009-02-05
block: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-01-29
fix raw_aio_read\write error handling (Stefano Stabellini)
aliguori
2009-01-24
Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)
blueswir1
2009-01-17
Use kill instead of sigqueue: re-enables AIO on OpenBSD
blueswir1
2009-01-15
global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)
aliguori
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
Return -errno on write failure (Gleb Natapov)
aliguori
2008-12-12
Replace posix-aio with custom thread pool
aliguori
2008-11-13
block: make raw aio signaling non-blocking (Gerd Hoffman)
aliguori
2008-10-14
Fix previous commit (spotted by Robert Riebisch).
aliguori
2008-10-14
Define O_DSYNC as O_SYNC if necessary.
aliguori
2008-10-14
Expand cache= option and use write-through caching by default
aliguori
2008-10-08
Fix IO performance regression in sparc
aliguori
2008-10-03
Fix warning about missing return value
blueswir1
2008-09-27
Make compatfd fallback more robust
aliguori
2008-09-26
Really fix the BSD build this time
aliguori
2008-09-26
Fix build on non-Linux unices
aliguori
2008-09-26
Implement an fd pool to get real AIO with posix-aio
aliguori
2008-09-26
Fix build on FreeBSD
aliguori
2008-09-23
Relax posix-aio restrictions on newer glibcs
aliguori
2008-09-22
Refactor AIO to allow multiple AIO implementations
aliguori
2008-09-22
Do not allow AIO to be inited multiple times
aliguori
2008-09-16
block-raw is not a protocol
aliguori
2008-09-15
Make sure to define fd_open when not on Linux
aliguori
2008-09-15
Use common objects for qemu-img and qemu-nbd
aliguori
2008-09-11
Only build compatfd when using AIO and make sure to always init AIO
aliguori
2008-09-11
Make sure to read siginfo from signalfd
aliguori
2008-09-10
Use signalfd() to work around signal/select race
aliguori
2008-08-24
Add missing FreeBSD #include (Juergen Lock)
blueswir1
2008-08-15
Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)
blueswir1
2008-08-15
Use AIO only if host supports it (based on OpenBSD patches by Todd T. Fries)
blueswir1
2008-07-03
Add a parameter to disable host cache, by Laurent Vivier.
ths
2008-05-28
Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier)
bellard
2008-05-07
Revert 4367
blueswir1
2008-05-06
Align file accesses with cache=off (Kevin Wolf, Laurent Vivier)
blueswir1
2008-01-06
restore original values for ai.aio_threads and ai.aio_num
bellard
[next]