Re: [Qemu-devel] [PATCH v3 01/50] trace: expand mem_info:size_shift to 3 bits

2019-06-17 Thread Richard Henderson
On 6/17/19 1:22 AM, Alex Bennée wrote: > > Richard Henderson writes: > >> On 6/14/19 10:11 AM, Alex Bennée wrote: >>> From: "Emilio G. Cota" >>> >>> This will allow us to trace 16B-long memory accesses. >>> >>> Reviewed-by: Alex Bennée >>> Signed-off-by: Emilio G. Cota >>> --- >>> trace-even

Re: [Qemu-devel] [PATCH v3 01/50] trace: expand mem_info:size_shift to 3 bits

2019-06-17 Thread Alex Bennée
Richard Henderson writes: > On 6/14/19 10:11 AM, Alex Bennée wrote: >> From: "Emilio G. Cota" >> >> This will allow us to trace 16B-long memory accesses. >> >> Reviewed-by: Alex Bennée >> Signed-off-by: Emilio G. Cota >> --- >> trace-events | 2 +- >> 1 file changed, 1 insertion(+), 1 delet

Re: [Qemu-devel] [PATCH v3 01/50] trace: expand mem_info:size_shift to 3 bits

2019-06-16 Thread Richard Henderson
On 6/14/19 10:11 AM, Alex Bennée wrote: > From: "Emilio G. Cota" > > This will allow us to trace 16B-long memory accesses. > > Reviewed-by: Alex Bennée > Signed-off-by: Emilio G. Cota > --- > trace-events | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/trace-events b

[Qemu-devel] [PATCH v3 01/50] trace: expand mem_info:size_shift to 3 bits

2019-06-14 Thread Alex Bennée
From: "Emilio G. Cota" This will allow us to trace 16B-long memory accesses. Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota --- trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace-events b/trace-events index 844ee58dd9..037169aab3 100644 --- a/trace-