On Sun, 17 May 2026 at 18:19, Richard Henderson <[email protected]> wrote: > > On 5/12/26 13:34, Peter Maydell wrote: > > The OMAP DMA device includes a lot of code which has been disabled > > via ifdefs for over a decade. Whatever this unfinished development > > work was, all knowledge of it is long gone, and we're unlikely to > > be doing any serious work on this device model in future. If we > > did, we'd likely have to start from scratch. > > > > Remove all the ifdeffed out code. > > > > Signed-off-by: Peter Maydell<[email protected]> > > --- > > hw/dma/omap_dma.c | 94 ----------------------------------------------- > > 1 file changed, 94 deletions(-) > > There's a bunch of code that's mis-indented after removing some ifdef'd if > blocks.
Yes; I deliberately didn't reindent as the patch diff would then be harder to read. I should have put in a separate reindent patch afterwards, though. -- PMM
