]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix printf style used with virDomainIOMMUDef::aw_bits
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 22 Jan 2026 14:43:17 +0000 (15:43 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 22 Jan 2026 15:21:55 +0000 (16:21 +0100)
commit27fd2e97b8b347dc2c9d186d5eabdb1d7f9627de
tree99a2f12abb390b0e94b71f2a67c9f07696325fe5
parent4009126f17a19ea2f512f1952f4ea32d231ade85
Fix printf style used with virDomainIOMMUDef::aw_bits

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 <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/conf/domain_conf.c
src/qemu/qemu_command.c