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