On a Monday in 2025, Peter Krempa via Devel wrote:
On Thu, May 22, 2025 at 21:27:34 -0400, Aaron M. Brown wrote:
> This change fixes an issue with virito console port assignment on vioserial buses.
s/viritio/virtio/
Jano
> Currently, a virtio console device cannot be assigned to a port
greater than 0 on
> vioserial buses. When trying to add more than one virtio console device on a single
> vioserial bus, you will get a port already exists with id 0 error.
Ideally paste the error verbatim here rather than paraphrasing it, so
that it can be looked up.
> Therefore, the data needs to be passed back into info when allowZero is true
>
> Fixes: 16db8d2ec540 ("Add functions to track virtio-serial addresses")
> Reviewed-by: Boris Fiuczynski <fiuczy(a)linux.ibm.com>
> Signed-off-by: Aaron M. Brown <aaronmbr(a)linux.ibm.com>
> ---
> src/conf/domain_addr.c | 6 ++++++