Re: [Qemu-devel] [RFC PATCH v2 8/8] tests/test-vmstate.c: add array of pointers to struct with NULL

2016-12-15 Thread Dr. David Alan Gilbert
* Halil Pasic (pa...@linux.vnet.ibm.com) wrote: > Increase coverage by testing VMSTATE_ARRAY_OF_POINTER_TO_STRUCT > with an array containing some NULL pointer. > > Signed-off-by: Halil Pasic > --- > tests/test-vmstate.c | 41 + >

[Qemu-devel] [RFC PATCH v2 8/8] tests/test-vmstate.c: add array of pointers to struct with NULL

2016-11-08 Thread Halil Pasic
Increase coverage by testing VMSTATE_ARRAY_OF_POINTER_TO_STRUCT with an array containing some NULL pointer. Signed-off-by: Halil Pasic --- tests/test-vmstate.c | 41 + 1 file changed, 41 insertions(+) diff --git