Re: [PATCH v2 01/38] [DO-NOT-MERGE] qapi: add debugging tools

2020-09-23 Thread John Snow
On 9/22/20 7:43 PM, Cleber Rosa wrote: On Tue, Sep 22, 2020 at 05:00:24PM -0400, John Snow wrote: This adds some really childishly simple debugging tools. Maybe they're interesting for someone else, too? Signed-off-by: John Snow --- scripts/qapi/debug.py | 78

Re: [PATCH v2 01/38] [DO-NOT-MERGE] qapi: add debugging tools

2020-09-22 Thread Cleber Rosa
On Tue, Sep 22, 2020 at 05:00:24PM -0400, John Snow wrote: > This adds some really childishly simple debugging tools. Maybe they're > interesting for someone else, too? > > Signed-off-by: John Snow > --- > scripts/qapi/debug.py | 78 +++ > 1 file changed,

[PATCH v2 01/38] [DO-NOT-MERGE] qapi: add debugging tools

2020-09-22 Thread John Snow
This adds some really childishly simple debugging tools. Maybe they're interesting for someone else, too? Signed-off-by: John Snow --- scripts/qapi/debug.py | 78 +++ 1 file changed, 78 insertions(+) create mode 100644 scripts/qapi/debug.py diff --git a/