mem-prealloc: reduce large guest start-up and migration time.
[qemu/ar7.git] / tests / qapi-schema / alternate-conflict-string.json
blob12aafab8082c2f3e4aa0e1bfe5b9d55e4996d6e8
1 # we reject alternates with multiple string-like branches
3 ##
4 # @Enum:
5 ##
6 { 'enum': 'Enum',
7   'data': [ 'hello', 'world' ] }
8 ##
9 # @Alt:
11 { 'alternate': 'Alt',
12   'data': { 'one': 'str',
13             'two': 'Enum' } }