Re: [PATCH 3/6] hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hosts

2023-08-02 Thread Philippe Mathieu-Daudé
On 2/8/23 15:57, Thomas Huth wrote: On big endian hosts, we need to reverse the bitfield order in the struct VTDInvDescIEC, just like it is already done for the other bitfields in the various structs of the intel-iommu device. Signed-off-by: Thomas Huth --- hw/i386/intel_iommu_internal.h | 9

[PATCH 3/6] hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hosts

2023-08-02 Thread Thomas Huth
On big endian hosts, we need to reverse the bitfield order in the struct VTDInvDescIEC, just like it is already done for the other bitfields in the various structs of the intel-iommu device. Signed-off-by: Thomas Huth --- hw/i386/intel_iommu_internal.h | 9 + 1 file changed, 9