Re: [PATCH v2 0/3] Serial device cleanup

2024-09-05 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH v2 0/3] Serial device cleanup

2024-09-05 Thread Bernhard Beschow
This series extracts TYPE_SERIAL_MM into its own module and introduces a dedicated header for TYPE_SERIAL_ISA. The result is that no board directly depends on CONFIG_SERIAL or includes hw/char/serial.h any more. The first two patches are only paritally reviewed and would benefit from a few more R-