> > @@ -832,6 +832,7 @@ static void ivshmem_write_config(PCIDevice *pdev, > > uint32_t address, > > static void ivshmem_common_realize(PCIDevice *dev, Error **errp) > > { > > + ERRP_GUARD(); > > IVShmemState *s = IVSHMEM_COMMON(dev); > > Error *err = NULL; > > Please remove "err" and the error_propagate in here now.
OK, I hadn't thought of that. Thanks. Regards, Zhao