index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cutils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
1
-17
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-2
/
+2
2022-03-22
util: remove the net/net.h dependency
Marc-André Lureau
1
-14
/
+0
2022-03-22
util: remove needless includes
Marc-André Lureau
1
-2
/
+0
2021-05-13
cutils: fix memory leak in get_relocated_path()
Stefano Garzarella
1
-1
/
+1
2021-03-24
utils: Work around mingw strto*l bug with 0x
Eric Blake
1
-8
/
+21
2021-03-24
utils: Tighter tests for qemu_strtosz
Eric Blake
1
-1
/
+3
2021-03-15
utils: Use fixed-point arithmetic in qemu_strtosz
Richard Henderson
1
-15
/
+35
2021-03-08
utils: Deprecate hex-with-suffix sizes
Eric Blake
1
-1
/
+9
2021-03-08
utils: Improve qemu_strtosz() to have 64 bits of precision
Eric Blake
1
-21
/
+69
2021-02-16
util/cutils: Skip "." when looking for next directory component
Stefan Weil
1
-1
/
+2
2020-11-17
util/cutils: Fix Coverity array overrun in freq_to_str()
Philippe Mathieu-Daudé
1
-1
/
+2
2020-11-03
cutils: replace strdup with g_strdup
Paolo Bonzini
1
-1
/
+1
2020-10-26
win32: boot broken when bind & data dir are the same
Sunil Muthuswamy
1
-1
/
+1
2020-10-16
util/cutils: Introduce freq_to_str() to display Hertz units
Philippe Mathieu-Daudé
1
-0
/
+14
2020-09-30
cutils: introduce get_relocated_path
Paolo Bonzini
1
-0
/
+61
2019-12-18
util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
Markus Armbruster
1
-3
/
+5
2019-12-16
Memory: Enable writeback for given memory region
Beata Michalska
1
-0
/
+38
2019-11-25
util/cutils: Fix incorrect integer->float conversion caught by clang
Fangrui Song
1
-3
/
+5
2019-07-15
cutils: remove one unnecessary pointer operation
Wei Yang
1
-4
/
+4
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-1
/
+2
2019-05-22
cutils: Simplify how parse_uint() checks for whitespace
Markus Armbruster
1
-1
/
+1
2019-04-30
cutils: Fix size_to_str() on 32-bit platforms
Eric Blake
1
-1
/
+1
2018-12-13
cutils: Fix qemu_strtosz() & friends to reject non-finite sizes
David Hildenbrand
1
-10
/
+8
2018-12-13
cutils: Add qemu_strtod() and qemu_strtod_finite()
David Hildenbrand
1
-0
/
+65
2018-12-11
cutils: Assert in-range base for string-to-integer conversions
Eric Blake
1
-0
/
+8
2018-10-05
cutils: add qemu_pstrcmp0()
Marc-André Lureau
1
-0
/
+5
2018-06-29
cutils: Provide strchrnul
Keno Fischer
1
-0
/
+15
2018-03-13
cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int types
Daniel P. Berrange
1
-0
/
+109
2017-09-19
Convert remaining single line fprintf() to warn_report()
Alistair Francis
1
-1
/
+2
2017-05-17
utils: provide size_to_str()
Peter Xu
1
-0
/
+25
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-5
/
+9
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-10
/
+12
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-5
/
+9
2017-02-23
util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macros
Markus Armbruster
1
-18
/
+10
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
1
-4
/
+11
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
1
-1
/
+1
2017-02-23
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
1
-3
/
+8
2017-02-23
util/cutils: Clean up control flow around qemu_strtol() a bit
Markus Armbruster
1
-42
/
+43
2017-02-23
util/cutils: Clean up variable names around qemu_strtol()
Markus Armbruster
1
-21
/
+21
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
1
-2
/
+2
2017-02-23
util/cutils: Rewrite documentation of qemu_strtol() & friends
Markus Armbruster
1
-39
/
+49
2016-09-13
cutils: Move buffer_is_zero and subroutines to a new file
Richard Henderson
1
-244
/
+0
2016-07-14
target-arm: Use Neon for zero checking
Vijay
1
-0
/
+7
2016-06-16
avx2 configure: Use primitives in test
Dr. David Alan Gilbert
1
-7
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+33
2016-03-08
cutils: add avx2 instruction optimization
Liang Li
1
-4
/
+120
2016-02-04
util: Clean up includes
Peter Maydell
1
-2
/
+1
[next]