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
2011-08-25
Fix up some style nits of last uq/master merge
Jan Kiszka
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-05
qemu: Add strtosz_suffix_unit function
Joerg Roedel
2011-02-10
QCOW2: bug fix - read base image beyond its size
Chunqiang Tang
2011-01-31
strtosz(): Use suffix macros in switch() statement
Jes Sorensen
2011-01-31
strtosz(): Fix name confusion in use of modf()
Jes Sorensen
2011-01-31
strtosz() use qemu_toupper() to simplify switch statement
Jes Sorensen
2011-01-31
strtosz(): use unsigned char and switch to qemu_isspace()
Jes Sorensen
2011-01-24
Make strtosz() return int64_t instead of ssize_t
Jes Sorensen
2010-12-17
Introduce strtosz_suffix()
Jes Sorensen
2010-11-03
Introduce strtosz() library function to convert a string to a byte count.
Jes Sorensen
2010-09-21
cutils: qemu_iovec_copy and qemu_iovec_memset
Kevin Wolf
2010-03-17
split out qemu-timer.c
Paolo Bonzini
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