On Wed, 11 Sept 2024 at 05:33, Jacob Abrams <satur9n...@gmail.com> wrote: > > SW modifying USART_CR1 TE bit should cuase HW to respond by altering > USART_ISR TEACK bit, and likewise for RE and REACK bit. > > This resolves some but not all issues necessary for the official STM USART > HAL driver to function as is. > > Fixes: 87b77e6e01ca ("hw/char/stm32l4x5_usart: Enable serial read and write") > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2540 > Signed-off-by: Jacob Abrams <satur9n...@gmail.com> > ---
Applied to target-arm.next, thanks. -- PMM