Re: [PATCH] hw/arm/omap1: Remove unused omap_uwire_attach() method

2024-10-04 Thread Peter Maydell
On Tue, 3 Sept 2024 at 22:53, Philippe Mathieu-Daudé wrote: > > The recently removed 'cheetah' machine was the single user > of the omap_uwire_attach() method. Remove it altogether with > the uWireSlave structure. Replace the send/receive callbacks > by Unimplemented logging. > > Signed-off-by: Ph

[PATCH] hw/arm/omap1: Remove unused omap_uwire_attach() method

2024-09-03 Thread Philippe Mathieu-Daudé
The recently removed 'cheetah' machine was the single user of the omap_uwire_attach() method. Remove it altogether with the uWireSlave structure. Replace the send/receive callbacks by Unimplemented logging. Signed-off-by: Philippe Mathieu-Daudé --- Based-on: <20240903160751.4100218-1-peter.mayd..