]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - trace-events
trace: expand mem_info:size_shift to 4 bits
[thirdparty/qemu.git] / trace-events
index 20821ba545c78b18c97837e1a66dceadf951d0f9..22133dfd3fa911340415a30a4f01db8c198777bc 100644 (file)
@@ -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 */