qemu-patch-raspberry4/tests/qapi-schema/args-any.json
Markus Armbruster 28770e057f qapi: Introduce a first class 'any' type
It's first class, because unlike '**', it actually works, i.e. doesn't
require 'gen': false.

'**' will go away next.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
2015-09-21 09:56:49 +02:00

3 lines
73 B
JSON

# we do not allow an 'any' argument
{ 'command': 'oops', 'data': 'any' }