Re: [Qemu-devel] [RFC 01/24] qemu.py: Introduce _create_console() method

2018-05-11 Thread Cleber Rosa
On 04/20/2018 03:56 PM, Eduardo Habkost wrote: > On Fri, Apr 20, 2018 at 03:19:28PM -0300, Eduardo Habkost wrote: >> From: Amador Pahim >> >> This patch adds the QEMUMachine._create_console() method, which >> returns a list with the chardev console device arguments to be >> used in the qemu comm

Re: [Qemu-devel] [RFC 01/24] qemu.py: Introduce _create_console() method

2018-04-23 Thread Eduardo Habkost
On Mon, Apr 23, 2018 at 05:26:13AM +0200, Thomas Huth wrote: > On 20.04.2018 21:56, Eduardo Habkost wrote: > > On Fri, Apr 20, 2018 at 03:19:28PM -0300, Eduardo Habkost wrote: > >> From: Amador Pahim > >> > >> This patch adds the QEMUMachine._create_console() method, which > >> returns a list with

Re: [Qemu-devel] [RFC 01/24] qemu.py: Introduce _create_console() method

2018-04-22 Thread Thomas Huth
On 20.04.2018 21:56, Eduardo Habkost wrote: > On Fri, Apr 20, 2018 at 03:19:28PM -0300, Eduardo Habkost wrote: >> From: Amador Pahim >> >> This patch adds the QEMUMachine._create_console() method, which >> returns a list with the chardev console device arguments to be >> used in the qemu command l

Re: [Qemu-devel] [RFC 01/24] qemu.py: Introduce _create_console() method

2018-04-20 Thread Eduardo Habkost
On Fri, Apr 20, 2018 at 03:19:28PM -0300, Eduardo Habkost wrote: > From: Amador Pahim > > This patch adds the QEMUMachine._create_console() method, which > returns a list with the chardev console device arguments to be > used in the qemu command line. > > Signed-off-by: Amador Pahim > [ehabkost

[Qemu-devel] [RFC 01/24] qemu.py: Introduce _create_console() method

2018-04-20 Thread Eduardo Habkost
From: Amador Pahim This patch adds the QEMUMachine._create_console() method, which returns a list with the chardev console device arguments to be used in the qemu command line. Signed-off-by: Amador Pahim [ehabkost: reword commit message] Signed-off-by: Eduardo Habkost --- scripts/qemu.py | 4