summary refs log tree commit diff stats
path: root/hw/core/qdev-clock.c
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 /hw/core/qdev-clock.c
parentf79e80899dbcd306ae2e8a43bc5e139b051f30f4 (diff)
downloadfocaccia-qemu-f83bcecb1ffe25a18367409eaf4ba1453c835c48.tar.gz
focaccia-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 'hw/core/qdev-clock.c')
0 files changed, 0 insertions, 0 deletions