diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 19:20:15 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 19:20:15 +0100 |
| commit | 885f5974cdf65b59415837ae97f5a14ef1350670 (patch) | |
| tree | 66ac13de29c7f4932c5fcae11773df574e4e256a /include/arch/x86_64/linux/vfio_zdev.h | |
| parent | 8f9e448b2ef6db7cd905540c21f3c5b190e7a1e7 (diff) | |
feat: add gzip and new headers
Diffstat (limited to 'include/arch/x86_64/linux/vfio_zdev.h')
| -rw-r--r-- | include/arch/x86_64/linux/vfio_zdev.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/arch/x86_64/linux/vfio_zdev.h b/include/arch/x86_64/linux/vfio_zdev.h index 594538fb..60d915d3 100644 --- a/include/arch/x86_64/linux/vfio_zdev.h +++ b/include/arch/x86_64/linux/vfio_zdev.h @@ -45,8 +45,9 @@ struct vfio_device_info_cap_zpci_group { __u64 dasm; /* DMA Address space mask */ __u64 msi_addr; /* MSI address */ __u64 flags; -#define VFIO_DEVICE_INFO_ZPCI_FLAG_REFRESH 1 /* Program-specified TLB refresh \ - */ +#define VFIO_DEVICE_INFO_ZPCI_FLAG_REFRESH \ + 1 /* Program-specified TLB refresh \ + */ __u16 mui; /* Measurement Block Update Interval */ __u16 noi; /* Maximum number of MSIs */ __u16 maxstbl; /* Maximum Store Block Length */ |
