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
/
tests
/
test-cutils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-20
/
+20
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-47
/
+73
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-0
/
+6
2017-02-23
test-cutils: Drop suffix from test_qemu_strtosz_simple()
Markus Armbruster
1
-4
/
+4
2017-02-23
test-cutils: Use qemu_strtosz() more often
Markus Armbruster
1
-17
/
+17
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
1
-8
/
+8
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
1
-19
/
+19
2017-02-23
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
1
-7
/
+6
2017-02-23
test-cutils: Cover qemu_strtosz() around range limits
Markus Armbruster
1
-2
/
+59
2017-02-23
test-cutils: Cover qemu_strtosz() with trailing crap
Markus Armbruster
1
-0
/
+19
2017-02-23
test-cutils: Cover qemu_strtosz() invalid input
Markus Armbruster
1
-0
/
+24
2017-02-23
test-cutils: Add missing qemu_strtosz()... endptr checks
Markus Armbruster
1
-11
/
+26
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
1
-168
/
+200
2017-02-23
test-cutils: Clean up qemu_strtoul() result checks
Markus Armbruster
1
-30
/
+30
2017-02-23
test-cutils: Add missing qemu_strtol()... endptr checks
Markus Armbruster
1
-0
/
+12
2016-09-08
tests: fix test-cutils leaks
Marc-André Lureau
1
-8
/
+16
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-2
/
+1
2016-02-16
tests: Clean up includes
Peter Maydell
1
-2
/
+1
2015-09-25
tests: add some qemu_strtosz() tests
Marc-André Lureau
1
-0
/
+91
2015-09-10
cutils: work around platform differences in strto{l,ul,ll,ull}
Paolo Bonzini
1
-41
/
+16
2015-09-09
cutils: Add qemu_strtoull() wrapper
Carlos L. Torres
1
-0
/
+323
2015-09-09
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
1
-0
/
+320
2015-09-09
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
1
-0
/
+318
2015-09-09
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
1
-0
/
+319
2013-02-04
cutils: unsigned int parsing functions
Eduardo Habkost
1
-0
/
+251