Lines Matching refs:qapi
738 # Generate the QAPI headers and sources from qapi-schema.json
743 AUTOGENERATED_DIR=qapi-auto-generated
744 python scripts/qapi-types.py qapi.types --output-dir=$AUTOGENERATED_DIR -b < qapi-schema.json
745 python scripts/qapi-visit.py --output-dir=$AUTOGENERATED_DIR -b < qapi-schema.json
746 python scripts/qapi-commands.py --output-dir=$AUTOGENERATED_DIR -m < qapi-schema.json