Re: [PATCH] trace: update qemu-trace-stap to Python 3

2020-01-07 Thread Stefan Hajnoczi
On Tue, Jan 07, 2020 at 11:24:38AM +, Stefan Hajnoczi wrote: > qemu-trace-stap does not support Python 3 yet: > > $ scripts/qemu-trace-stap list path/to/qemu-system-x86_64 > Traceback (most recent call last): > File "scripts/qemu-trace-stap", line 175, in > main() > File "sc

Re: [PATCH] trace: update qemu-trace-stap to Python 3

2020-01-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200107112438.383958-1-stefa...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: N/A. Internal error while reading log file The full log is available at http://patchew.org/logs/20200107112438

Re: [PATCH] trace: update qemu-trace-stap to Python 3

2020-01-07 Thread Daniel P . Berrangé
On Tue, Jan 07, 2020 at 11:24:38AM +, Stefan Hajnoczi wrote: > qemu-trace-stap does not support Python 3 yet: > > $ scripts/qemu-trace-stap list path/to/qemu-system-x86_64 > Traceback (most recent call last): > File "scripts/qemu-trace-stap", line 175, in > main() > File "sc

[PATCH] trace: update qemu-trace-stap to Python 3

2020-01-07 Thread Stefan Hajnoczi
qemu-trace-stap does not support Python 3 yet: $ scripts/qemu-trace-stap list path/to/qemu-system-x86_64 Traceback (most recent call last): File "scripts/qemu-trace-stap", line 175, in main() File "scripts/qemu-trace-stap", line 171, in main args.func(args) File "scrip