]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio/vfio-container-base.h: update VFIOContainerBase declaration
authorMark Cave-Ayland <mark.caveayland@nutanix.com>
Tue, 15 Jul 2025 09:25:41 +0000 (10:25 +0100)
committerCédric Le Goater <clg@redhat.com>
Mon, 8 Sep 2025 14:46:31 +0000 (16:46 +0200)
commit42875d256d204e69b608f2bd265f85fae32dd4bd
tree5d94811b5c1711eef1bb449610bbb5e3fa7db8b7
parentbb1a6f1f43374a1850c314c4d0e945667d013d07
vfio/vfio-container-base.h: update VFIOContainerBase declaration

Update the VFIOContainerBase declaration to match our current coding
guidelines: remove the explicit typedef (this is already handled by the
OBJECT_DECLARE_TYPE() macro), add a blank line after the parent object,
rename parent to parent_obj, and move the macro declaration next to the
VFIOContainerBase struct declaration.

Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250715093110.107317-2-mark.caveayland@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
include/hw/vfio/vfio-container-base.h