]> git.proxmox.com Git - mirror_qemu.git/commit
qmp: Drop dead command->type
authorEric Blake <eblake@redhat.com>
Thu, 28 Apr 2016 21:45:11 +0000 (15:45 -0600)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 12 May 2016 07:47:54 +0000 (09:47 +0200)
commit42a502a7a60632234f0dd5028924926a7eac6c94
tree33a56357598ad9206058c4cd851f7b2d2f280ab6
parente58d695e6c3a5cfa0aa2fc91b87ade017ef28b05
qmp: Drop dead command->type

Ever since QMP was first added back in commit 43c20a43, we have
never had any QmpCommandType other than QCT_NORMAL.  It's
pointless to carry around the cruft.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1461879932-9020-4-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
include/qapi/qmp/dispatch.h
qapi/qmp-dispatch.c
qapi/qmp-registry.c