On Wed, Oct 29, 2025 at 08:53:01 +0100, Michal Privoznik wrote: > From: Michal Privoznik <[email protected]> > > The only thing that's possibly making virDomainMemoryDefFormat() > fail is call to virDomainMemorySourceDefFormat() but that always > returns zero. Make both functions return void so callers are not > confused. > > Signed-off-by: Michal Privoznik <[email protected]> > --- > src/conf/domain_conf.c | 13 ++++--------- > 1 file changed, 4 insertions(+), 9 deletions(-)
Reviewed-by: Jiri Denemark <[email protected]>
