qemu-tcg-backend-adaptation
Installation
SKILL.md
QEMU TCG Backend Adaptation
Use this domain skill for host backend work under tcg/<host>/: instruction encoders, TCG_TARGET_HAS_*, constraints, tcg_out_op, qemu load/store paths, vector emission, and generated host-code bugs.
Flow dependencies
- Start with
qemu-flow-plan. - Put host-code logs, TCG dumps, temporary disassembly, benchmark notes, and review files under
build/agent/<task-slug>/. - Use
qemu-rlcr-loopfor implementation/debug rounds. - Use
qemu-buildfor host backend builds. - Use
qemu-debugfor TCG logs andone-insn-per-tb. - Use
qemu-model-verificationfor final evidence.
Hard policy boundary
Do not produce source code intended for QEMU upstream submission. Do not add DCO or review trailers.