Re: [Xen-devel] [PATCH] ns16550/PCI: fix skipping of devices

2018-11-29 Thread Wei Liu
On Mon, Oct 01, 2018 at 09:57:56AM -0600, Jan Beulich wrote: > Selecting between single/multiple BAR mode should happen after checking > whether to skip the present device, or else multi-BAR devices won't be > skipped correctly, due to port_idx getting set to zero in that case. > > Signed-off-by:

[Xen-devel] [PATCH] ns16550/PCI: fix skipping of devices

2018-10-01 Thread Jan Beulich
Selecting between single/multiple BAR mode should happen after checking whether to skip the present device, or else multi-BAR devices won't be skipped correctly, due to port_idx getting set to zero in that case. Signed-off-by: Jan Beulich --- a/xen/drivers/char/ns16550.c +++ b/xen/drivers/char/n