Re: [RFC v3 1/2] Add the port allocation logic for isa-serial devices.

2022-01-11 Thread Ani Sinha
On Tue, 11 Jan 2022, Divya Garg wrote: > > On 11/01/22 4:09 pm, Ani Sinha wrote: > > Please add SOB. > Yes Thankyou so much. Should I have a new version for it or on the same thread > send > the updated patches ? I am fine with your bugfix patch patch 2. DanPB and others, could you guys

Re: [RFC v3 1/2] Add the port allocation logic for isa-serial devices.

2022-01-11 Thread Divya Garg
On 11/01/22 4:09 pm, Ani Sinha wrote: Please add SOB. Yes Thankyou so much. Should I have a new version for it or on the same thread send the updated patches ? On Mon, 10 Jan 2022, Divya Garg wrote: This commit takes care of following cases: -> Check availability of requested ports.

Re: [RFC v3 1/2] Add the port allocation logic for isa-serial devices.

2022-01-11 Thread Ani Sinha
Please add SOB. On Mon, 10 Jan 2022, Divya Garg wrote: > This commit takes care of following cases: > -> Check availability of requested ports. > ->The total number of requested ports should not be more than > VIR_MAX_ISA_SERIAL_PORTS. > ->The ports requested should be less than

[RFC v3 1/2] Add the port allocation logic for isa-serial devices.

2022-01-10 Thread Divya Garg
This commit takes care of following cases: -> Check availability of requested ports. ->The total number of requested ports should not be more than VIR_MAX_ISA_SERIAL_PORTS. ->The ports requested should be less than VIR_MAX_ISA_SERIAL_PORTS. ->VIR_MAX_ISA_SERIAL_PORTS should correspond to