Re: [Qemu-devel] [PATCH v4 4/5] scripts/qemu.py: introduce set_console() method

2018-05-31 Thread Stefan Hajnoczi
On Wed, May 30, 2018 at 02:41:55PM -0400, Cleber Rosa wrote: > The set_console() method is intended to ease higher level use cases > that require a console device. > > The amount of intelligence is limited on purpose, requiring either the > device type explicitly, or the existence of a machine (pa

Re: [Qemu-devel] [PATCH v4 4/5] scripts/qemu.py: introduce set_console() method

2018-05-30 Thread Philippe Mathieu-Daudé
On 05/30/2018 03:41 PM, Cleber Rosa wrote: > The set_console() method is intended to ease higher level use cases > that require a console device. > > The amount of intelligence is limited on purpose, requiring either the > device type explicitly, or the existence of a machine (pattern) > definitio

[Qemu-devel] [PATCH v4 4/5] scripts/qemu.py: introduce set_console() method

2018-05-30 Thread Cleber Rosa
The set_console() method is intended to ease higher level use cases that require a console device. The amount of intelligence is limited on purpose, requiring either the device type explicitly, or the existence of a machine (pattern) definition. Because of the console device type selection criter