Re: [Qemu-devel] [PATCH] device-crash-test: Convert to Python 3

2019-01-30 Thread Nisarg Shah
Thanks for the review. On 1/24/19 12:20 AM, Eduardo Habkost wrote: This breaks Python 2 support: $ python2 scripts/device-crash-test File "scripts/device-crash-test", line 534 print("No QEMU binary found", file=sys.stderr) ^ SyntaxError: invalid s

[Qemu-devel] [PATCH] device-crash-test: Convert to Python 3

2019-01-16 Thread Nisarg Shah
Apply 2to3 tool to scripts/device-crash-test. Restrict whitelist entry stats in debug mode to be sorted only by "count", since Python 3 does not implicitly support comparing dictionaries. Signed-off-by: Nisarg Shah --- scripts/device-crash-test | 7 --- 1 file changed, 4 insert