• E
    qapi: Consolidate QMP input visitor creation · fc471c18
    Eric Blake 提交于
    Rather than having two separate ways to create a QMP input
    visitor, where the safer approach has the more verbose name,
    it is better to consolidate things into a single function
    where the caller must explicitly choose whether to be strict
    or to ignore excess input.  This patch is the strictly
    mechanical conversion; the next patch will then audit which
    uses can be made stricter.
    Signed-off-by: NEric Blake <eblake@redhat.com>
    Message-Id: <1461879932-9020-6-git-send-email-eblake@redhat.com>
    Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
    fc471c18
qapi-code-gen.txt 43.9 KB