On 20/10/2023 15.03, Philippe Mathieu-Daudé wrote:
qbus_new(), called in i2c_init_bus(), should not be called on unrealized device.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- hw/arm/pxa2xx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>