Re: [Qemu-devel] [PATCH v4 05/11] tests/vm: add vm-boot-{ssh, serial}- targets

2019-06-17 Thread Philippe Mathieu-Daudé
On 6/17/19 6:38 AM, Gerd Hoffmann wrote: > For testing/troubleshooting convinience. "convenience" (v3) > make vm-boot-serial- > Boot guest, with the serial console on stdio. > > make vm-boot-ssh- > Boot guest, login via ssh. > > Signed-off-by: Gerd Hoffmann > Tested-by: Thomas Huth > ---

[Qemu-devel] [PATCH v4 05/11] tests/vm: add vm-boot-{ssh, serial}- targets

2019-06-16 Thread Gerd Hoffmann
For testing/troubleshooting convinience. make vm-boot-serial- Boot guest, with the serial console on stdio. make vm-boot-ssh- Boot guest, login via ssh. Signed-off-by: Gerd Hoffmann Tested-by: Thomas Huth --- tests/vm/Makefile.include | 19 +++ 1 file changed, 19 insertion