Address two Coverity issues reported during scan/review of changes included in the recent pull request: https://lore.kernel.org/all/[email protected]/
- Fix return types of page walk helpers so they return int type status values. - Fully initialize a local X86IOMMUIrq structure used when building MSI messages in the XT enabled case, avoiding later use of an uninitialized field. A larger fix for the bitfield and host endianness correctness issue Peter Maydell pointed out will be sent separately. Thank you, Alejandro Alejandro Jimenez (2): amd_iommu: Return int from page walk status helpers amd_iommu: Fully initialize XT interrupt message state hw/i386/amd_iommu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) base-commit: b83371668192a705b878e909c5ae9c1233cbd5fb -- 2.47.3
