On 15/7/25 11:25, Mark Cave-Ayland wrote:
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.caveayl...@nutanix.com>
---
hw/vfio/pci.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/vfio/pci.h b/hw/vfio/pci.h
index 495fae737d..16f092a0c6 100644
--- a/hw/vfio/pci.h
+++ b/hw/vfio/pci.h
@@ -132,6 +132,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(VFIOPCIDevice, VFIO_PCI_BASE)
struct VFIOPCIDevice {
PCIDevice pdev;
+
Could be squashed with #22, anyhow:
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
VFIODevice vbasedev;
VFIOINTx intx;
unsigned int config_size;