aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-07-27 07:48:55 -1000
committerRichard Henderson <richard.henderson@linaro.org>2021-10-13 08:09:53 -0700
commitf83bcecb1ffe25a18367409eaf4ba1453c835c48 (patch)
treeb54b264b8a76479c17a51f0416dd5d64fdc58cc8 /net
parentf79e80899dbcd306ae2e8a43bc5e139b051f30f4 (diff)
downloadqemu-f83bcecb1ffe25a18367409eaf4ba1453c835c48.zip
qemu-f83bcecb1ffe25a18367409eaf4ba1453c835c48.tar.gz
qemu-f83bcecb1ffe25a18367409eaf4ba1453c835c48.tar.bz2
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 'net')
0 files changed, 0 insertions, 0 deletions