Re: [PATCH] qemu_domain: Drop ATTRIBUTE_NONNULL() for non-existent arguments

2023-03-22 Thread Kristina Hanicova
On Wed, Mar 22, 2023 at 2:59 PM Michal Privoznik wrote: > After cleanup done in v8.2.0-rc1~47 the > qemuDomainObjExitMonitor() and after v8.7.0-rc1~176 the > qemuDomainObjEnterMonitor() lost the @driver argument. But > corresponding ATTRIBUTE_NONNULL() annotation was not removed and > both functi

[PATCH] qemu_domain: Drop ATTRIBUTE_NONNULL() for non-existent arguments

2023-03-22 Thread Michal Privoznik
After cleanup done in v8.2.0-rc1~47 the qemuDomainObjExitMonitor() and after v8.7.0-rc1~176 the qemuDomainObjEnterMonitor() lost the @driver argument. But corresponding ATTRIBUTE_NONNULL() annotation was not removed and both functions are still annotated as ATTRIBUTE_NONNULL(2) even though they acc