block: Remove unused BlockDeviceMapEntry
commit143d51e1792ecf2c8e5b0fc3a8c6022676c723d4
authorMarkus Armbruster <armbru@redhat.com>
Wed, 4 Nov 2020 16:55:13 +0000 (4 17:55 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 9 Nov 2020 08:14:21 +0000 (9 09:14 +0100)
tree9ab1aa320fd218032721274a360ddd1505fce095
parentffb515fa50c286ec572a0dcc3923652085dd63f8
block: Remove unused BlockDeviceMapEntry

BlockDeviceMapEntry has never been used.  It was added in commit
facd6e2 "so that it is published through the introspection mechanism."
What exactly introspecting types that aren't used for anything could
accomplish isn't clear.  What "introspection mechanism" to use is also
nebulous.  To the best of my knowledge, there has never been one that
covered this type.  Certainly not query-qmp-schema, which includes
only types that are actually used in QMP.

Not being able to introspect BlockDeviceMapEntry hasn't bothered
anyone enough to complain in almost four years.  Get rid of it.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Eric Blake <eblake@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201104165513.72720-3-mreitz@redhat.com>
qapi/block-core.json