On Thu, Apr 02, 2026 at 11:12:26 -0400, Cole Robinson via Devel wrote: > + mark `def` as `const` > + allow NULL `def` > + allow NULL `src` > > Upcoming patches will need these > > Signed-off-by: Cole Robinson <[email protected]> > --- > src/qemu/qemu_domain.c | 8 +++++--- > src/qemu/qemu_domain.h | 2 +- > 2 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c > index f494c6469b..d3daa0fe17 100644 > --- a/src/qemu/qemu_domain.c > +++ b/src/qemu/qemu_domain.c > @@ -6276,7 +6276,7 @@ qemuDomainCleanupRun(virQEMUDriver *driver,
Please document the arguments and the expectations. Especially the new ones you've introduced. Reviewed-by: Peter Krempa <[email protected]>
