Re: [Qemu-devel] [PATCH v1 8/9] test-string-input-visitor: split off uint64 list tests

2018-11-16 Thread Markus Armbruster
David Hildenbrand writes: > Basically copy all int64 list tests but adapt them to work on uint64 > instead. The values for very big/very small values have to be adapted. > > Signed-off-by: David Hildenbrand Reviewed-by: Markus Armbruster

[Qemu-devel] [PATCH v1 8/9] test-string-input-visitor: split off uint64 list tests

2018-11-15 Thread David Hildenbrand
Basically copy all int64 list tests but adapt them to work on uint64 instead. The values for very big/very small values have to be adapted. Signed-off-by: David Hildenbrand --- tests/test-string-input-visitor.c | 94 +-- 1 file changed, 90 insertions(+), 4