You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ This document tracks planned features and improvements for `mini-init-asm`.
19
19
- Instrumentation shows execution reaches `get_timestamp_ptr`/epoll setup, then no further syscalls; QEMU SIGILL is likely emulator-specific.
20
20
- Added `EP_ARM64_FALLBACK`/`ARM64_FALLBACK` env to skip the QEMU smoke in CI while keeping native behavior unchanged.
21
21
- Implemented a safer path: removed `msub` usage and made `EP_ARM64_FALLBACK=1` omit timestamp formatting to avoid QEMU-user issues.
22
+
- Note: even in fallback mode (`EP_ARM64_FALLBACK=1`), QEMU-user may still SIGILL on some runners; CI treats SIGILL/timeout as a non-fatal skip while still running helper binaries and `--version`.
22
23
- Next: validate on native ARM64 hardware or full-system QEMU; try newer QEMU user-mode if emulation still fails.
0 commit comments