target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.git] / tests / qapi-schema / features-if-invalid.json
blob89c2a6c2342befda12febd5772f0f0d08afbe5cf
1 # Cover feature with invalid 'if'
2 { 'struct': 'Stru',
3   'data': {},
4   'features': [{'name': 'f', 'if': false }] }