Re: [PATCH 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors

2022-04-21 Thread Peter Maydell
On Thu, 21 Apr 2022 at 17:01, Wei Huang wrote: > > Coverity issues several UNINIT warnings against AMD IOMMU device [1]. This > patch fixes them by initializing the variables. On top of it, this patch > changes the event log size to 16 bytes per IOMMU specification. Also the > event encoding

[PATCH 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors

2022-04-21 Thread Wei Huang
Coverity issues several UNINIT warnings against AMD IOMMU device [1]. This patch fixes them by initializing the variables. On top of it, this patch changes the event log size to 16 bytes per IOMMU specification. Also the event encoding function incorrectly defines the format of event log entry,

Re: [PATCH 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors

2022-04-21 Thread Wei Huang
On 4/21/22 11:08, Peter Maydell wrote: On Thu, 21 Apr 2022 at 17:01, Wei Huang wrote: Coverity issues several UNINIT warnings against AMD IOMMU device [1]. This patch fixes them by initializing the variables. On top of it, this patch changes the event log size to 16 bytes per IOMMU