On 24/6/26 09:46, Duan, Zhenzhong wrote:
Hi Philippe,
+typedef struct VTDAccelPASIDCacheEntry {
+ VTDHostIOMMUDevice *vtd_hiod;
+ VTDPASIDEntry pasid_entry;
+ uint32_t pasid;
+ QLIST_ENTRY(VTDAccelPASIDCacheEntry) next;
+} VTDAccelPASIDCacheEntry;
Zhenzhong, this structure should be declared ...
#ifdef CONFIG_VTD_ACCEL
... after this guard.
Indeed. It doesn’t impact build process, build pass with or without fix.
I didn't complain about build failure in the main repository ;)
I can send a fix together with PRQ v3 series if you will not send it.
Just curious, how do you catch this?:)
Rebasing this patch:
https://lore.kernel.org/qemu-devel/[email protected]/