mem-prealloc: reduce large guest start-up and migration time.
[qemu/ar7.git] / tests / qapi-schema / args-boxed-empty.json
blob8e8cc2652581aee4f1b75a73a33bb3796aa6e9d2
1 # 'boxed' requires a non-empty type
3 ##
4 # @Empty:
5 ##
6 { 'struct': 'Empty', 'data': {} }
8 ##
9 # @foo:
11 { 'command': 'foo', 'boxed': true, 'data': 'Empty' }