Re: [Qemu-devel] [PATCH 11/18] scripts/qemu.py: support adding a console with the default serial device

2019-01-31 Thread Cleber Rosa
On 1/31/19 1:49 PM, Wainer dos Santos Moschetta wrote: > Hi Cleber, > > me again. :) > > On 01/17/2019 04:56 PM, Cleber Rosa wrote: >> The set_console() utility function traditionally adds a device either >> based on the explicitly given device type, or based on the machine type, >> a known

Re: [Qemu-devel] [PATCH 11/18] scripts/qemu.py: support adding a console with the default serial device

2019-01-31 Thread Wainer dos Santos Moschetta
Hi Cleber, me again. :) On 01/17/2019 04:56 PM, Cleber Rosa wrote: The set_console() utility function traditionally adds a device either based on the explicitly given device type, or based on the machine type, a known good type of device. But, for a number of machine types, it may be

Re: [Qemu-devel] [PATCH 11/18] scripts/qemu.py: support adding a console with the default serial device

2019-01-21 Thread Caio Carrara
On Thu, Jan 17, 2019 at 01:56:21PM -0500, Cleber Rosa wrote: > The set_console() utility function traditionally adds a device either > based on the explicitly given device type, or based on the machine type, > a known good type of device. > > But, for a number of machine types, it may be

[Qemu-devel] [PATCH 11/18] scripts/qemu.py: support adding a console with the default serial device

2019-01-17 Thread Cleber Rosa
The set_console() utility function traditionally adds a device either based on the explicitly given device type, or based on the machine type, a known good type of device. But, for a number of machine types, it may be impossible or inconvenient to add the devices my means of "-device" command