Re: [Qemu-devel] [PATCH v3.2 27/31] qapi: make string input visitor parse int list

2014-06-08 Thread Michael S. Tsirkin
On Wed, May 14, 2014 at 05:43:31PM +0800, Hu Tao wrote: Signed-off-by: Hu Tao hu...@cn.fujitsu.com Conflicts with commit e2cd0f4fb42b1fae65ad22e8efde9804446e6254 qapi: Replace start_optional()/end_optional() by optional() needs a rebase. --- qapi/string-input-visitor.c | 181

Re: [Qemu-devel] [PATCH v3.2 27/31] qapi: make string input visitor parse int list

2014-06-08 Thread Hu Tao
On Sun, Jun 08, 2014 at 01:11:03PM +0300, Michael S. Tsirkin wrote: On Wed, May 14, 2014 at 05:43:31PM +0800, Hu Tao wrote: Signed-off-by: Hu Tao hu...@cn.fujitsu.com Conflicts with commit e2cd0f4fb42b1fae65ad22e8efde9804446e6254 qapi: Replace start_optional()/end_optional() by

[Qemu-devel] [PATCH v3.2 27/31] qapi: make string input visitor parse int list

2014-05-14 Thread Hu Tao
Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- qapi/string-input-visitor.c | 181 -- tests/test-string-input-visitor.c | 39 2 files changed, 212 insertions(+), 8 deletions(-) diff --git a/qapi/string-input-visitor.c