]> Git Repo - qemu.git/commit
cputlb: Byte swap memory transaction attribute
authorTony Nguyen <[email protected]>
Fri, 23 Aug 2019 18:36:56 +0000 (04:36 +1000)
committerRichard Henderson <[email protected]>
Tue, 3 Sep 2019 15:30:39 +0000 (08:30 -0700)
commita26fc6f5152b47f1d7ed928f9c9d462d01ff1624
treec7ef59b7146b37a2baf70e2af17a0e0d6d406a8c
parent9bf825bf3df4ebae3af51566c8088e3f1249a910
cputlb: Byte swap memory transaction attribute

Notice new attribute, byte swap, and force the transaction through the
memory slow path.

Required by architectures that can invert endianness of memory
transaction, e.g. SPARC64 has the Invert Endian TTE bit.

Suggested-by: Richard Henderson <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <2a10a1f1c00a894af1212c8f68ef09c2966023c1.1566466906[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
accel/tcg/cputlb.c
include/exec/memattrs.h
This page took 0.02541 seconds and 4 git commands to generate.