Re: [PATCH 00/22] vfio: improve use of QOM and coding guidelines

2025-07-15 Thread Cédric Le Goater
On 7/15/25 11:25, Mark Cave-Ayland wrote: This series attempts to improve use of QOM within the vfio subsystem which appears to have been added at a later date. It's mostly mechanical changes that do the following: 1) Format the QOM structs per our coding guidelines 2) Ensure the parent o

[PATCH 00/22] vfio: improve use of QOM and coding guidelines

2025-07-15 Thread Mark Cave-Ayland
This series attempts to improve use of QOM within the vfio subsystem which appears to have been added at a later date. It's mostly mechanical changes that do the following: 1) Format the QOM structs per our coding guidelines 2) Ensure the parent object is called parent_obj 3) Use QOM casts