summary refs log tree commit diff stats
path: root/hw/vfio/pci.h
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.caveayland@nutanix.com>2025-07-15 10:25:54 +0100
committerCédric Le Goater <clg@redhat.com>2025-09-08 16:46:31 +0200
commit750e424fd04311aaeeb85536744c4cd3e460404d (patch)
treeee4465c98386e69ed82b5967c17a11009c94df76 /hw/vfio/pci.h
parent5fc421b8cd4813fa8ca9131905f12c4eedf55051 (diff)
downloadfocaccia-qemu-750e424fd04311aaeeb85536744c4cd3e460404d.tar.gz
focaccia-qemu-750e424fd04311aaeeb85536744c4cd3e460404d.zip
vfio/pci.h: update VFIOPCIDevice declaration
Update the VFIOPCIDevice declaration so that it is closer to our coding
guidelines: add a blank line after the parent object.

Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/qemu-devel/20250715093110.107317-15-mark.caveayland@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/vfio/pci.h')
-rw-r--r--hw/vfio/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/pci.h b/hw/vfio/pci.h
index 96144b6fde..2db76b6f4f 100644
--- a/hw/vfio/pci.h
+++ b/hw/vfio/pci.h
@@ -124,6 +124,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(VFIOPCIDevice, VFIO_PCI_BASE)
 
 struct VFIOPCIDevice {
     PCIDevice pdev;
+
     VFIODevice vbasedev;
     VFIOINTx intx;
     unsigned int config_size;