Hello, This series fixes uint64 handling in the string input visitor. It was inspired by a patch from Lin Ma.
Test coverage is provided for string input visitor, QOM, scsi-disk levels. Regards, Andreas Andreas Färber (7): string-input-visitor: Fix uint64 parsing test-string-input-visitor: Add int test case test-string-input-visitor: Add uint64 test tests: Add QOM property unit tests tests: Add scsi-disk test cutils: Normalize qemu_strto[u]ll() signature string-input-visitor: Use qemu_strto[u]ll() MAINTAINERS | 2 + include/qemu-common.h | 4 +- qapi/string-input-visitor.c | 68 +++++++++++++++++---- tests/Makefile | 6 ++ tests/check-qom-props.c | 120 ++++++++++++++++++++++++++++++++++++++ tests/scsi-disk-test.c | 83 ++++++++++++++++++++++++++ tests/test-cutils.c | 76 ++++++++++++------------ tests/test-string-input-visitor.c | 31 ++++++++++ util/cutils.c | 4 +- 9 files changed, 342 insertions(+), 52 deletions(-) create mode 100644 tests/check-qom-props.c create mode 100644 tests/scsi-disk-test.c -- 2.1.4