Home
last modified time | relevance | path

Searched defs:gen_features (Results 1 – 3 of 3) sorted by relevance

/qemu/target/s390x/
H A Dmeson.build11 gen_features = executable('gen-features', 'gen-features.c', native: true, variable
/qemu/scripts/qapi/
H A Dfeatures.py43 def gen_features(schema: QAPISchema, function
H A Dgen.py44 def gen_features(features: Sequence[QAPISchemaFeature]) -> str: function