]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - linux-headers/linux/vfio_zdev.h
Update linux headers to v6.0-rc4
[thirdparty/qemu.git] / linux-headers / linux / vfio_zdev.h
index b4309397b6b273bb66e80cc53da769625cec939a..77f2aff1f27e9310118dc6492ed14e90b6d2bf55 100644 (file)
@@ -29,6 +29,9 @@ struct vfio_device_info_cap_zpci_base {
        __u16 fmb_length;       /* Measurement Block Length (in bytes) */
        __u8 pft;               /* PCI Function Type */
        __u8 gid;               /* PCI function group ID */
+       /* End of version 1 */
+       __u32 fh;               /* PCI function handle */
+       /* End of version 2 */
 };
 
 /**
@@ -47,6 +50,10 @@ struct vfio_device_info_cap_zpci_group {
        __u16 noi;              /* Maximum number of MSIs */
        __u16 maxstbl;          /* Maximum Store Block Length */
        __u8 version;           /* Supported PCI Version */
+       /* End of version 1 */
+       __u8 reserved;
+       __u16 imaxstbl;         /* Maximum Interpreted Store Block Length */
+       /* End of version 2 */
 };
 
 /**