Re: [Qemu-devel] [QEMU PATCH v7 0/3] migration: migrate QTAILQ

2016-10-21 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [QEMU PATCH v7 0/3] migration: migrate QTAILQ Type: series Message-id: 1477090378-31597-1-git-send-email-du...@linux.vnet.ibm.com === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [QEMU PATCH v7 0/3] migration: migrate QTAILQ

2016-10-21 Thread Jianjun Duan
Hi all, I fixed some issues and addressed feedbacks. Comments are welcome. v7: - Fixed merge errors. - Simplified macro definitions related to pointer arithmetic based QTAILQ access. - Added test case for QTAILQ migration in tests/test-vmstate.c. Previous versions are: v6: - Split