Re: [Qemu-devel] [PULL 4/7] scripts: refactor the VM class in iotests for reuse

2016-07-26 Thread Daniel P. Berrange
On Tue, Jul 26, 2016 at 02:23:52AM +0200, Max Reitz wrote: > On 22.07.2016 10:00, Amit Shah wrote: > > From: "Daniel P. Berrange" > > > > The iotests module has a python class for controlling QEMU > > processes. Pull the generic functionality out of this file > > and create a scripts/qemu.py modu

Re: [Qemu-devel] [PULL 4/7] scripts: refactor the VM class in iotests for reuse

2016-07-25 Thread Max Reitz
On 22.07.2016 10:00, Amit Shah wrote: > From: "Daniel P. Berrange" > > The iotests module has a python class for controlling QEMU > processes. Pull the generic functionality out of this file > and create a scripts/qemu.py module containing a QEMUMachine > class. Put the QTest integration support

Re: [Qemu-devel] [PULL 4/7] scripts: refactor the VM class in iotests for reuse

2016-07-25 Thread Max Reitz
On 22.07.2016 10:00, Amit Shah wrote: > From: "Daniel P. Berrange" > > The iotests module has a python class for controlling QEMU > processes. Pull the generic functionality out of this file > and create a scripts/qemu.py module containing a QEMUMachine > class. Put the QTest integration support

[Qemu-devel] [PULL 4/7] scripts: refactor the VM class in iotests for reuse

2016-07-22 Thread Amit Shah
From: "Daniel P. Berrange" The iotests module has a python class for controlling QEMU processes. Pull the generic functionality out of this file and create a scripts/qemu.py module containing a QEMUMachine class. Put the QTest integration support into a subclass QEMUQtestMachine. Signed-off-by: