qemu-tcg-frontend-instruction
Installation
SKILL.md
QEMU TCG Frontend Instruction
Use this domain skill for guest ISA decode/translation work in target/<arch>/: decodetree patterns, trans_* functions, feature gates, helpers, PC updates, exceptions, and tests.
Flow dependencies
- Start with
qemu-flow-plan. - Put decode notes, generated decoder inspection, TCG logs, test outputs, and scratch files under
build/agent/<task-slug>/. - Use
qemu-rlcr-loopfor iterative work. - Use
qemu-buildfor target builds. - Use
qemu-debugfor TCG logs andone-insn-per-tbdebugging. - Use
qemu-model-verificationfor evidence reporting.
Hard policy boundary
Do not produce source code intended for QEMU upstream submission. Do not add DCO or review trailers.