[PATCH v2 0/4] Series of fixes for PL011 char device

Evgeny Iakovlev posted 4 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230117220523.20911-1-eiakovlev@linux.microsoft.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
hw/char/pl011.c         | 78 +++++++++++++++++++++++++++++++----------
include/hw/char/pl011.h |  5 ++-
2 files changed, 64 insertions(+), 19 deletions(-)
[PATCH v2 0/4] Series of fixes for PL011 char device
Posted by Evgeny Iakovlev 1 year, 3 months ago
v2:
* Moved FIFO depth refactoring part of FIFO flags change into its own
  commit.
* Added a reset method for PL011

Evgeny Iakovlev (4):
  hw/char/pl011: refactor FIFO depth handling code
  hw/char/pl011: implement a reset method
  hw/char/pl011: better handling of FIFO flags on LCR reset
  hw/char/pl011: check if UART is enabled before RX or TX operation

 hw/char/pl011.c         | 78 +++++++++++++++++++++++++++++++----------
 include/hw/char/pl011.h |  5 ++-
 2 files changed, 64 insertions(+), 19 deletions(-)

-- 
2.34.1