summaryrefslogtreecommitdiffstats
path: root/include/qapi/qmp/qstring.h
Commit message (Collapse)AuthorAgeFilesLines
* qobject: Drop QObject_HEADMarkus Armbruster2015-10-291-1/+1
| | | | | | | | | | | | QObject_HEAD is a macro expanding into the common part of structs that are sub-types of QObject. It's always been just QObject base, and unlikely to change. Drop the macro, because the code is clearer with out it. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1444918537-18107-2-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
* qstring: add qstring_get_length()Luiz Capitulino2013-04-051-0/+1
| | | | | | | | Long overdue. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-0/+35
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
OpenPOWER on IntegriCloud