qapi: change QmpOutputVisitor to QSLIST
commitfc76ae8b38783e82c109834573ba5d6f080440b5
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jul 2016 15:53:17 +0000 (7 17:53 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 19 Jul 2016 11:21:08 +0000 (19 13:21 +0200)
tree93bc68e09d921dfe6ab161e98ded37565f417a07
parent0c1b58f25025cc09463aae235162b19ff45c37b7
qapi: change QmpOutputVisitor to QSLIST

This saves a little memory compared to the doubly-linked QTAILQ.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1467906798-5312-2-git-send-email-pbonzini@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
[Comment tweaked to avoid long line]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/qmp-output-visitor.c