Re: [Qemu-devel] [PATCH v2] qemu-options: Mark -virtioconsole as deprecated

2018-05-04 Thread Paolo Bonzini
On 04/05/2018 17:13, Thomas Huth wrote: > The qemu-doc already states that this option is only maintained for > backward compatibility and "-device virtconsole" should be used > instead. So let's take the next step and mark this option officially > as deprecated. > > Reviewed-by: Markus Armbruster

[Qemu-devel] [PATCH v2] qemu-options: Mark -virtioconsole as deprecated

2018-05-04 Thread Thomas Huth
The qemu-doc already states that this option is only maintained for backward compatibility and "-device virtconsole" should be used instead. So let's take the next step and mark this option officially as deprecated. Reviewed-by: Markus Armbruster Signed-off-by: Thomas Huth --- v2: - Addressed