Re: [PATCH v4 1/2] virDomainVirtioSerialAddrAssign: Fix virtio console port assignment on vioserial bus

2025-06-05 Thread Aaron Brown
Thank you Ján, I have fixed this in the next version

Re: [PATCH v4 0/2] Fix virtio console port assignment issue

2025-06-05 Thread Aaron Brown
My apologies Peter, this is my first time upstream. The first two versions were internally reviewed

Re: [PATCH v1] virBitmapNextClearBit: Correct virBitmapNextClearBit function header comment

2025-07-23 Thread Aaron Brown
> and merged. Congratulations on your first libvirt contribution! Thank you Michal ! Glad to help :-)

Re: [PATCH v6 2/3] domain_addr: Fix virtio console port autoassign on virtio-serial bus

2025-07-25 Thread Aaron Brown
> So while I agree that it needs to work properly with the reservation > code, with the way the code is structured I don't think we should hide > something which reserves ports into code that is not expected to do > that. Yeah, I see what you're saying. Given this, there are some options available

Re: [PATCH v6 2/3] domain_addr: Fix virtio console port autoassign on virtio-serial bus

2025-07-24 Thread Aaron Brown
> On Tue, Jul 22, 2025 at 13:50:19 -0400, Aaron M. Brown wrote: > > One definition per line. > Okay I will remember that going forward! > > This is suspicious because this function until now just returned the > next eligible port, but now it's also reserving it which doesn't seem to > fit well