Re: [PATCH 0/2 for 8.0] Update index after allocating port for isa-serial device

2022-01-14 Thread Divya Garg
On 14/01/22 8:17 pm, Michal Prívozník wrote: On 1/13/22 15:43, Michal Prívozník wrote: On 1/13/22 08:33, Divya Garg wrote: Issue Divya Garg (2): Add the port allocation logic for isa-serial devices. qemu: add index for isa-serial device using target.port 61 files changed, 156

Re: [PATCH 0/2 for 8.0] Update index after allocating port for isa-serial device

2022-01-14 Thread Divya Garg
On 13/01/22 8:13 pm, Michal Prívozník wrote: On 1/13/22 08:33, Divya Garg wrote: Issue Divya Garg (2): Add the port allocation logic for isa-serial devices. qemu: add index for isa-serial device using target.port 61 files changed, 156 insertions(+), 90 deletions(-) Hey, couple of

Re: [PATCH 0/2 for 8.0] Update index after allocating port for isa-serial device

2022-01-14 Thread Michal Prívozník
On 1/13/22 15:43, Michal Prívozník wrote: > On 1/13/22 08:33, Divya Garg wrote: >> Issue > >> >> Divya Garg (2): >> Add the port allocation logic for isa-serial devices. >> qemu: add index for isa-serial device using target.port > > >> 61 files changed, 156 insertions(+), 90 deletions(-)

Re: [PATCH 0/2 for 8.0] Update index after allocating port for isa-serial device

2022-01-13 Thread Ani Sinha
On Thu, Jan 13, 2022 at 10:30 PM Divya Garg wrote: > > On 13/01/22 9:41 pm, Peter Krempa wrote: > > On Thu, Jan 13, 2022 at 21:27:24 +0530, Ani Sinha wrote: > > On Thu, Jan 13, 2022 at 20:13 Michal Prívozník > wrote: > > > On 1/13/22 08:33, Divya Garg wrote: > > Speaking of which, we > > are

Re: [PATCH 0/2 for 8.0] Update index after allocating port for isa-serial device

2022-01-13 Thread Divya Garg
On 13/01/22 9:41 pm, Peter Krempa wrote: On Thu, Jan 13, 2022 at 21:27:24 +0530, Ani Sinha wrote: On Thu, Jan 13, 2022 at 20:13 Michal Prívozník wrote: On 1/13/22 08:33, Divya Garg wrote: Speaking of which, we are currently in freeze, preparing for tomorrow's release. so I'll push these

Re: [PATCH 0/2 for 8.0] Update index after allocating port for isa-serial device

2022-01-13 Thread Peter Krempa
On Thu, Jan 13, 2022 at 21:27:24 +0530, Ani Sinha wrote: > On Thu, Jan 13, 2022 at 20:13 Michal Prívozník wrote: > > > On 1/13/22 08:33, Divya Garg wrote: > > > Speaking of which, we > > are currently in freeze, preparing for tomorrow's release. so I'll push > > these tomorrow. > > > >

Re: [PATCH 0/2 for 8.0] Update index after allocating port for isa-serial device

2022-01-13 Thread Ani Sinha
On Thu, Jan 13, 2022 at 20:13 Michal Prívozník wrote: > On 1/13/22 08:33, Divya Garg wrote: > > Speaking of which, we > are currently in freeze, preparing for tomorrow's release. so I'll push > these tomorrow. Shouldn’t the bug fix patch have been part of tomorrows release? I thought bug

Re: [PATCH 0/2 for 8.0] Update index after allocating port for isa-serial device

2022-01-13 Thread Michal Prívozník
On 1/13/22 08:33, Divya Garg wrote: > Issue > > Divya Garg (2): > Add the port allocation logic for isa-serial devices. > qemu: add index for isa-serial device using target.port > 61 files changed, 156 insertions(+), 90 deletions(-) > Hey, couple of points. Usually, when sending new