Re: [PATCH 8/8] hw/ppc: Remove unused ppcuic_init()

2020-12-13 Thread Edgar E. Iglesias
On Sat, Dec 12, 2020 at 12:15:37AM +, Peter Maydell wrote: > Now we've converted all the callsites to directly create the QOM UIC > device themselves, the ppcuic_init() function is unused and can be > removed. The enum defining PPCUIC symbolic constants can be moved > to the ppc-uic.h header

[PATCH 8/8] hw/ppc: Remove unused ppcuic_init()

2020-12-11 Thread Peter Maydell
Now we've converted all the callsites to directly create the QOM UIC device themselves, the ppcuic_init() function is unused and can be removed. The enum defining PPCUIC symbolic constants can be moved to the ppc-uic.h header where it more naturally belongs. Signed-off-by: Peter Maydell ---