Re: [PATCH 03/17] conf: change virDomainFSInsert() to return void

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

[PATCH 03/17] conf: change virDomainFSInsert() 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 | 2 +- src/qemu/qemu_driver.c | 3 +-- src/vz/vz_sdk.c| 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 18820