DF-1290 / run.sh
#!/bin/sh # DF-1290 run — there is no runtime PoC because the mly driver has no HW on this guest. # The bug is confirmed at the source level only (see VERDICT.md and README.md). echo "DF-1290: no runtime PoC (mly HBA absent on QEMU/KVM guest)." echo "pci ids present (from env.txt): only Intel PIIX3/PIIX4 + virtio." exit 0 |