Re: [PATCH 06/17] libxl: change xenDomainDefAddImplicitInputDevice() to return void
On Tue, Feb 11, 2025 at 11:28:59PM -0500, Laine Stump wrote: It can't fail. Signed-off-by: Laine Stump Reviewed-by: Martin Kletzander signature.asc Description: PGP signature
[PATCH 06/17] libxl: change xenDomainDefAddImplicitInputDevice() to return void
It can't fail. Signed-off-by: Laine Stump --- src/libxl/libxl_domain.c | 3 +-- src/libxl/xen_common.c | 4 +--- src/libxl/xen_common.h | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/libxl/libxl_domain.c b/src/libxl/libxl_domain.c index 6805160923..c7ba5636c4 1006