]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_domain_address: Drop needless virDomainIOMMUModel typecast
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Jul 2022 09:09:46 +0000 (11:09 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Jul 2022 11:21:16 +0000 (13:21 +0200)
commit4a9c86ee2f5915771627c0f4773edce50f8bf4e8
tree54ba75f7213054bb4de0b2242190d885617950dc
parent49de22e2dc799df209c12628d8fe4a27712fe067
qemu_domain_address: Drop needless virDomainIOMMUModel typecast

There are two places where the @model member of
_virDomainIOMMUDef struct is typecasted to virDomainIOMMUModel
which is completely unnecessary because the struct already
defines the member of that type.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain_address.c