Re: [PATCH 04/17] conf: change virDomainShmemDefInsert() to return void

2025-02-26 Thread Martin Kletzander
On Tue, Feb 11, 2025 at 11:28:57PM -0500, Laine Stump wrote: It can't fail. Signed-off-by: Laine Stump Reviewed-by: Martin Kletzander signature.asc Description: PGP signature

[PATCH 04/17] conf: change virDomainShmemDefInsert() to return void

2025-02-11 Thread Laine Stump
It can't fail. Signed-off-by: Laine Stump --- src/conf/domain_conf.c | 4 +--- src/conf/domain_conf.h | 4 ++-- src/qemu/qemu_driver.c | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index b5b15b7768..2e74f75a13 100644 --- a