mirror of https://gitee.com/openkylin/qemu.git
4 lines
123 B
JSON
4 lines
123 B
JSON
|
# 'boxed' requires a non-empty type
|
||
|
{ 'struct': 'Empty', 'data': {} }
|
||
|
{ 'command': 'foo', 'boxed': true, 'data': 'Empty' }
|