On Thu, 16 Jan 2025 14:18:59 +0100
Thorsten Blum <thorsten.blum@xxxxxxxxx> wrote:
Replace the deprecated one-element array with a modern flexible array
member in the struct ap_matrix_dev.
I'm not sure I understand the value of this. What we have here is not
a flexible array but a one element array. Something that in the generic
case could be many but particularly for vfio-ap is always one.