Re: [RFC PATCH v4 0/5] Report vfio-ap configuration changes

2025-03-12 Thread Cédric Le Goater
On 3/11/25 16:16, Rorie Reyes wrote: Changelog: v4: - allocating cfg_chg_event before inserting into the queue - calling nt0_have_event in if loop to check if there are any elemenets in the queue, then calling QTAILQ_FIRST when the check passes - moving memset() after the check v3: - changes th

[RFC PATCH v4 0/5] Report vfio-ap configuration changes

2025-03-11 Thread Rorie Reyes
Changelog: v4: - allocating cfg_chg_event before inserting into the queue - calling nt0_have_event in if loop to check if there are any elemenets in the queue, then calling QTAILQ_FIRST when the check passes - moving memset() after the check v3: - changes that were made to patch 3/5 should have b