index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
cutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cutils: Provide strchrnul
Keno Fischer
2018-06-29
1
-0
/
+15
*
cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int types
Daniel P. Berrange
2018-03-13
1
-0
/
+109
*
Convert remaining single line fprintf() to warn_report()
Alistair Francis
2017-09-19
1
-1
/
+2
*
utils: provide size_to_str()
Peter Xu
2017-05-17
1
-0
/
+25
*
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
2017-02-23
1
-5
/
+9
*
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
2017-02-23
1
-10
/
+12
*
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
2017-02-23
1
-5
/
+9
*
util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macros
Markus Armbruster
2017-02-23
1
-18
/
+10
*
util/cutils: New qemu_strtosz()
Markus Armbruster
2017-02-23
1
-4
/
+11
*
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
2017-02-23
1
-1
/
+1
*
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
2017-02-23
1
-3
/
+8
*
util/cutils: Clean up control flow around qemu_strtol() a bit
Markus Armbruster
2017-02-23
1
-42
/
+43
*
util/cutils: Clean up variable names around qemu_strtol()
Markus Armbruster
2017-02-23
1
-21
/
+21
*
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
2017-02-23
1
-2
/
+2
*
util/cutils: Rewrite documentation of qemu_strtol() & friends
Markus Armbruster
2017-02-23
1
-39
/
+49
*
cutils: Move buffer_is_zero and subroutines to a new file
Richard Henderson
2016-09-13
1
-244
/
+0
*
target-arm: Use Neon for zero checking
Vijay
2016-07-14
1
-0
/
+7
*
avx2 configure: Use primitives in test
Dr. David Alan Gilbert
2016-06-16
1
-7
/
+1
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+33
*
cutils: add avx2 instruction optimization
Liang Li
2016-03-08
1
-4
/
+120
*
util: Clean up includes
Peter Maydell
2016-02-04
1
-2
/
+1
*
utils: rename strtosz to use qemu prefix
Marc-André Lureau
2015-09-25
1
-12
/
+13
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-0
/
+150
|
\
|
*
cutils: work around platform differences in strto{l,ul,ll,ull}
Paolo Bonzini
2015-09-10
1
-5
/
+19
|
*
cutils: Add qemu_strtoull() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+23
|
*
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+23
|
*
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+32
|
*
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+58
*
|
Make pow2ceil() and pow2floor() inline
Peter Maydell
2015-09-07
1
-23
/
+0
*
|
Remove unused qemu_fls function
Peter Maydell
2015-09-07
1
-5
/
+0
|
/
*
cutils: allow compilation with icc
Artyom Tarasenko
2015-06-26
1
-7
/
+7
*
cutils: refine strtol error handling in parse_debug_env
Paolo Bonzini
2015-03-10
1
-2
/
+3
*
qxl: refactor rounding up to a nearest power of 2
Radim Krčmář
2015-03-03
1
-0
/
+14
*
cutils: tighten qemu_parse_fd()
Laszlo Ersek
2014-05-08
1
-3
/
+10
*
util: add qemu_ether_ntoa
Alexey Kardashevskiy
2014-03-27
1
-0
/
+14
*
qemu-io: Move qemu_strsep() to cutils.c
Kevin Wolf
2013-06-06
1
-0
/
+21
*
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
2013-06-06
1
-0
/
+4
*
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
Alon Levy
2013-04-24
1
-0
/
+23
*
buffer_is_zero: use vector optimizations if possible
Peter Lieven
2013-03-26
1
-0
/
+5
*
cutils: add a function to find non-zero content in a buffer
Peter Lieven
2013-03-26
1
-0
/
+55
*
cutils: unsigned int parsing functions
Eduardo Habkost
2013-02-04
1
-0
/
+99
*
build: move libqemuutil.a components to util/
Paolo Bonzini
2013-01-12
1
-0
/
+325