Re: [PATCH 2/5] hw/char/serial: Remove unused funtion

2024-08-15 Thread Bernhard Beschow
Am 15. August 2024 09:26:38 UTC schrieb "Philippe Mathieu-Daudé" : >On 15/8/24 10:24, Mark Cave-Ayland wrote: >> On 14/08/2024 22:38, BALATON Zoltan wrote: >> >>> On Wed, 14 Aug 2024, Bernhard Beschow wrote: The serial port's frequency is set via the "baudbase" property nowadays. >>> >>>

Re: [PATCH 2/5] hw/char/serial: Remove unused funtion

2024-08-15 Thread Philippe Mathieu-Daudé
On 15/8/24 10:24, Mark Cave-Ayland wrote: On 14/08/2024 22:38, BALATON Zoltan wrote: On Wed, 14 Aug 2024, Bernhard Beschow wrote: The serial port's frequency is set via the "baudbase" property nowadays. Please keep it as some devices might have registers that set this freq and this function

Re: [PATCH 2/5] hw/char/serial: Remove unused funtion

2024-08-15 Thread Mark Cave-Ayland
On 14/08/2024 22:38, BALATON Zoltan wrote: On Wed, 14 Aug 2024, Bernhard Beschow wrote: The serial port's frequency is set via the "baudbase" property nowadays. Please keep it as some devices might have registers that set this freq and this function will be needed for emulating that even if

Re: [PATCH 2/5] hw/char/serial: Remove unused funtion

2024-08-14 Thread BALATON Zoltan
On Wed, 14 Aug 2024, Bernhard Beschow wrote: The serial port's frequency is set via the "baudbase" property nowadays. Please keep it as some devices might have registers that set this freq and this function will be needed for emulating that even if it's not emulated currently. Regards, BALA