Re: [Qemu-devel] [QEMU PATCH v17 0/4] migration: migrate QTAILQ

2017-01-24 Thread Dr. David Alan Gilbert
* Jianjun Duan (du...@linux.vnet.ibm.com) wrote: > Hi all, Queued. Dave > Comments are welcome. > > v17: - Fixed a type cast issue in test-vmstate.c. > Previous versions are: > > v16: - Moved a variable to global in test-vmstate.c following Dave's > suggestion. > (link: http://lists.

[Qemu-devel] [QEMU PATCH v17 0/4] migration: migrate QTAILQ

2017-01-19 Thread Jianjun Duan
Hi all, Comments are welcome. v17: - Fixed a type cast issue in test-vmstate.c. Previous versions are: v16: - Moved a variable to global in test-vmstate.c following Dave's suggestion. (link: http://lists.nongnu.org/archive/html/qemu-devel/2016-12/msg01187.html) v15: - Improved error me