> /* MO_UNALN accesses are never checked for alignment; MO_ALIGN > * accesses will result in a call to the CPU's do_unaligned_access > * hook if the guest address is not aligned. The default depends > * on whether the target CPU defines ALIGNED_ONLY. > */
Fair enough. > Are unaligned accesses always slow-path, by the way? Yes. r~