Re: [Qemu-devel] [PATCH v5 2/5] qtest: Add scripts/qtest.py

2015-01-26 Thread Max Reitz
On 2015-01-16 at 03:46, Fam Zheng wrote: This adds scripts/qtest.py as a python library for qtest protocol. This is a skeleton with a basic "cmd" method to execute a command, reading and parsing of qtest output could be added later on demand. Signed-off-by: Fam Zheng --- scripts/qtest.py | 7

[Qemu-devel] [PATCH v5 2/5] qtest: Add scripts/qtest.py

2015-01-16 Thread Fam Zheng
This adds scripts/qtest.py as a python library for qtest protocol. This is a skeleton with a basic "cmd" method to execute a command, reading and parsing of qtest output could be added later on demand. Signed-off-by: Fam Zheng --- scripts/qtest.py | 71 ++