index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c
Paolo Bonzini
2012-10-30
1
-5
/
+0
*
janitor: move iovector functions out of cutils.c
Paolo Bonzini
2012-10-30
1
-103
/
+0
*
rtc: fix overflow in mktimegm
Paolo Bonzini
2012-10-05
1
-1
/
+1
*
block: Enable qemu_open/close to work with fd sets
Corey Bryant
2012-08-15
1
-0
/
+5
*
Add uleb encoding/decoding functions
Orit Wasserman
2012-08-08
1
-0
/
+33
*
Add cache handling functions
Orit Wasserman
2012-08-08
1
-0
/
+9
*
cutils: add strpadcpy()
Dmitry Fleytman
2012-07-26
1
-0
/
+7
*
rewrite iov_send_recv() and move it to iov.c
Michael Tokarev
2012-06-11
1
-83
/
+0
*
export iov_send_recv() and use it in iov_send() and iov_recv()
Michael Tokarev
2012-06-11
1
-14
/
+3
*
rename qemu_sendv to iov_send, change proto and move declarations to iov.h
Michael Tokarev
2012-06-11
1
-28
/
+13
*
change qemu_iovec_to_buf() to match other to,from_buf functions
Michael Tokarev
2012-06-11
1
-8
/
+3
*
consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
Michael Tokarev
2012-06-11
1
-34
/
+20
*
allow qemu_iovec_from_buffer() to specify offset from which to start copying
Michael Tokarev
2012-06-11
1
-13
/
+3
*
consolidate qemu_iovec_memset{,_skip}() into single function and use existing...
Michael Tokarev
2012-06-11
1
-40
/
+4
*
cutils: extract buffer_is_zero() from qemu-img.c
Stefan Hajnoczi
2012-02-09
1
-0
/
+35
*
sheepdog: move coroutine send/recv function to generic code
Paolo Bonzini
2011-12-22
1
-0
/
+111
*
qiov: prevent double free or use-after-free
Paolo Bonzini
2011-12-15
1
-0
/
+3
*
cutils: Make strtosz & friends leave follow set to callers
Markus Armbruster
2011-11-28
1
-44
/
+26
*
cutils: Drop broken support for zero strtosz default_suffix
Markus Armbruster
2011-11-28
1
-13
/
+4
*
Move filedescriptor parsing code from net.c into qemu_parse_fd()
Stefan Berger
2011-11-01
1
-0
/
+12
*
Fix up some style nits of last uq/master merge
Jan Kiszka
2011-08-25
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-3
/
+3
*
qemu: Add strtosz_suffix_unit function
Joerg Roedel
2011-08-05
1
-5
/
+11
*
QCOW2: bug fix - read base image beyond its size
Chunqiang Tang
2011-02-10
1
-0
/
+31
*
strtosz(): Use suffix macros in switch() statement
Jes Sorensen
2011-01-31
1
-5
/
+5
*
strtosz(): Fix name confusion in use of modf()
Jes Sorensen
2011-01-31
1
-2
/
+2
*
strtosz() use qemu_toupper() to simplify switch statement
Jes Sorensen
2011-01-31
1
-6
/
+1
*
strtosz(): use unsigned char and switch to qemu_isspace()
Jes Sorensen
2011-01-31
1
-3
/
+4
*
Make strtosz() return int64_t instead of ssize_t
Jes Sorensen
2011-01-24
1
-4
/
+4
*
Introduce strtosz_suffix()
Jes Sorensen
2010-12-17
1
-3
/
+14
*
Introduce strtosz() library function to convert a string to a byte count.
Jes Sorensen
2010-11-03
1
-0
/
+88
*
cutils: qemu_iovec_copy and qemu_iovec_memset
Kevin Wolf
2010-09-21
1
-9
/
+41
*
split out qemu-timer.c
Paolo Bonzini
2010-03-17
1
-0
/
+18
*
Probe for fdatasync()
Blue Swirl
2009-09-20
1
-1
/
+1
*
block: use fdatasync instead of fsync if possible
Christoph Hellwig
2009-09-11
1
-0
/
+16
*
Add bdrv_aio_multiwrite
Kevin Wolf
2009-09-11
1
-0
/
+25
*
Revert "support colon in filenames"
Anthony Liguori
2009-07-09
1
-26
/
+0
*
Fix missing strnlen problems
Blue Swirl
2009-07-01
1
-0
/
+13
*
support colon in filenames
Ram Pai
2009-06-29
1
-0
/
+26
*
Include assert.h from qemu-common.h
Paul Brook
2009-05-13
1
-1
/
+0
*
add qemu_iovec_init_external (Christoph Hellwig)
aliguori
2009-03-28
1
-0
/
+19
*
Add qemu_iovec_reset() (Avi Kivity)
aliguori
2009-02-05
1
-0
/
+6
*
qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)
aliguori
2009-01-26
1
-4
/
+11
*
I/O vector helpers (Avi Kivity)
aliguori
2009-01-22
1
-0
/
+47
*
Rename fls to qemu_fls
blueswir1
2008-12-11
1
-1
/
+1
*
Define fls() in terms of clz32().
aliguori
2008-12-04
1
-7
/
+2
*
Introduce fls() helper
aliguori
2008-12-04
1
-0
/
+11
*
Attached patch fixes a series of this warning
blueswir1
2008-11-16
1
-1
/
+1
*
Revert r5532, r5536 and a piece of r5531.
balrog
2008-11-08
1
-12
/
+0
*
Replace uses of strndup (a GNU extension) with Qemu pstrdup
blueswir1
2008-10-25
1
-0
/
+12
[next]