Re: [PATCH v4 02/14] simpletrace: annotate magic constants from QEMU code

2023-09-14 Thread Stefan Hajnoczi
On Wed, Aug 23, 2023 at 10:54:17AM +0200, Mads Ynddal wrote: > From: Mads Ynddal > > It wasn't clear where the constants and structs came from, so I added > comments to help. > > Signed-off-by: Mads Ynddal > --- > scripts/simpletrace.py | 5 + > 1 file changed, 5 insertions(+) Reviewed-by

[PATCH v4 02/14] simpletrace: annotate magic constants from QEMU code

2023-08-23 Thread Mads Ynddal
From: Mads Ynddal It wasn't clear where the constants and structs came from, so I added comments to help. Signed-off-by: Mads Ynddal --- scripts/simpletrace.py | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/simpletrace.py b/scripts/simpletrace.py index b221d9a241..5c230a1b74