From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- include/arch/x86_64/linux/vfio_zdev.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/arch/x86_64/linux/vfio_zdev.h') 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 */ -- cgit v1.2.3