Resending whole series after v6 was reviewed and got no objections. Changes v6 -> v7:
- Refresh of patch 1/8 against qemu.git master (trivial conflicts on tests/Makefile) - Correction of typo on comment on util/cutils.c Eduardo Habkost (8): cutils: unsigned int parsing functions vl.c: Fix off-by-one bug when handling "-numa node" argument vl.c: Abort on unknown -numa option type vl.c: Check for NUMA node limit inside numa_add() vl.c: numa_add(): Validate nodeid before using it vl.c: Use parse_uint_full() for NUMA nodeid vl.c: Extract -numa "cpus" parsing to separate function vl.c: validate -numa "cpus" parameter properly include/qemu-common.h | 4 + tests/Makefile | 3 + tests/test-cutils.c | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++ util/cutils.c | 99 ++++++++++++++++++++ vl.c | 93 ++++++++++++++----- 5 files changed, 425 insertions(+), 25 deletions(-) create mode 100644 tests/test-cutils.c -- 1.8.1