29 Oct
2025
29 Oct
'25
9:35 a.m.
On Wed, Oct 29, 2025 at 08:53:01 +0100, Michal Privoznik wrote:
From: Michal Privoznik <mprivozn@redhat.com>
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 <mprivozn@redhat.com> --- src/conf/domain_conf.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-)
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>