Re: [Qemu-devel] [PATCH] scripts/qemu.py: allow to launch the VM without a monitor

2018-11-21 Thread Wainer dos Santos Moschetta
On 11/21/2018 01:56 PM, Caio Carrara wrote: Hello Wainer and Eduardo, On Tue, Nov 20, 2018 at 05:02:38PM -0200, Eduardo Habkost wrote: On Tue, Nov 20, 2018 at 11:53:00AM -0500, Wainer dos Santos Moschetta wrote: QEMUMachine launches the VM with a monitor enabled, afterwards a qmp connection

Re: [Qemu-devel] [PATCH] scripts/qemu.py: allow to launch the VM without a monitor

2018-11-21 Thread Eduardo Habkost
On Wed, Nov 21, 2018 at 01:56:00PM -0200, Caio Carrara wrote: > Hello Wainer and Eduardo, > > On Tue, Nov 20, 2018 at 05:02:38PM -0200, Eduardo Habkost wrote: > > On Tue, Nov 20, 2018 at 11:53:00AM -0500, Wainer dos Santos Moschetta wrote: > > > QEMUMachine launches the VM with a monitor enabled,

Re: [Qemu-devel] [PATCH] scripts/qemu.py: allow to launch the VM without a monitor

2018-11-21 Thread Caio Carrara
Hello Wainer and Eduardo, On Tue, Nov 20, 2018 at 05:02:38PM -0200, Eduardo Habkost wrote: > On Tue, Nov 20, 2018 at 11:53:00AM -0500, Wainer dos Santos Moschetta wrote: > > QEMUMachine launches the VM with a monitor enabled, afterwards > > a qmp connection is attempted on _post_launch(). In case

Re: [Qemu-devel] [PATCH] scripts/qemu.py: allow to launch the VM without a monitor

2018-11-20 Thread Eduardo Habkost
On Tue, Nov 20, 2018 at 11:53:00AM -0500, Wainer dos Santos Moschetta wrote: > QEMUMachine launches the VM with a monitor enabled, afterwards > a qmp connection is attempted on _post_launch(). In case > the QEMU process exits with an error, qmp.accept() reaches > timeout and raises an exception. >