index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cutils.c
Age
Commit message (
Expand
)
Author
2009-09-20
Probe for fdatasync()
Blue Swirl
2009-09-11
block: use fdatasync instead of fsync if possible
Christoph Hellwig
2009-09-11
Add bdrv_aio_multiwrite
Kevin Wolf
2009-07-09
Revert "support colon in filenames"
Anthony Liguori
2009-07-01
Fix missing strnlen problems
Blue Swirl
2009-06-29
support colon in filenames
Ram Pai
2009-05-13
Include assert.h from qemu-common.h
Paul Brook
2009-03-28
add qemu_iovec_init_external (Christoph Hellwig)
aliguori
2009-02-05
Add qemu_iovec_reset() (Avi Kivity)
aliguori
2009-01-26
qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)
aliguori
2009-01-22
I/O vector helpers (Avi Kivity)
aliguori
2008-12-11
Rename fls to qemu_fls
blueswir1
2008-12-04
Define fls() in terms of clz32().
aliguori
2008-12-04
Introduce fls() helper
aliguori
2008-11-16
Attached patch fixes a series of this warning
blueswir1
2008-11-08
Revert r5532, r5536 and a piece of r5531.
balrog
2008-10-25
Replace uses of strndup (a GNU extension) with Qemu pstrdup
blueswir1
2008-06-09
Prevent guest reusing host memory allocations.
pbrook
2008-04-11
Remove osdep.c/qemu-img code duplication
aurel32
2007-11-11
Split block API from vl.h.
pbrook
2007-11-10
always use mktimegm
bellard
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-01-07
added cutils.c
bellard