diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-07-27 07:48:55 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-10-13 08:09:53 -0700 |
commit | f83bcecb1ffe25a18367409eaf4ba1453c835c48 (patch) | |
tree | b54b264b8a76479c17a51f0416dd5d64fdc58cc8 /include/exec/gdbstub.h | |
parent | f79e80899dbcd306ae2e8a43bc5e139b051f30f4 (diff) | |
download | qemu-f83bcecb1ffe25a18367409eaf4ba1453c835c48.zip |
accel/tcg: Add cpu_{ld,st}*_mmu interfaces
These functions are much closer to the softmmu helper
functions, in that they take the complete MemOpIdx,
and from that they may enforce required alignment.
The previous cpu_ldst.h functions did not have alignment info,
and so did not enforce it. Retain this by adding MO_UNALN to
the MemOp that we create in calling the new functions.
Note that we are not yet enforcing alignment for user-only,
but we now have the information with which to do so.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/gdbstub.h')
0 files changed, 0 insertions, 0 deletions