mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
trace: expand mem_info:size_shift to 4 bits
This will allow us to trace 32k-long memory accesses (although our maximum is something like 256 bytes at the moment). Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Emilio G. Cota <cota@braap.org> [AJB: expanded to 3->4 bits] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
committed by
Alex Bennée
parent
9bb7350232
commit
291987c306
@ -149,7 +149,7 @@ vcpu guest_cpu_reset(void)
|
||||
# Access information can be parsed as:
|
||||
#
|
||||
# struct mem_info {
|
||||
# uint8_t size_shift : 2; /* interpreted as "1 << size_shift" bytes */
|
||||
# uint8_t size_shift : 4; /* interpreted as "1 << size_shift" bytes */
|
||||
# bool sign_extend: 1; /* sign-extended */
|
||||
# uint8_t endianness : 1; /* 0: little, 1: big */
|
||||
# bool store : 1; /* wheter it's a store operation */
|
||||
|
Reference in New Issue
Block a user