]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/event-nest-struct.json
linux-user/hppa: Increase guest stack size to 80MB for hppa target
[mirror_qemu.git] / tests / qapi-schema / event-nest-struct.json
1 { 'event': 'EVENT_A',
2 'data': { 'a' : { 'type' : { 'integer': 'int' } }, 'b' : 'str' } }