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 <mark.caveayl...@nutanix.com>
---
  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..da6fe51809 100644
--- a/hw/vfio-user/pci.c
+++ b/hw/vfio-user/pci.c
@@ -21,6 +21,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(VFIOUserPCIDevice, VFIO_USER_PCI)
  struct VFIOUserPCIDevice {
      VFIOPCIDevice device;

s/device/parent_obj/?

Patch #13, OK ;)


+
      SocketAddress *socket;
      bool send_queued;   /* all sends are queued */
      uint32_t wait_time; /* timeout for message replies */

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>



Reply via email to