Re: [PATCH v4 05/14] simpletrace: update code for Python 3.11

2023-09-05 Thread Philippe Mathieu-Daudé
On 23/8/23 10:54, Mads Ynddal wrote: From: Mads Ynddal The call to `getargspec` was deprecated and in Python 3.11 it has been removed in favor of `getfullargspec`. `getfullargspec` is compatible with QEMU's requirement of at least Python version 3.6. Signed-off-by: Mads Ynddal Reviewed-by: St

[PATCH v4 05/14] simpletrace: update code for Python 3.11

2023-08-23 Thread Mads Ynddal
From: Mads Ynddal The call to `getargspec` was deprecated and in Python 3.11 it has been removed in favor of `getfullargspec`. `getfullargspec` is compatible with QEMU's requirement of at least Python version 3.6. Signed-off-by: Mads Ynddal Reviewed-by: Stefan Hajnoczi --- scripts/simpletrace