Re: [PATCH 11/22] vfio-user/pci.c: update VFIOUserPCIDevice declaration

2025-07-15 Thread John Levon
On Tue, Jul 15, 2025 at 10:25:51AM +0100, Mark Cave-Ayland wrote: > Update the VFIOUserPCIDevice declaration so that it is closer to our coding > guidelines: add a blank line after the parent object. > > Signed-off-by: Mark Cave-Ayland > --- > hw/vfio-user/pci.c | 1 + > 1 file changed, 1 inser

Re: [PATCH 11/22] vfio-user/pci.c: update VFIOUserPCIDevice declaration

2025-07-15 Thread BALATON Zoltan
On Tue, 15 Jul 2025, Mark Cave-Ayland wrote: Update the VFIOUserPCIDevice declaration so that it is closer to our coding guidelines: add a blank line after the parent object. Signed-off-by: Mark Cave-Ayland --- hw/vfio-user/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/vfio-user/p

Re: [PATCH 11/22] vfio-user/pci.c: update VFIOUserPCIDevice declaration

2025-07-15 Thread Philippe Mathieu-Daudé
On 15/7/25 11:42, Philippe Mathieu-Daudé wrote: On 15/7/25 11:25, Mark Cave-Ayland wrote: Update the VFIOUserPCIDevice declaration so that it is closer to our coding guidelines: add a blank line after the parent object. Signed-off-by: Mark Cave-Ayland ---   hw/vfio-user/pci.c | 1 +   1 file c

Re: [PATCH 11/22] vfio-user/pci.c: update VFIOUserPCIDevice declaration

2025-07-15 Thread Philippe Mathieu-Daudé
On 15/7/25 11:25, Mark Cave-Ayland wrote: Update the VFIOUserPCIDevice declaration so that it is closer to our coding guidelines: add a blank line after the parent object. Signed-off-by: Mark Cave-Ayland --- hw/vfio-user/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/vfio-user/

[PATCH 11/22] vfio-user/pci.c: update VFIOUserPCIDevice declaration

2025-07-15 Thread Mark Cave-Ayland
Update the VFIOUserPCIDevice declaration so that it is closer to our coding guidelines: add a blank line after the parent object. Signed-off-by: Mark Cave-Ayland --- hw/vfio-user/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/vfio-user/pci.c b/hw/vfio-user/pci.c index be71c77729..d