diff options
author | Richard Henderson | 2021-07-27 19:48:55 +0200 |
---|---|---|
committer | Richard Henderson | 2021-10-13 17:09:53 +0200 |
commit | f83bcecb1ffe25a18367409eaf4ba1453c835c48 (patch) | |
tree | b54b264b8a76479c17a51f0416dd5d64fdc58cc8 /docs/devel/writing-qmp-commands.rst | |
parent | target/hexagon: Implement cpu_mmu_index (diff) | |
download | qemu-f83bcecb1ffe25a18367409eaf4ba1453c835c48.tar.gz qemu-f83bcecb1ffe25a18367409eaf4ba1453c835c48.tar.xz 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 'docs/devel/writing-qmp-commands.rst')
0 files changed, 0 insertions, 0 deletions