Re: [PATCH v7 1/8] vt82c686: Implement control of serial port io ranges via config regs

2021-03-23 Thread BALATON Zoltan
On Tue, 23 Mar 2021, Mark Cave-Ayland wrote: On 23/03/2021 12:54, BALATON Zoltan wrote: On Wed, 10 Mar 2021, BALATON Zoltan wrote: In VIA super south bridge the io ranges of superio components (parallel and serial ports and FDC) can be controlled by superio config registers to set their base ad

Re: [PATCH v7 1/8] vt82c686: Implement control of serial port io ranges via config regs

2021-03-23 Thread Mark Cave-Ayland
On 23/03/2021 12:54, BALATON Zoltan wrote: On Wed, 10 Mar 2021, BALATON Zoltan wrote: In VIA super south bridge the io ranges of superio components (parallel and serial ports and FDC) can be controlled by superio config registers to set their base address and enable/disable them. This is not ea

Re: [PATCH v7 1/8] vt82c686: Implement control of serial port io ranges via config regs

2021-03-23 Thread BALATON Zoltan
On Wed, 10 Mar 2021, BALATON Zoltan wrote: In VIA super south bridge the io ranges of superio components (parallel and serial ports and FDC) can be controlled by superio config registers to set their base address and enable/disable them. This is not easy to implement in QEMU because ISA emulation

Re: [PATCH v7 1/8] vt82c686: Implement control of serial port io ranges via config regs

2021-03-11 Thread David Gibson
On Fri, Mar 12, 2021 at 12:47:54AM +0100, Philippe Mathieu-Daudé wrote: > ping for review? I'm not sure who you're asking for a review from. > > On 3/10/21 3:58 AM, BALATON Zoltan wrote: > > In VIA super south bridge the io ranges of superio components > > (parallel and serial ports and FDC) can

Re: [PATCH v7 1/8] vt82c686: Implement control of serial port io ranges via config regs

2021-03-11 Thread Philippe Mathieu-Daudé
ping for review? On 3/10/21 3:58 AM, BALATON Zoltan wrote: > In VIA super south bridge the io ranges of superio components > (parallel and serial ports and FDC) can be controlled by superio > config registers to set their base address and enable/disable them. > This is not easy to implement in QEM

[PATCH v7 1/8] vt82c686: Implement control of serial port io ranges via config regs

2021-03-09 Thread BALATON Zoltan
In VIA super south bridge the io ranges of superio components (parallel and serial ports and FDC) can be controlled by superio config registers to set their base address and enable/disable them. This is not easy to implement in QEMU because ISA emulation is only designed to set io base address once