spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlags
[qemu/ar7.git] / tests / qapi-schema / enum-max-member.json
blob4bcda0bf0749274e414d3690c5c9113345114bc1
1 # we reject user-supplied 'max' for clashing with implicit enum end
2 # TODO: should we instead munge the implicit value to avoid the clash?
3 { 'enum': 'MyEnum', 'data': [ 'max' ] }