Re: [Qemu-devel] [PATCH 0/4] remove unused VMSTateField.start

2016-10-18 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20161018105724.26520-1-pa...@linux.vnet.ibm.com Subject: [Qemu-devel] [PATCH 0/4] remove unused VMSTateField.start === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH 0/4] remove unused VMSTateField.start

2016-10-18 Thread Halil Pasic
The member VMStateField.start was solely used to implement the partial data migration for VBUFFER data (basically provide migration for a sub-buffer). However the implementation of this feature is broken, but this goes unnoticed since the feature is not used at all. So what the series does is firs