Re: [Qemu-devel] [PATCH 1/2] qstring: add qobject_get_length()

2013-04-09 Thread Luiz Capitulino
On Tue, 9 Apr 2013 11:02:15 +0800 Hu Tao hu...@cn.fujitsu.com wrote: 'add qobject_get_length()' in the subject line but you are actually adding qstring_get_length() Thanks, but this was corrected in v2 and it's what got merged. On Mon, Mar 25, 2013 at 03:40:38PM -0400, Luiz Capitulino

Re: [Qemu-devel] [PATCH 1/2] qstring: add qobject_get_length()

2013-04-08 Thread Hu Tao
'add qobject_get_length()' in the subject line but you are actually adding qstring_get_length() On Mon, Mar 25, 2013 at 03:40:38PM -0400, Luiz Capitulino wrote: Long overdue. Signed-off-by: Luiz Capitulino lcapitul...@redhat.com --- include/qapi/qmp/qstring.h | 1 + qobject/qstring.c

[Qemu-devel] [PATCH 1/2] qstring: add qobject_get_length()

2013-03-25 Thread Luiz Capitulino
Long overdue. Signed-off-by: Luiz Capitulino lcapitul...@redhat.com --- include/qapi/qmp/qstring.h | 1 + qobject/qstring.c | 8 2 files changed, 9 insertions(+) diff --git a/include/qapi/qmp/qstring.h b/include/qapi/qmp/qstring.h index 0e690f4..1bc3666 100644 ---