3b4cdfb220
Captures the QEMU boot of the redbear-full target after the VIRTIO_BLK_F_RO read-only fix landed in local/sources/base (commit cffacf591 virtio-blkd: handle read-only drives gracefully). The boot now proceeds past the previously-fatal virtio-blkd assert_eq!(*status, 0) abort and continues through the rest of the desktop init path, validating the fix end-to-end on the desktop target. The pre-fix pair is committed in the previous commit; keeping pre/post pairs adjacent in main-repo history makes the regression test reproducible from git alone without having to look up when each log was captured. Captured log: 16 893 bytes, 204 lines, same scope as the pre-fix capture (q35 + OVMF, KVM, virtio-blk readonly ISO). Marked-up analysis: REDBEAR-FULL-BOOT-POST-VIRTIO-BLKD-FIX-RESULTS.md documents which init stages now reach the login prompt, which drivers register, and what the next blocking stage is.