Re: [PATCH] dbus-vmstate: Restrict error checks to registered proxies in dbus_get_proxies

2021-11-26 Thread Marc-André Lureau
Hi On Fri, Nov 26, 2021 at 10:49 AM Priyankar Jain wrote: > The purpose of dbus_get_proxies to construct the proxies corresponding to > the > IDs registered to dbus-vmstate. > > Currenty, this function returns an error in case there is any failure > while instantiating proxy for "all" the names

[PATCH] dbus-vmstate: Restrict error checks to registered proxies in dbus_get_proxies

2021-11-25 Thread Priyankar Jain
The purpose of dbus_get_proxies to construct the proxies corresponding to the IDs registered to dbus-vmstate. Currenty, this function returns an error in case there is any failure while instantiating proxy for "all" the names on dbus. Ideally this function should error out only if it is not able