mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qapi: Improve reporting of redefinition
Point to the previous definition, unless it's a built-in. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20190927134639.4284-26-armbru@redhat.com>
This commit is contained in:
parent
f63326985a
commit
56d2df5e65
4 changed files with 14 additions and 3 deletions
|
@ -1,2 +1,4 @@
|
|||
tests/qapi-schema/redefined-command.json: In command 'foo':
|
||||
tests/qapi-schema/redefined-command.json:3: command 'foo' is already defined
|
||||
tests/qapi-schema/redefined-command.json:3: 'foo' is already defined
|
||||
tests/qapi-schema/redefined-command.json: In command 'foo':
|
||||
tests/qapi-schema/redefined-command.json:2: previous definition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue