Re: [Qemu-devel] [PATCH RFC 5/6] test-string-input-visitor: split off uint64 list tests

2018-11-15 Thread Markus Armbruster
David Hildenbrand writes: > On 14.11.18 17:21, Markus Armbruster wrote: >> David Hildenbrand writes: >> >>> Basically copy all int64 list tests but adapt them to work on uint64 >>> instead. >>> >>> Signed-off-by: David Hildenbrand >>> --- >>> tests/test-string-input-visitor.c | 71

Re: [Qemu-devel] [PATCH RFC 5/6] test-string-input-visitor: split off uint64 list tests

2018-11-14 Thread David Hildenbrand
On 14.11.18 17:21, Markus Armbruster wrote: > David Hildenbrand writes: > >> Basically copy all int64 list tests but adapt them to work on uint64 >> instead. >> >> Signed-off-by: David Hildenbrand >> --- >> tests/test-string-input-visitor.c | 71 +-- >> 1 file

Re: [Qemu-devel] [PATCH RFC 5/6] test-string-input-visitor: split off uint64 list tests

2018-11-14 Thread Markus Armbruster
David Hildenbrand writes: > Basically copy all int64 list tests but adapt them to work on uint64 > instead. > > Signed-off-by: David Hildenbrand > --- > tests/test-string-input-visitor.c | 71 +-- > 1 file changed, 67 insertions(+), 4 deletions(-) > > diff --git

[Qemu-devel] [PATCH RFC 5/6] test-string-input-visitor: split off uint64 list tests

2018-11-09 Thread David Hildenbrand
Basically copy all int64 list tests but adapt them to work on uint64 instead. Signed-off-by: David Hildenbrand --- tests/test-string-input-visitor.c | 71 +-- 1 file changed, 67 insertions(+), 4 deletions(-) diff --git a/tests/test-string-input-visitor.c