Sign in
qemu
/
qemu
/
3647f5c161dddb5ec22c2d8e0ab27811959e3ada
/
cutils.c
2a025ae
cutils: add strpadcpy()
by Dmitry Fleytman
· 13 years ago
25e5e4c
rewrite iov_send_recv() and move it to iov.c
by Michael Tokarev
· 13 years ago
e3e87df
export iov_send_recv() and use it in iov_send() and iov_recv()
by Michael Tokarev
· 13 years ago
3e80bf9
rename qemu_sendv to iov_send, change proto and move declarations to iov.h
by Michael Tokarev
· 13 years ago
d5e6b16
change qemu_iovec_to_buf() to match other to,from_buf functions
by Michael Tokarev
· 13 years ago
1b093c4
consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
by Michael Tokarev
· 13 years ago
0339614
allow qemu_iovec_from_buffer() to specify offset from which to start copying
by Michael Tokarev
· 13 years ago
3d9b492
consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset()
by Michael Tokarev
· 13 years ago
1a6d39f
cutils: extract buffer_is_zero() from qemu-img.c
by Stefan Hajnoczi
· 13 years ago
8c5135f
sheepdog: move coroutine send/recv function to generic code
by Paolo Bonzini
· 13 years ago
bd83b36
qiov: prevent double free or use-after-free
by Paolo Bonzini
· 13 years ago
eba90e4
cutils: Make strtosz & friends leave follow set to callers
by Markus Armbruster
· 13 years ago
8dddfb5
cutils: Drop broken support for zero strtosz default_suffix
by Markus Armbruster
· 13 years ago
443916d
Move filedescriptor parsing code from net.c into qemu_parse_fd()
by Stefan Berger
· 13 years ago
fdc9c41
Fix up some style nits of last uq/master merge
by Jan Kiszka
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
a732e1b
qemu: Add strtosz_suffix_unit function
by Joerg Roedel
· 14 years ago
e0d9c6f
QCOW2: bug fix - read base image beyond its size
by Chunqiang Tang
· 14 years ago
2be22ca
strtosz(): Use suffix macros in switch() statement
by Jes Sorensen
· 14 years ago
7eb0534
strtosz(): Fix name confusion in use of modf()
by Jes Sorensen
· 14 years ago
a2afc2c
strtosz() use qemu_toupper() to simplify switch statement
by Jes Sorensen
· 14 years ago
f3bd362
strtosz(): use unsigned char and switch to qemu_isspace()
by Jes Sorensen
· 14 years ago
70b4f4b
Make strtosz() return int64_t instead of ssize_t
by Jes Sorensen
· 14 years ago
d842700
Introduce strtosz_suffix()
by Jes Sorensen
· 14 years ago
9f9b17a
Introduce strtosz() library function to convert a string to a byte count.
by Jes Sorensen
· 14 years ago
b8a83a4
cutils: qemu_iovec_copy and qemu_iovec_memset
by Kevin Wolf
· 14 years ago
db1a497
split out qemu-timer.c
by Paolo Bonzini
· 15 years ago
5f6b9e8
Probe for fdatasync()
by Blue Swirl
· 15 years ago
6f1953c
block: use fdatasync instead of fsync if possible
by Christoph Hellwig
· 15 years ago
40b4f53
Add bdrv_aio_multiwrite
by Kevin Wolf
· 15 years ago
1cec71e
Revert "support colon in filenames"
by Anthony Liguori
· 16 years ago
d43277c
Fix missing strnlen problems
by Blue Swirl
· 16 years ago
707c0db
support colon in filenames
by Ram Pai
· 16 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
522584a
add qemu_iovec_init_external (Christoph Hellwig)
by aliguori
· 16 years ago
be95946
Add qemu_iovec_reset() (Avi Kivity)
by aliguori
· 16 years ago
249aa74
qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)
by aliguori
· 16 years ago
44e3ee8
I/O vector helpers (Avi Kivity)
by aliguori
· 16 years ago
ad46db9
Rename fls to qemu_fls
by blueswir1
· 16 years ago
8d371d4
Define fls() in terms of clz32().
by aliguori
· 16 years ago
b39ade8
Introduce fls() helper
by aliguori
· 16 years ago
cd39008
Attached patch fixes a series of this warning when compiling on NetBSD:
by blueswir1
· 16 years ago
793a10a
Revert r5532, r5536 and a piece of r5531.
by balrog
· 16 years ago
2bd7318
Replace uses of strndup (a GNU extension) with Qemu pstrdup
by blueswir1
· 16 years ago
17e2377
Prevent guest reusing host memory allocations.
by pbrook
· 17 years ago
ca10f86
Remove osdep.c/qemu-img code duplication
by aurel32
· 17 years ago
faf0796
Split block API from vl.h.
by pbrook
· 17 years ago
3c6b208
always use mktimegm
by bellard
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
18607dc
added cutils.c
by bellard
· 18 years ago