target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.git] / tests / qapi-schema / alternate-nested.json
blobf2b9632f751e5beb8f306e8973e502a033eb323d
1 # we reject a nested alternate branch
2 { 'alternate': 'Alt1',
3   'data': { 'name': 'bool', 'value': 'int' } }
4 { 'alternate': 'Alt2',
5   'data': { 'nested': 'Alt1', 'b': 'bool' } }