index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cutils.c
Age
Commit message (
Expand
)
Author
2020-11-17
util/cutils: Fix Coverity array overrun in freq_to_str()
Philippe Mathieu-Daudé
2020-11-03
cutils: replace strdup with g_strdup
Paolo Bonzini
2020-10-26
win32: boot broken when bind & data dir are the same
Sunil Muthuswamy
2020-10-16
util/cutils: Introduce freq_to_str() to display Hertz units
Philippe Mathieu-Daudé
2020-09-30
cutils: introduce get_relocated_path
Paolo Bonzini
2019-12-18
util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
Markus Armbruster
2019-12-16
Memory: Enable writeback for given memory region
Beata Michalska
2019-11-25
util/cutils: Fix incorrect integer->float conversion caught by clang
Fangrui Song
2019-07-15
cutils: remove one unnecessary pointer operation
Wei Yang
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-05-22
cutils: Simplify how parse_uint() checks for whitespace
Markus Armbruster
2019-04-30
cutils: Fix size_to_str() on 32-bit platforms
Eric Blake
2018-12-13
cutils: Fix qemu_strtosz() & friends to reject non-finite sizes
David Hildenbrand
2018-12-13
cutils: Add qemu_strtod() and qemu_strtod_finite()
David Hildenbrand
2018-12-11
cutils: Assert in-range base for string-to-integer conversions
Eric Blake
2018-10-05
cutils: add qemu_pstrcmp0()
Marc-André Lureau
2018-06-29
cutils: Provide strchrnul
Keno Fischer
2018-03-13
cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int types
Daniel P. Berrange
2017-09-19
Convert remaining single line fprintf() to warn_report()
Alistair Francis
2017-05-17
utils: provide size_to_str()
Peter Xu
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
2017-02-23
util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macros
Markus Armbruster
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
2017-02-23
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
2017-02-23
util/cutils: Clean up control flow around qemu_strtol() a bit
Markus Armbruster
2017-02-23
util/cutils: Clean up variable names around qemu_strtol()
Markus Armbruster
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
2017-02-23
util/cutils: Rewrite documentation of qemu_strtol() & friends
Markus Armbruster
2016-09-13
cutils: Move buffer_is_zero and subroutines to a new file
Richard Henderson
2016-07-14
target-arm: Use Neon for zero checking
Vijay
2016-06-16
avx2 configure: Use primitives in test
Dr. David Alan Gilbert
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-08
cutils: add avx2 instruction optimization
Liang Li
2016-02-04
util: Clean up includes
Peter Maydell
2015-09-25
utils: rename strtosz to use qemu prefix
Marc-André Lureau
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-10
cutils: work around platform differences in strto{l,ul,ll,ull}
Paolo Bonzini
2015-09-09
cutils: Add qemu_strtoull() wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
2015-09-07
Make pow2ceil() and pow2floor() inline
Peter Maydell
2015-09-07
Remove unused qemu_fls function
Peter Maydell
2015-06-26
cutils: allow compilation with icc
Artyom Tarasenko
2015-03-10
cutils: refine strtol error handling in parse_debug_env
Paolo Bonzini
2015-03-03
qxl: refactor rounding up to a nearest power of 2
Radim Krčmář
[next]