qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 01/17] hw/misc/ivshmem: Fix missing ERRP_GUARD() for error_pr


From: Zhao Liu
Subject: Re: [PATCH 01/17] hw/misc/ivshmem: Fix missing ERRP_GUARD() for error_prepend()
Date: Fri, 1 Mar 2024 14:41:17 +0800

> > @@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]