Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-29 | qstring: Make conversion from QObject * accept null | Markus Armbruster | |
qobject_to_qstring() crashes on null, which is a trap for the unwary. Return null instead, and simplify a few callers. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1444918537-18107-7-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com> | |||
2013-04-05 | qstring: add qstring_get_length() | Luiz Capitulino | |
Long overdue. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> | |||
2013-01-12 | build: move qobject files to qobject/ and libqemuutil.a | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |