https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253335

--- Comment #8 from Mark Johnston <ma...@freebsd.org> ---
Using truss on the host I can see that we are mprotecting the last page
(containing the address in question) of that range to PROT_READ | PROT_EXEC. 
It doesn't show up in qemu's strace output, so presumably this is something
internal to qemu.  The only syscall which looks relevant here is a
sysarch(ARM_SYNC_ICACHE), but it looks like qemu treats that as a no-op...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to