On 18/10/2023 15.30, Philippe Mathieu-Daudé wrote:
pnv_xscom_realize() is not used to *realize* QDev object, rename it as pnv_xscom_init(). The Error** argument is unused: remove it.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- include/hw/ppc/pnv_xscom.h | 2 +- hw/ppc/pnv.c | 18 +++--------------- hw/ppc/pnv_xscom.c | 2 +- 3 files changed, 5 insertions(+), 17 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>