On Thu, Jan 22, 2026 at 16:03:17 +0100, Michal Privoznik via Devel wrote: > From: Michal Privoznik <[email protected]> > > The aw_bits member of the virDomainIOMMUDef is of type unsigned > int. However, in a few places > (virDomainIOMMUDefCheckABIStability(), virDomainIOMMUDefFormat(), > qemuBuildIOMMUCommandLine()) incorrect printf modifier is used. > Fix those places. > > Signed-off-by: Michal Privoznik <[email protected]> > --- > src/conf/domain_conf.c | 4 ++-- > src/qemu/qemu_command.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Peter Krempa <[email protected]>
