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

2018-05-30 Thread Stefan Hajnoczi
On Tue, May 29, 2018 at 03:37:29PM -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

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

2018-05-29 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