[PATCH 0/2] hw/char/sh_serial: QOM housekeeping

Philippe Mathieu-Daudé posted 2 patches 2 months, 1 week ago
hw/char/sh_serial.c | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
[PATCH 0/2] hw/char/sh_serial: QOM housekeeping
Posted by Philippe Mathieu-Daudé 2 months, 1 week ago
- Parity in realize / unrealize
- Define TypeInfo structure

Philippe Mathieu-Daudé (2):
  hw/char/sh_serial: Delete fifo_timeout_timer in DeviceUnrealize
  hw/char/sh_serial: Convert to TypeInfo

 hw/char/sh_serial.c | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

-- 
2.47.1


Re: [PATCH 0/2] hw/char/sh_serial: QOM housekeeping
Posted by Philippe Mathieu-Daudé 1 month, 3 weeks ago
On 24/1/25 18:50, Philippe Mathieu-Daudé wrote:
> - Parity in realize / unrealize
> - Define TypeInfo structure
> 
> Philippe Mathieu-Daudé (2):
>    hw/char/sh_serial: Delete fifo_timeout_timer in DeviceUnrealize
>    hw/char/sh_serial: Convert to TypeInfo
> 
>   hw/char/sh_serial.c | 24 ++++++++++++++----------
>   1 file changed, 14 insertions(+), 10 deletions(-)
> 

ping?