On Wed, Jun 04, 2026 at 08:42:xx +0000, Daniel P. Berrangé wrote: > QEMU builds with -ftrivial-auto-var-init=zero always set so this > control variable will always be zero-initialized by the compiler > making the following memset() pointless/redundant.
You're right, I missed the -ftrivial-auto-var-init=zero flag in meson.build. The memset() is indeed redundant and the performance rationale in the patch description doesn't hold. I'll drop this patch. Thanks for the review. Bin Guo
