Re: [Qemu-devel] [PATCH v2 0/5] vmstate: handle arrays with null ptrs

2017-02-28 Thread Dr. David Alan Gilbert
* Halil Pasic (pa...@linux.vnet.ibm.com) wrote: > The objective is supporting migration of arrays of pointers > holdig a mix of null and not null pointers. Queued. > v1 -> v2: > * do not ignore return value (Dave) > * change some asserts to report_error+rc (Dave) > * factor out and reuse wire_sa

[Qemu-devel] [PATCH v2 0/5] vmstate: handle arrays with null ptrs

2017-02-22 Thread Halil Pasic
The objective is supporting migration of arrays of pointers holdig a mix of null and not null pointers. v1 -> v2: * do not ignore return value (Dave) * change some asserts to report_error+rc (Dave) * factor out and reuse wire_sample in patches 4 and 5 (Dave) * minor reword of patch 2 * add r-b's