[Qemu-devel] [PATCH v3 3/5] qemu-iotests: Add VM method qtest() to iotests.py

2014-02-10 Thread Fam Zheng
This will allow test case to run command in qtest protocol. It's write-only for now. Signed-off-by: Fam Zheng --- tests/qemu-iotests/iotests.py | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py ind

Re: [Qemu-devel] [PATCH v3 3/5] qemu-iotests: Add VM method qtest() to iotests.py

2014-02-11 Thread Benoît Canet
The Tuesday 11 Feb 2014 à 14:41:00 (+0800), Fam Zheng wrote : > This will allow test case to run command in qtest protocol. It's > write-only for now. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/iotests.py | 17 +++-- > 1 file changed, 15 insertions(+), 2 deletions(-) >