- 42cc08d cutils: Improve qemu_strtosz handling of fractions by Eric Blake · 1 year, 10 months ago
- c25b168 cutils: Improve qemu_strtod* error paths by Eric Blake · 1 year, 10 months ago
- b87ac96 cutils: Use parse_uint in qemu_strtosz for negative rejection by Eric Blake · 1 year, 10 months ago
- 3c5f246 cutils: Set value in all integral qemu_strto* error paths by Eric Blake · 1 year, 10 months ago
- 896fbd9 cutils: Set value in all qemu_strtosz* error paths by Eric Blake · 1 year, 10 months ago
- f49371e cutils: Allow NULL str in qemu_strtosz by Eric Blake · 1 year, 10 months ago
- 52d606a cutils: Allow NULL endptr in parse_uint() by Eric Blake · 1 year, 10 months ago
- bd1386c cutils: Adjust signature of parse_uint[_full] by Eric Blake · 1 year, 10 months ago
- 84760bb cutils: Document differences between parse_uint and qemu_strtou64 by Eric Blake · 1 year, 10 months ago
- 56ddafd cutils: Fix wraparound parsing in qemu_strtoui by Eric Blake · 1 year, 10 months ago
- 8b902e3 util: remove support for hex numbers with a scaling suffix by Paolo Bonzini · 2 years, 3 months ago
- 4311682 cutils: Add missing dyld(3) include on macOS by Philippe Mathieu-Daudé · 2 years, 7 months ago
- 0a979a1 util: Fix broken build on Haiku by Thomas Huth · 2 years, 8 months ago
- cf60ccc cutils: Introduce bundle mechanism by Akihiko Odaki · 2 years, 9 months ago
- cfb3448 cutils: add functions for IEC and SI prefixes by Paolo Bonzini · 2 years, 10 months ago
- 06680b1 include: move qemu_*_exec_dir() to cutils by Marc-André Lureau · 2 years, 10 months ago
- 282468c include: move qemu_fdatasync() to osdep by Marc-André Lureau · 2 years, 11 months ago
- 73991a9 include: move qemu_msync() to osdep by Marc-André Lureau · 2 years, 11 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- e9c4e0a Move fcntl_setfl() to oslib-posix by Marc-André Lureau · 3 years ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
- 8a16661 util: remove the net/net.h dependency by Marc-André Lureau · 3 years ago
- 5933dd9 util: remove needless includes by Marc-André Lureau · 3 years ago
- b6d003d cutils: fix memory leak in get_relocated_path() by Stefano Garzarella · 3 years, 11 months ago
- 6162f7d utils: Work around mingw strto*l bug with 0x by Eric Blake · 4 years ago
- 061d790 utils: Tighter tests for qemu_strtosz by Eric Blake · 4 years ago
- 7625a1e utils: Use fixed-point arithmetic in qemu_strtosz by Richard Henderson · 4 years ago
- f174cd3 utils: Deprecate hex-with-suffix sizes by Eric Blake · 4 years, 1 month ago
- cf923b7 utils: Improve qemu_strtosz() to have 64 bits of precision by Eric Blake · 4 years, 1 month ago
- 342e3a4 util/cutils: Skip "." when looking for next directory component by Stefan Weil · 4 years, 1 month ago
- 6d7ccc5 util/cutils: Fix Coverity array overrun in freq_to_str() by Philippe Mathieu-Daudé · 4 years, 4 months ago
- 090afdc cutils: replace strdup with g_strdup by Paolo Bonzini · 4 years, 4 months ago
- 7a3b7f6 win32: boot broken when bind & data dir are the same by Sunil Muthuswamy · 4 years, 4 months ago
- 709616c util/cutils: Introduce freq_to_str() to display Hertz units by Philippe Mathieu-Daudé · 4 years, 5 months ago
- f4f5ed2 cutils: introduce get_relocated_path by Paolo Bonzini · 4 years, 7 months ago
- 369276e util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON() by Markus Armbruster · 5 years ago
- 61c490e Memory: Enable writeback for given memory region by Beata Michalska · 5 years ago
- 25f7408 util/cutils: Fix incorrect integer->float conversion caught by clang by Fangrui Song · 5 years ago
- 7c960d6 cutils: remove one unnecessary pointer operation by Wei Yang · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
- db3d11e cutils: Simplify how parse_uint() checks for whitespace by Markus Armbruster · 6 years ago
- 754da86 cutils: Fix size_to_str() on 32-bit platforms by Eric Blake · 6 years ago
- af02f4c cutils: Fix qemu_strtosz() & friends to reject non-finite sizes by David Hildenbrand · 6 years ago
- ca28f54 cutils: Add qemu_strtod() and qemu_strtod_finite() by David Hildenbrand · 6 years ago
- 53a90b9 cutils: Assert in-range base for string-to-integer conversions by Eric Blake · 6 years ago
- 85e33a2 cutils: add qemu_pstrcmp0() by Marc-André Lureau · 7 years ago
- 5c99fa3 cutils: Provide strchrnul by Keno Fischer · 7 years ago
- 473a2a3 cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int types by Daniel P. Berrange · 7 years ago
- 05cb8ed Convert remaining single line fprintf() to warn_report() by Alistair Francis · 8 years ago
- 22951aa utils: provide size_to_str() by Peter Xu · 8 years ago
- f46bfdb util/cutils: Change qemu_strtosz*() from int64_t to uint64_t by Markus Armbruster · 8 years ago
- f17fd4f util/cutils: Return qemu_strtosz*() error and value separately by Markus Armbruster · 8 years ago
- 4fcdf65 util/cutils: Let qemu_strtosz*() optionally reject trailing crap by Markus Armbruster · 8 years ago
- 17f9425 util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macros by Markus Armbruster · 8 years ago
- 466dea1 util/cutils: New qemu_strtosz() by Markus Armbruster · 8 years ago
- e591591 util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB() by Markus Armbruster · 8 years ago
- d2734d2 util/cutils: New qemu_strtosz_metric() by Markus Armbruster · 8 years ago
- 4baef26 util/cutils: Clean up control flow around qemu_strtol() a bit by Markus Armbruster · 8 years ago
- 717adf9 util/cutils: Clean up variable names around qemu_strtol() by Markus Armbruster · 8 years ago
- b30d188 util/cutils: Rename qemu_strtoll(), qemu_strtoull() by Markus Armbruster · 8 years ago
- 4295f87 util/cutils: Rewrite documentation of qemu_strtol() & friends by Markus Armbruster · 8 years ago
- 88ca8e8 cutils: Move buffer_is_zero and subroutines to a new file by Richard Henderson · 9 years ago
- 7069532 target-arm: Use Neon for zero checking by Vijay · 9 years ago
- 4fb8320 avx2 configure: Use primitives in test by Dr. David Alan Gilbert · 9 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- 28b90d9 cutils: add avx2 instruction optimization by Liang Li · 9 years ago
- aafd758 util: Clean up includes by Peter Maydell · 9 years ago
- 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 9 years ago
- a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
- 47d4be1 cutils: work around platform differences in strto{l,ul,ll,ull} by Paolo Bonzini · 9 years ago
- 3904e6b cutils: Add qemu_strtoull() wrapper by Carlos L. Torres · 10 years ago
- 8ac4df4 cutils: Add qemu_strtoll() wrapper by Carlos L. Torres · 10 years ago
- c817c01 cutils: Add qemu_strtoul() wrapper by Carlos L. Torres · 10 years ago
- 764e0fa cutils: Add qemu_strtol() wrapper by Carlos L. Torres · 10 years ago
- 8f1ed5f Make pow2ceil() and pow2floor() inline by Peter Maydell · 10 years ago
- 10944a1 Remove unused qemu_fls function by Peter Maydell · 10 years ago
- 27e7755 cutils: allow compilation with icc by Artyom Tarasenko · 10 years ago
- cc5d0e0 cutils: refine strtol error handling in parse_debug_env by Paolo Bonzini · 10 years ago
- bb7443f qxl: refactor rounding up to a nearest power of 2 by Radim Krčmář · 10 years ago
- e9c5c1f cutils: tighten qemu_parse_fd() by Laszlo Ersek · 11 years ago
- 4297c8e util: add qemu_ether_ntoa by Alexey Kardashevskiy · 11 years ago
- a38ed81 qemu-io: Move qemu_strsep() to cutils.c by Kevin Wolf · 12 years ago
- 5e00984 cutils: Support 'P' and 'E' suffixes in strtosz() by Kevin Wolf · 12 years ago
- b16352a ccid-card-passthru, dev-smartcard-reader: add debug environment variables by Alon Levy · 12 years ago
- 56ded70 buffer_is_zero: use vector optimizations if possible by Peter Lieven · 12 years ago
- 41a259b cutils: add a function to find non-zero content in a buffer by Peter Lieven · 12 years ago
- e3f9fe2 cutils: unsigned int parsing functions by Eduardo Habkost · 12 years ago
- baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from cutils.c]
- 37edbf7 cutils: change strtosz_suffix_unit function by liguang · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 0100fbb fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c by Paolo Bonzini · 12 years ago
- 0191253 janitor: move iovector functions out of cutils.c by Paolo Bonzini · 12 years ago
- b6db4ac rtc: fix overflow in mktimegm by Paolo Bonzini · 12 years ago
- adb696f block: Enable qemu_open/close to work with fd sets by Corey Bryant · 13 years ago
- e6546bb Add uleb encoding/decoding functions by Orit Wasserman · 13 years ago
- 9fb2664 Add cache handling functions by Orit Wasserman · 13 years ago
- 2a025ae cutils: add strpadcpy() by Dmitry Fleytman · 13 years ago
- 25e5e4c rewrite iov_send_recv() and move it to iov.c by Michael Tokarev · 13 years ago
- e3e87df export iov_send_recv() and use it in iov_send() and iov_recv() by Michael Tokarev · 13 years ago