qapi: Stop rejecting #optional
commit67ab1ce9263f77b352faea1104f0ebc2e50a3d42
authorMarkus Armbruster <armbru@redhat.com>
Mon, 2 Oct 2017 14:13:32 +0000 (2 16:13 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 20 Dec 2017 18:18:33 +0000 (20 19:18 +0100)
tree5d9d0232ba18015c7220be8450b86c0269ec3bd3
parentc6a1a98b4222114fbebbb40814ba765ac4530937
qapi: Stop rejecting #optional

Commit 1d8bda1 got rid of #optional tags, and added a check to keep
them from getting added back, to make sure patches then in flight
don't add them back.  It's been six months, time to drop that check.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20171002141341.24616-3-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
scripts/qapi.py