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
*
include: move qemu_fdatasync() to osdep
Marc-André Lureau
2022-04-21
1
-16
/
+0
*
include: move qemu_msync() to osdep
Marc-André Lureau
2022-04-21
1
-38
/
+0
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2022-04-06
1
-17
/
+0
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-2
/
+2
*
util: remove the net/net.h dependency
Marc-André Lureau
2022-03-22
1
-14
/
+0
*
util: remove needless includes
Marc-André Lureau
2022-03-22
1
-2
/
+0
*
cutils: fix memory leak in get_relocated_path()
Stefano Garzarella
2021-05-13
1
-1
/
+1
*
utils: Work around mingw strto*l bug with 0x
Eric Blake
2021-03-24
1
-8
/
+21
*
utils: Tighter tests for qemu_strtosz
Eric Blake
2021-03-24
1
-1
/
+3
*
utils: Use fixed-point arithmetic in qemu_strtosz
Richard Henderson
2021-03-15
1
-15
/
+35
*
utils: Deprecate hex-with-suffix sizes
Eric Blake
2021-03-08
1
-1
/
+9
*
utils: Improve qemu_strtosz() to have 64 bits of precision
Eric Blake
2021-03-08
1
-21
/
+69
*
util/cutils: Skip "." when looking for next directory component
Stefan Weil
2021-02-16
1
-1
/
+2
*
util/cutils: Fix Coverity array overrun in freq_to_str()
Philippe Mathieu-Daudé
2020-11-17
1
-1
/
+2
*
cutils: replace strdup with g_strdup
Paolo Bonzini
2020-11-03
1
-1
/
+1
*
win32: boot broken when bind & data dir are the same
Sunil Muthuswamy
2020-10-26
1
-1
/
+1
*
util/cutils: Introduce freq_to_str() to display Hertz units
Philippe Mathieu-Daudé
2020-10-16
1
-0
/
+14
*
cutils: introduce get_relocated_path
Paolo Bonzini
2020-09-30
1
-0
/
+61
*
util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
Markus Armbruster
2019-12-18
1
-3
/
+5
*
Memory: Enable writeback for given memory region
Beata Michalska
2019-12-16
1
-0
/
+38
*
util/cutils: Fix incorrect integer->float conversion caught by clang
Fangrui Song
2019-11-25
1
-3
/
+5
*
cutils: remove one unnecessary pointer operation
Wei Yang
2019-07-15
1
-4
/
+4
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-06-11
1
-1
/
+2
*
cutils: Simplify how parse_uint() checks for whitespace
Markus Armbruster
2019-05-22
1
-1
/
+1
*
cutils: Fix size_to_str() on 32-bit platforms
Eric Blake
2019-04-30
1
-1
/
+1
*
cutils: Fix qemu_strtosz() & friends to reject non-finite sizes
David Hildenbrand
2018-12-13
1
-10
/
+8
*
cutils: Add qemu_strtod() and qemu_strtod_finite()
David Hildenbrand
2018-12-13
1
-0
/
+65
*
cutils: Assert in-range base for string-to-integer conversions
Eric Blake
2018-12-11
1
-0
/
+8
*
cutils: add qemu_pstrcmp0()
Marc-André Lureau
2018-10-05
1
-0
/
+5
*
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
[next]