Re: [PATCH for-9.2 15/53] hw/arm: Remove pxa2xx.c

2024-09-09 Thread Philippe Mathieu-Daudé
On 3/9/24 18:07, Peter Maydell wrote: All the callers of pxa270_init() and pxa255_init() have now been removed, so we can remove pxa2xx.c. This also removes the only uses of a lot of pxa2xx specific devices, which will be removed in subsequent commits. Signed-off-by: Peter Maydell --- include

[PATCH for-9.2 15/53] hw/arm: Remove pxa2xx.c

2024-09-03 Thread Peter Maydell
All the callers of pxa270_init() and pxa255_init() have now been removed, so we can remove pxa2xx.c. This also removes the only uses of a lot of pxa2xx specific devices, which will be removed in subsequent commits. Signed-off-by: Peter Maydell --- include/hw/arm/pxa.h | 78 -- hw/arm/pxa2xx.c