Re: [Qemu-devel] [PATCH v4 06/11] tests/vm: serial console support helpers

2019-06-17 Thread Philippe Mathieu-Daudé
On 6/17/19 6:38 AM, Gerd Hoffmann wrote: > Add a bunch of helpers to talk to the guest using the > serial console. > > Also drop the hard-coded -serial parameter for the vm > so QEMUMachine.set_console() actually works. > > Signed-off-by: Gerd Hoffmann > Tested-by: Thomas Huth >From v3: Review

[Qemu-devel] [PATCH v4 06/11] tests/vm: serial console support helpers

2019-06-16 Thread Gerd Hoffmann
Add a bunch of helpers to talk to the guest using the serial console. Also drop the hard-coded -serial parameter for the vm so QEMUMachine.set_console() actually works. Signed-off-by: Gerd Hoffmann Tested-by: Thomas Huth --- tests/vm/basevm.py | 86 -