[PATCH v3 0/2] Fix virtio console port assignment issue

Aaron M. Brown posted 2 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250522195611.70685-1-aaronmbr@linux.ibm.com
There is a newer version of this series
src/conf/domain_addr.c | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
[PATCH v3 0/2] Fix virtio console port assignment issue
Posted by Aaron M. Brown 3 months, 2 weeks ago
Changelog:
---
v3:
 - Added Reviewed-By
 - Included CI Results Link
---
v2:
 - Split patch into two commits
 - Added fixes tag
---


This libvirt patch does the following:
1. fixes an issue with virtio console device port assignment on vioserial buses
2. updates console port reservation comment and changes the allowZero variable to allowPortZero for clarity

Currently in libvirt, a virtio console device cannot be assigned a port number greater than zero on a vioserial bus. This leads to port collision errors when adding more than 1 virtio console device on a single vioserial bus.

After applying this patch, one can add multiple console ports under a single vioserial bus.

Here is a link to CI results for this series: https://gitlab.com/aaronbmalik/libvirt/-/pipelines/1831901334

Aaron M. Brown (2):
  Fix virtio console port assignment on vioserial bus
  Updates console port reservation comment and changes the allowZero
    variable to allowPortZero for clarity

 src/conf/domain_addr.c | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

--
2.39.5 (Apple Git-154)