Home
last modified time | relevance | path

Searched refs:gen_features (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dbackend.py8 from .features import gen_features
61 gen_features(schema, output_dir, prefix)
H A Dfeatures.py43 def gen_features(schema: QAPISchema, function
H A Dvisit.py24 from .gen import QAPISchemaModularCVisitor, gen_features, ifcontext
102 features = gen_features(memb.features)
H A Dtypes.py19 from .gen import QAPISchemaModularCVisitor, gen_features, ifcontext
60 features = gen_features(memb.features)
/openbmc/qemu/target/s390x/
H A Dmeson.build11 gen_features = executable('gen-features', 'gen-features.c', native: true, variable
17 command: gen_features)